Shades of Boston Blue #4A99A9
Tints of Boston Blue #4A99A9
RGB
CMYK
RGB Variations
Color information
#4A99A9 (or 0x4A99A9) is known color: Boston Blue. HEX triplet: 4A, 99 and A9. RGB value is (74,153,169). Sum of RGB (Red+Green+Blue) = 74+153+169=396 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.69% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 169 (66.41% from 255 or 42.68% from 396); Max value from RGB is 169 - color contains mainly: blue. Hex color #4A99A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A99A9 is #B56656. Grayscale: #838383. Windows color (decimal): -11888215 or 11114826. OLE color: 11114826.
HSL color Cylindrical-coordinate representation of color #4A99A9: hue angle of 190.11º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A99A9 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 74 | 153 | 169 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.34 |
| HSL | 190.11º | 0.39% | 0.48% | - |
| HSV(B) | 190.11º | 0.56% | 0.66% | - |
| XYZ | 21.38 | 27.1 | 41.64 | - |
| YUV | 131.2 | 149.33 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 153 | 169 | 0.56 | 0.09 | 0 | 0.34 | 190.11 | 0.39 | 0.48 |
| Hex | 4A | 99 | A9 | 38 | 9 | 0 | 22 | BE | 27 | 30 |
| Octal | 112 | 231 | 251 | 70 | 11 | 0 | 42 | 276 | 47 | 60 |
| Binary | 1001010 | 10011001 | 10101001 | 111000 | 1001 | 0 | 100010 | 10111110 | 100111 | 110000 |
Color Harmonies of #4A99A9
Complementary color
Monochromatic Colors of #4A99A9
Black with #4A99A9
Text Example
Text Example
White with #4A99A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A99A9; }
p { color: rgb(74,153,169); }
H1.HeaderClassName
{
color: #4A99A9;
}
.AnyTagClassName
{
color: #4A99A9;
}
</style>
background-color css
<style>
a { background-color: #4A99A9; }
a { background-color: rgb(74,153,169); }
div.DivClassName
{
background-color: #4A99A9;
}
.BgClassName
{
background-color: #4A99A9;
}
</style>
border-color css
<style>
span { border-color: #4A99A9; }
span { border-color: rgb(74,153,169); }
td.TdClassName
{
border-color: #4A99A9;
}
.TagClassName
{
border-color: #4A99A9;
}
</style>