Chapter 4 Symbolizing features

4.1 Introduction

Effective map design is not just about placing data on a map–it’s about communicating information clearly and accurately. This chapter explores the principles and practices behind symbolizing spatial features, focusing on how color and classification schemes can be used to enhance the readability and interpretability of maps.

The chapter begins by breaking down the three perceptual dimensions of color–hue, lightness, and saturation–and explains how each can be used to represent different types of data. It then introduces the concept of color spaces, including the commonly used HSV (Hue-Saturation-Value) model and perceptually accurate models like CIELAB and Munsell, highlighting how human perception of color can differ from software-generated color models.

The chapter also covers classification schemes used in choropleth mapping:

  • Qualitative schemes for categorical data,
  • Sequential schemes for ordered data,
  • Divergent schemes for data with a meaningful midpoint.

It emphasizes the importance of choosing appropriate classification intervals, such as equal interval, quantile, and Jenks natural breaks, and demonstrates how different choices can significantly affect the appearance and interpretation of a map.

Finally, the chapter introduces tools like ColorBrewer, which help cartographers select color palettes that are visually effective, colorblind-safe, and suitable for grayscale printing.

4.2 Color

Color plays a central role in map design, influencing how effectively spatial patterns and relationships are communicated. In cartography, color is not just aesthetic–it encodes meaning and guides interpretation. To use color effectively, it’s important to understand its three perceptual dimensions: hue, lightness and saturation. These dimensions interact to shape how we perceive and differentiate features in a map features. In the following sections, we’ll explore each dimension and its implications for symbolizing different types of data.

4.2.1 Hue

Hue is the perceptual dimension most commonly associated with color names–such as red, green, or blue. In cartography, hue is typically used to represent categorical data, where each category is assigned a distinct color. This allows map readers to easily differentiate between classes without implying any order or magnitude. However, the choice of hues should be made carefully, as some colors may carry cultural connotations or be difficult to distinguish for individuals with color vision deficiencies.

An example of eight different hues. Hues are associated with color names such as green, red or blue.

Figure 4.1: An example of eight different hues. Hues are associated with color names such as green, red or blue.

Note that magentas and purples are not part of the natural visible light spectrum; instead they are a mix of reds and blues (or violets) from the spectrum’s tail ends.

4.2.2 Lightness

Lightness–sometimes referred to as value–describes how much light is reflected or emitted from a surface, influencing how bright or dark a color appears. In cartographic design, lightness is particularly useful for symbolizing ordinal, interval, or ratio data, where a progression from light to dark can intuitively represent increasing values. Unlike hue, which separates categories, lightness enables us to show variation within a single category or color. However, care should be taken to maintain sufficient contrast between classes, especially in grayscale or colorblind-safe designs

Eight different hues (across columns) with decreasing lightness values (across rows).

Figure 4.2: Eight different hues (across columns) with decreasing lightness values (across rows).

4.2.3 Saturation

Saturation–also referred to as chroma–describes the intensity or vividness of a color. Highly saturated colors appear bold and vibrant, while low-saturation colors appear muted or grayish. In cartographic design, saturation can be used to emphasize specific features or categories, but it should be applied with care. Overuse can lead to visual clutter or misinterpretation, especially when combined with other color dimensions. Saturation is best used to subtly enhance contrast or draw attention to key map elements.

Eight different hues (across columns) with decreasing saturation values (across rows).

Figure 4.3: Eight different hues (across columns) with decreasing saturation values (across rows).

4.3 Color Space

The three perceptual dimensions of color–hue, lightness, and saturation–can be visualized as forming a three-dimensional color space. While one might expect this space to be a cube, it is more accurately represented as a cone: hue wraps around the circumference, saturation extends outward from the center, and lightness runs vertically.

This is how the software defines the color space. But does this match our perception of color space?

Figure 4.4: This is how the software defines the color space. But does this match our perception of color space?

This model helps explain how colors blend, fade, or become indistinguishable as saturation or lightness changes.

However, most software-defined color spaces (like HSV) assume symmetry, which does not reflect how humans actually perceive color. For example, we can distinguish more shades of blue than yellow at the same saturation and lightness.

A cross section of the color space with constant hues and lightness values and decreasing saturation values where the two hues merge.

Figure 4.5: A cross section of the color space with constant hues and lightness values and decreasing saturation values where the two hues merge.

