Shades of Boston Blue #4A9CAC
Tints of Boston Blue #4A9CAC
RGB
CMYK
RGB Variations
Color information
#4A9CAC (or 0x4A9CAC) is known color: Boston Blue. HEX triplet: 4A, 9C and AC. RGB value is (74,156,172). Sum of RGB (Red+Green+Blue) = 74+156+172=402 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.41% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A9CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9CAC is #B56353. Grayscale: #858585. Windows color (decimal): -11887444 or 11312202. OLE color: 11312202.
HSL color Cylindrical-coordinate representation of color #4A9CAC: hue angle of 189.8º 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 #4A9CAC is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 156 | 172 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.33 |
| HSL | 189.8º | 0.4% | 0.48% | - |
| HSV(B) | 189.8º | 0.57% | 0.67% | - |
| XYZ | 22.16 | 28.21 | 43.31 | - |
| YUV | 133.31 | 149.83 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 156 | 172 | 0.57 | 0.09 | 0 | 0.33 | 189.8 | 0.4 | 0.48 |
| Hex | 4A | 9C | AC | 39 | 9 | 0 | 21 | BE | 28 | 30 |
| Octal | 112 | 234 | 254 | 71 | 11 | 0 | 41 | 276 | 50 | 60 |
| Binary | 1001010 | 10011100 | 10101100 | 111001 | 1001 | 0 | 100001 | 10111110 | 101000 | 110000 |
Color Harmonies of #4A9CAC
Complementary color
Monochromatic Colors of #4A9CAC
Black with #4A9CAC
Text Example
Text Example
White with #4A9CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9CAC; }
p { color: rgb(74,156,172); }
H1.HeaderClassName
{
color: #4A9CAC;
}
.AnyTagClassName
{
color: #4A9CAC;
}
</style>
background-color css
<style>
a { background-color: #4A9CAC; }
a { background-color: rgb(74,156,172); }
div.DivClassName
{
background-color: #4A9CAC;
}
.BgClassName
{
background-color: #4A9CAC;
}
</style>
border-color css
<style>
span { border-color: #4A9CAC; }
span { border-color: rgb(74,156,172); }
td.TdClassName
{
border-color: #4A9CAC;
}
.TagClassName
{
border-color: #4A9CAC;
}
</style>