Shades of Boston Blue #4C9BA9
Tints of Boston Blue #4C9BA9
RGB
CMYK
RGB Variations
Color information
#4C9BA9 (or 0x4C9BA9) is known color: Boston Blue. HEX triplet: 4C, 9B and A9. RGB value is (76,155,169). Sum of RGB (Red+Green+Blue) = 76+155+169=400 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 169 (66.41% from 255 or 42.25% from 400); Max value from RGB is 169 - color contains mainly: blue. Hex color #4C9BA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9BA9 is #B36456. Grayscale: #848484. Windows color (decimal): -11756631 or 11115340. OLE color: 11115340.
HSL color Cylindrical-coordinate representation of color #4C9BA9: hue angle of 189.03º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C9BA9 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 76 | 155 | 169 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.34 |
| HSL | 189.03º | 0.38% | 0.48% | - |
| HSV(B) | 189.03º | 0.55% | 0.66% | - |
| XYZ | 21.86 | 27.84 | 41.76 | - |
| YUV | 132.98 | 148.33 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 155 | 169 | 0.55 | 0.08 | 0 | 0.34 | 189.03 | 0.38 | 0.48 |
| Hex | 4C | 9B | A9 | 37 | 8 | 0 | 22 | BD | 26 | 30 |
| Octal | 114 | 233 | 251 | 67 | 10 | 0 | 42 | 275 | 46 | 60 |
| Binary | 1001100 | 10011011 | 10101001 | 110111 | 1000 | 0 | 100010 | 10111101 | 100110 | 110000 |
Color Harmonies of #4C9BA9
Complementary color
Monochromatic Colors of #4C9BA9
Black with #4C9BA9
Text Example
Text Example
White with #4C9BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9BA9; }
p { color: rgb(76,155,169); }
H1.HeaderClassName
{
color: #4C9BA9;
}
.AnyTagClassName
{
color: #4C9BA9;
}
</style>
background-color css
<style>
a { background-color: #4C9BA9; }
a { background-color: rgb(76,155,169); }
div.DivClassName
{
background-color: #4C9BA9;
}
.BgClassName
{
background-color: #4C9BA9;
}
</style>
border-color css
<style>
span { border-color: #4C9BA9; }
span { border-color: rgb(76,155,169); }
td.TdClassName
{
border-color: #4C9BA9;
}
.TagClassName
{
border-color: #4C9BA9;
}
</style>