Shades of Boston Blue #4C8FA8
Tints of Boston Blue #4C8FA8
RGB
CMYK
RGB Variations
Color information
#4C8FA8 (or 0x4C8FA8) is known color: Boston Blue. HEX triplet: 4C, 8F and A8. RGB value is (76,143,168). Sum of RGB (Red+Green+Blue) = 76+143+168=387 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.64% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 168 (66.02% from 255 or 43.41% from 387); Max value from RGB is 168 - color contains mainly: blue. Hex color #4C8FA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8FA8 is #B37057. Grayscale: #7D7D7D. Windows color (decimal): -11759704 or 11046732. OLE color: 11046732.
HSL color Cylindrical-coordinate representation of color #4C8FA8: hue angle of 196.3º 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 #4C8FA8 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 76 | 143 | 168 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.34 |
| HSL | 196.3º | 0.38% | 0.48% | - |
| HSV(B) | 196.3º | 0.55% | 0.66% | - |
| XYZ | 19.87 | 24.01 | 40.63 | - |
| YUV | 125.82 | 151.8 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 143 | 168 | 0.55 | 0.15 | 0 | 0.34 | 196.3 | 0.38 | 0.48 |
| Hex | 4C | 8F | A8 | 37 | F | 0 | 22 | C4 | 26 | 30 |
| Octal | 114 | 217 | 250 | 67 | 17 | 0 | 42 | 304 | 46 | 60 |
| Binary | 1001100 | 10001111 | 10101000 | 110111 | 1111 | 0 | 100010 | 11000100 | 100110 | 110000 |
Color Harmonies of #4C8FA8
Complementary color
Monochromatic Colors of #4C8FA8
Black with #4C8FA8
Text Example
Text Example
White with #4C8FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8FA8; }
p { color: rgb(76,143,168); }
H1.HeaderClassName
{
color: #4C8FA8;
}
.AnyTagClassName
{
color: #4C8FA8;
}
</style>
background-color css
<style>
a { background-color: #4C8FA8; }
a { background-color: rgb(76,143,168); }
div.DivClassName
{
background-color: #4C8FA8;
}
.BgClassName
{
background-color: #4C8FA8;
}
</style>
border-color css
<style>
span { border-color: #4C8FA8; }
span { border-color: rgb(76,143,168); }
td.TdClassName
{
border-color: #4C8FA8;
}
.TagClassName
{
border-color: #4C8FA8;
}
</style>