Shades of Boston Blue #4A9AAB
Tints of Boston Blue #4A9AAB
RGB
CMYK
RGB Variations
Color information
#4A9AAB (or 0x4A9AAB) is known color: Boston Blue. HEX triplet: 4A, 9A and AB. RGB value is (74,154,171). Sum of RGB (Red+Green+Blue) = 74+154+171=399 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.55% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A9AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9AAB is #B56554. Grayscale: #838383. Windows color (decimal): -11887957 or 11246154. OLE color: 11246154.
HSL color Cylindrical-coordinate representation of color #4A9AAB: hue angle of 190.52º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A9AAB is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 154 | 171 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.33 |
| HSL | 190.52º | 0.4% | 0.48% | - |
| HSV(B) | 190.52º | 0.57% | 0.67% | - |
| XYZ | 21.73 | 27.51 | 42.69 | - |
| YUV | 132.02 | 150 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 154 | 171 | 0.57 | 0.10 | 0 | 0.33 | 190.52 | 0.4 | 0.48 |
| Hex | 4A | 9A | AB | 39 | A | 0 | 21 | BF | 28 | 30 |
| Octal | 112 | 232 | 253 | 71 | 12 | 0 | 41 | 277 | 50 | 60 |
| Binary | 1001010 | 10011010 | 10101011 | 111001 | 1010 | 0 | 100001 | 10111111 | 101000 | 110000 |
Color Harmonies of #4A9AAB
Complementary color
Monochromatic Colors of #4A9AAB
Black with #4A9AAB
Text Example
Text Example
White with #4A9AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9AAB; }
p { color: rgb(74,154,171); }
H1.HeaderClassName
{
color: #4A9AAB;
}
.AnyTagClassName
{
color: #4A9AAB;
}
</style>
background-color css
<style>
a { background-color: #4A9AAB; }
a { background-color: rgb(74,154,171); }
div.DivClassName
{
background-color: #4A9AAB;
}
.BgClassName
{
background-color: #4A9AAB;
}
</style>
border-color css
<style>
span { border-color: #4A9AAB; }
span { border-color: rgb(74,154,171); }
td.TdClassName
{
border-color: #4A9AAB;
}
.TagClassName
{
border-color: #4A9AAB;
}
</style>