How many distinct yellows can you perceive? How many distinct blues? Do the counts seem to match? Unless you have exceptionally acute color vision, you’ll likely notice a discrepancy–even though the software has generated exactly 30 distinct shades of each. To confirm this, we can add borders around each color swatch to visually verify that the number of distinct colors is indeed the same.

A cross section of the color space with each color distinctly outlined.

Figure 4.6: A cross section of the color space with each color distinctly outlined.

y now, it should be evident that symmetrical color spaces—like those commonly used in software–do not accurately reflect how humans perceive color. Our visual system is more sensitive to certain hues and less so to others, resulting in perceptual asymmetries that these models fail to capture. More rigorously designed color spaces, such as CIELAB and Munsell, address this limitation by modeling color as a non-symmetrical space that better aligns with human perception. For instance, in the Munsell system, a vertical slice of the color cone along the blue/yellow axis reveals noticeable differences in how many distinct shades of each hue we can perceive.

A slice of the Munsell color space.

Figure 4.7: A slice of the Munsell color space.

As illustrated by the Munsell color space, our ability to distinguish colors is not uniform across hues. For example, we can perceive fewer distinct shades of yellow than blue at comparable lightness levels. In one comparison, 29 unique shades of yellow were discernible (excluding grayscale values where saturation = 0), while 36 shades of blue were distinguishable.

This perceptual asymmetry has important implications for map design. So how can we apply our understanding of color spaces to make better choices when symbolizing features? The next section introduces three foundational color schemes–qualitative, sequential and divergent–each tailored to different types of data and mapping goals.

4.4 Classification

Once you’ve selected an appropriate color space, the next step is to determine how to apply color to your data. This involves choosing a classification scheme–a method for grouping data values into discrete classes, each of which is represented by a distinct color swatch. The choice of classification scheme depends on the nature of your data and the message you want your map to convey. In the following sections, we’ll explore three common approaches to classification: qualitative, sequential, and divergent.

4.4.1 Qualitative color scheme

Qualitative color schemes are used to symbolize data that have no inherent order–such as categories or types. These schemes assign distinct hues to each class. To maintain perceptual balance, the hues are typically chosen to have equal lightness and saturation, ensuring that no category appears more prominent than another.

Example of four different qualitative color schemes. Color hex numbers are superimposed on each palette.

Figure 4.8: Example of four different qualitative color schemes. Color hex numbers are superimposed on each palette.

These schemes are ideal for mapping variables like land cover types, political affiliations, or survey responses. However, care should be taken when selecting hues, especially in contexts where cultural associations may influence interpretation. For example, it may not make sense to assign “blue” to Republican regions or “red”” to Democratic ones.

Map of 2012 election results shown in a qualitative color scheme. Note the use of three hues (red, blue and gray) of equal lightness and saturation.

Figure 4.9: Map of 2012 election results shown in a qualitative color scheme. Note the use of three hues (red, blue and gray) of equal lightness and saturation.

4.4.2 Sequential color scheme

Sequential color schemes are used to represent data that follow a meaningful order, such as income, temperature, elevation, or infection rates. These schemes typically progress from light to dark, with lighter shades representing lower values and darker shades representing higher ones. This visual gradient helps convey magnitude and direction in the data. Most sequential schemes use a single hue, but some may incorporate two hues to emphasize a broader range of values.

Example of four different sequential color schemes. Color hex numbers are superimposed on each palette.

Figure 4.10: Example of four different sequential color schemes. Color hex numbers are superimposed on each palette.

The following example uses a sequential color scheme to map household income in Maine using a green-based scheme.

Map of household income shown in a sequential color scheme. Note the use of a single hue (green) and 7 different lightness levels.

Figure 4.11: Map of household income shown in a sequential color scheme. Note the use of a single hue (green) and 7 different lightness levels.

4.4.3 Divergent color scheme

Divergent color schemes are used to represent ordered data that revolve around a meaningful central value–such as a median, mean, or zero. These schemes are particularly effective when the goal is to highlight differences on either side of a reference point, making them well-suited for visualizing change, deviation, or polarity.

A typical divergent scheme uses two contrasting hues—one for values below the center and one for values above. Lightness and saturation are adjusted symmetrically to reflect the magnitude of deviation from the central value. This approach helps viewers quickly identify extremes and interpret the direction and intensity of variation.

The following examples showcase several divergent palettes:

Example of four different divergent color schemes. Color hex numbers are superimposed onto each palette.

Figure 4.12: Example of four different divergent color schemes. Color hex numbers are superimposed onto each palette.

