Shades of Boston Blue #4C8FB5
Tints of Boston Blue #4C8FB5
RGB
CMYK
RGB Variations
Color information
#4C8FB5 (or 0x4C8FB5) is known color: Boston Blue. HEX triplet: 4C, 8F and B5. RGB value is (76,143,181). Sum of RGB (Red+Green+Blue) = 76+143+181=400 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 181 (71.09% from 255 or 45.25% from 400); Max value from RGB is 181 - color contains mainly: blue. Hex color #4C8FB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8FB5 is #B3704A. Grayscale: #7F7F7F. Windows color (decimal): -11759691 or 11898700. OLE color: 11898700.
HSL color Cylindrical-coordinate representation of color #4C8FB5: hue angle of 201.71º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C8FB5 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 143 | 181 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.29 |
| HSL | 201.71º | 0.42% | 0.5% | - |
| HSV(B) | 201.71º | 0.58% | 0.71% | - |
| XYZ | 21.14 | 24.52 | 47.33 | - |
| YUV | 127.3 | 158.3 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 143 | 181 | 0.58 | 0.21 | 0 | 0.29 | 201.71 | 0.42 | 0.5 |
| Hex | 4C | 8F | B5 | 3A | 15 | 0 | 1D | CA | 2A | 32 |
| Octal | 114 | 217 | 265 | 72 | 25 | 0 | 35 | 312 | 52 | 62 |
| Binary | 1001100 | 10001111 | 10110101 | 111010 | 10101 | 0 | 11101 | 11001010 | 101010 | 110010 |
Color Harmonies of #4C8FB5
Complementary color
Monochromatic Colors of #4C8FB5
Black with #4C8FB5
Text Example
Text Example
White with #4C8FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8FB5; }
p { color: rgb(76,143,181); }
H1.HeaderClassName
{
color: #4C8FB5;
}
.AnyTagClassName
{
color: #4C8FB5;
}
</style>
background-color css
<style>
a { background-color: #4C8FB5; }
a { background-color: rgb(76,143,181); }
div.DivClassName
{
background-color: #4C8FB5;
}
.BgClassName
{
background-color: #4C8FB5;
}
</style>
border-color css
<style>
span { border-color: #4C8FB5; }
span { border-color: rgb(76,143,181); }
td.TdClassName
{
border-color: #4C8FB5;
}
.TagClassName
{
border-color: #4C8FB5;
}
</style>