Shades of Boston Blue #4C8EB3
Tints of Boston Blue #4C8EB3
RGB
CMYK
RGB Variations
Color information
#4C8EB3 (or 0x4C8EB3) is known color: Boston Blue. HEX triplet: 4C, 8E and B3. RGB value is (76,142,179). Sum of RGB (Red+Green+Blue) = 76+142+179=397 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.14% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 179 (70.31% from 255 or 45.09% from 397); Max value from RGB is 179 - color contains mainly: blue. Hex color #4C8EB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8EB3 is #B3714C. Grayscale: #7E7E7E. Windows color (decimal): -11759949 or 11767372. OLE color: 11767372.
HSL color Cylindrical-coordinate representation of color #4C8EB3: hue angle of 201.55º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C8EB3 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 142 | 179 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.30 |
| HSL | 201.55º | 0.4% | 0.5% | - |
| HSV(B) | 201.55º | 0.58% | 0.7% | - |
| XYZ | 20.79 | 24.14 | 46.21 | - |
| YUV | 126.48 | 157.63 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 142 | 179 | 0.58 | 0.21 | 0 | 0.30 | 201.55 | 0.4 | 0.5 |
| Hex | 4C | 8E | B3 | 3A | 15 | 0 | 1E | CA | 28 | 32 |
| Octal | 114 | 216 | 263 | 72 | 25 | 0 | 36 | 312 | 50 | 62 |
| Binary | 1001100 | 10001110 | 10110011 | 111010 | 10101 | 0 | 11110 | 11001010 | 101000 | 110010 |
Color Harmonies of #4C8EB3
Complementary color
Monochromatic Colors of #4C8EB3
Black with #4C8EB3
Text Example
Text Example
White with #4C8EB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8EB3; }
p { color: rgb(76,142,179); }
H1.HeaderClassName
{
color: #4C8EB3;
}
.AnyTagClassName
{
color: #4C8EB3;
}
</style>
background-color css
<style>
a { background-color: #4C8EB3; }
a { background-color: rgb(76,142,179); }
div.DivClassName
{
background-color: #4C8EB3;
}
.BgClassName
{
background-color: #4C8EB3;
}
</style>
border-color css
<style>
span { border-color: #4C8EB3; }
span { border-color: rgb(76,142,179); }
td.TdClassName
{
border-color: #4C8EB3;
}
.TagClassName
{
border-color: #4C8EB3;
}
</style>