Shades of Boston Blue #4A97AA
Tints of Boston Blue #4A97AA
RGB
CMYK
RGB Variations
Color information
#4A97AA (or 0x4A97AA) is known color: Boston Blue. HEX triplet: 4A, 97 and AA. RGB value is (74,151,170). Sum of RGB (Red+Green+Blue) = 74+151+170=395 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.73% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A97AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A97AA is #B56855. Grayscale: #818181. Windows color (decimal): -11888726 or 11179850. OLE color: 11179850.
HSL color Cylindrical-coordinate representation of color #4A97AA: hue angle of 191.88º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A97AA is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 151 | 170 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.33 |
| HSL | 191.88º | 0.39% | 0.48% | - |
| HSV(B) | 191.88º | 0.56% | 0.67% | - |
| XYZ | 21.15 | 26.49 | 42.03 | - |
| YUV | 130.14 | 150.49 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 151 | 170 | 0.56 | 0.11 | 0 | 0.33 | 191.88 | 0.39 | 0.48 |
| Hex | 4A | 97 | AA | 38 | B | 0 | 21 | C0 | 27 | 30 |
| Octal | 112 | 227 | 252 | 70 | 13 | 0 | 41 | 300 | 47 | 60 |
| Binary | 1001010 | 10010111 | 10101010 | 111000 | 1011 | 0 | 100001 | 11000000 | 100111 | 110000 |
Color Harmonies of #4A97AA
Complementary color
Monochromatic Colors of #4A97AA
Black with #4A97AA
Text Example
Text Example
White with #4A97AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A97AA; }
p { color: rgb(74,151,170); }
H1.HeaderClassName
{
color: #4A97AA;
}
.AnyTagClassName
{
color: #4A97AA;
}
</style>
background-color css
<style>
a { background-color: #4A97AA; }
a { background-color: rgb(74,151,170); }
div.DivClassName
{
background-color: #4A97AA;
}
.BgClassName
{
background-color: #4A97AA;
}
</style>
border-color css
<style>
span { border-color: #4A97AA; }
span { border-color: rgb(74,151,170); }
td.TdClassName
{
border-color: #4A97AA;
}
.TagClassName
{
border-color: #4A97AA;
}
</style>