Building on the previous example in section 4.4.2, we can also represent income data using a divergent color scheme–particularly useful when emphasizing variation around a central value. In this case, we center the scheme on the median household income of $36,641. Values below the median are shown using a brown hue, while values above the median are represented with a green-blue hue. Each hue is further divided into progressively lighter or darker shades to reflect the degree of deviation from the median, allowing for a more nuanced interpretation of income disparities across regions.

This map of household income uses a divergent color scheme where two different hues (brown and blue-green) are used for two sets of values separated by the median income of $36,641. Each hue is further divided into progressively lighter or darker shades.

Figure 4.13: This map of household income uses a divergent color scheme where two different hues (brown and blue-green) are used for two sets of values separated by the median income of $36,641. Each hue is further divided into progressively lighter or darker shades.

4.5 Choosing an Appropriate Color Scheme

Selecting the right color scheme for your map depends on both the nature of your data and the number of classes you wish to represent. Fortunately, tools like ColorBrewer–developed by Cynthia Brewer and colleagues at Pennsylvania State University–offer curated palettes tailored to different data types: qualitative, sequential, and divergent. The site also provides guidance on choosing colorblind-safe schemes and palettes that translate well to grayscale, which is especially useful for print publications.

One important design consideration is the number of color swatches used. ColorBrewer limits most schemes to 12 or fewer swatches, reflecting the reality that human perception struggles to reliably distinguish more than a handful of colors in a legend. For example, try matching nine shades of green in a map to their corresponding legend entries–it quickly becomes a challenge.

4.6 Classification Intervals

The way data values are grouped into intervals can significantly affect how a map looks and how its patterns are interpreted. In the previous examples, two different classification schemes were used: an equal interval scheme for the sequential map and a quantile interval scheme for the divergent map.

Classification intervals define how the full range of data is divided into discrete classes, each represented by a color swatch. Different schemes produce different visual outcomes, even when applied to the same dataset. For instance, equal interval schemes divide the data range into evenly spaced segments, which is useful for uniformly distributed data. In contrast, quantile schemes ensure that each class contains an equal number of features, which can help balance visual representation across a map.

Other options include the Jenks natural breaks method which uses an algorithm to identify clusters in the data, optimizing class boundaries to reflect inherent groupings. The following figure compares these three schemes–quantile, equal interval, and Jenks–applied to the same income dataset. Notice how each scheme emphasizes different aspects of the distribution.

Three different representations of the same spatial data using different classification intervals.

Figure 4.14: Three different representations of the same spatial data using different classification intervals.

The quantile interval scheme ensures that each color swatch is represented an equal number of times. If we have 20 polygons and 5 classes, the interval breaks will be such that each color is assigned to 4 different polygons.

The equal interval scheme divides the range of values into equal interval widths. If the polygon values range from 10,000 to 25,000 and we have 5 classes, the intervals will be [10,000 ; 13,000], [13,000 ; 16,000], …, [22,000 ; 25,000].

The Jenks interval scheme (aka natural breaks) uses an algorithm that identifies clusters in the dataset. The number of clusters is defined by the desired number of intervals.

It may help to view the breaks when superimposed on top of a distribution of the attribute data. In the following figure. the three classification intervals are superimposed on a histogram of the per-household income data. The histogram shows the distribution of values as “bins” where each bin represents a range of income values. The y-axis shows the frequency (or number of occurrences) for values in each bin.

Three different classification intervals used in the three maps. Note how each interval scheme encompasses different ranges of values.

Figure 4.15: Three different classification intervals used in the three maps. Note how each interval scheme encompasses different ranges of values.

4.6.1 An Interactive Example

The following interactive frame demonstrates the different “looks” a map can take given different combinations of classification schemes and class numbers.

4.7 Summary

This chapter introduces key principles for symbolizing spatial data using color and classification schemes to improve map readability and interpretation.

  • Color Dimensions: Explains how hue, lightness, and saturation represent different data types—categorical, ordered, and intensity-based—and how they interact perceptually.
  • Color Spaces: Highlights the limitations of symmetrical models like HSV and introduces perceptually accurate alternatives such as CIELAB and Munsell.
  • Classification Schemes: Describes three main approaches:
    • Qualitative for unordered categories,
    • Sequential for ordered data,
    • Divergent for data centered around a meaningful midpoint.
  • Color Selection Tools: Introduces ColorBrewer for choosing effective, accessible palettes.
  • Classification Intervals: Compares equal interval, quantile, and Jenks natural breaks, showing how each affects data representation.