Shades of Boston Blue #4A9AAC
Tints of Boston Blue #4A9AAC
RGB
CMYK
RGB Variations
Color information
#4A9AAC (or 0x4A9AAC) is known color: Boston Blue. HEX triplet: 4A, 9A and AC. RGB value is (74,154,172). Sum of RGB (Red+Green+Blue) = 74+154+172=400 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.5% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A9AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9AAC is #B56553. Grayscale: #838383. Windows color (decimal): -11887956 or 11311690. OLE color: 11311690.
HSL color Cylindrical-coordinate representation of color #4A9AAC: hue angle of 191.02º 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 #4A9AAC is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 154 | 172 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.33 |
| HSL | 191.02º | 0.4% | 0.48% | - |
| HSV(B) | 191.02º | 0.57% | 0.67% | - |
| XYZ | 21.83 | 27.55 | 43.2 | - |
| YUV | 132.13 | 150.5 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 154 | 172 | 0.57 | 0.10 | 0 | 0.33 | 191.02 | 0.4 | 0.48 |
| Hex | 4A | 9A | AC | 39 | A | 0 | 21 | BF | 28 | 30 |
| Octal | 112 | 232 | 254 | 71 | 12 | 0 | 41 | 277 | 50 | 60 |
| Binary | 1001010 | 10011010 | 10101100 | 111001 | 1010 | 0 | 100001 | 10111111 | 101000 | 110000 |
Color Harmonies of #4A9AAC
Complementary color
Monochromatic Colors of #4A9AAC
Black with #4A9AAC
Text Example
Text Example
White with #4A9AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9AAC; }
p { color: rgb(74,154,172); }
H1.HeaderClassName
{
color: #4A9AAC;
}
.AnyTagClassName
{
color: #4A9AAC;
}
</style>
background-color css
<style>
a { background-color: #4A9AAC; }
a { background-color: rgb(74,154,172); }
div.DivClassName
{
background-color: #4A9AAC;
}
.BgClassName
{
background-color: #4A9AAC;
}
</style>
border-color css
<style>
span { border-color: #4A9AAC; }
span { border-color: rgb(74,154,172); }
td.TdClassName
{
border-color: #4A9AAC;
}
.TagClassName
{
border-color: #4A9AAC;
}
</style>