Shades of Havelock Blue #4870BD
Tints of Havelock Blue #4870BD
RGB
CMYK
RGB Variations
Color information
#4870BD (or 0x4870BD) is known color: Havelock Blue. HEX triplet: 48, 70 and BD. RGB value is (72,112,189). Sum of RGB (Red+Green+Blue) = 72+112+189=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #4870BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4870BD is #B78F42. Grayscale: #6C6C6C. Windows color (decimal): -12029763 or 12415048. OLE color: 12415048.
HSL color Cylindrical-coordinate representation of color #4870BD: hue angle of 219.49º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4870BD is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 112 | 189 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.26 |
| HSL | 219.49º | 0.47% | 0.51% | - |
| HSV(B) | 219.49º | 0.62% | 0.74% | - |
| XYZ | 17.65 | 16.64 | 50.43 | - |
| YUV | 108.82 | 173.25 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 112 | 189 | 0.62 | 0.41 | 0 | 0.26 | 219.49 | 0.47 | 0.51 |
| Hex | 48 | 70 | BD | 3E | 29 | 0 | 1A | DB | 2F | 33 |
| Octal | 110 | 160 | 275 | 76 | 51 | 0 | 32 | 333 | 57 | 63 |
| Binary | 1001000 | 1110000 | 10111101 | 111110 | 101001 | 0 | 11010 | 11011011 | 101111 | 110011 |
Color Harmonies of #4870BD
Complementary color
Monochromatic Colors of #4870BD
Black with #4870BD
Text Example
Text Example
White with #4870BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4870BD; }
p { color: rgb(72,112,189); }
H1.HeaderClassName
{
color: #4870BD;
}
.AnyTagClassName
{
color: #4870BD;
}
</style>
background-color css
<style>
a { background-color: #4870BD; }
a { background-color: rgb(72,112,189); }
div.DivClassName
{
background-color: #4870BD;
}
.BgClassName
{
background-color: #4870BD;
}
</style>
border-color css
<style>
span { border-color: #4870BD; }
span { border-color: rgb(72,112,189); }
td.TdClassName
{
border-color: #4870BD;
}
.TagClassName
{
border-color: #4870BD;
}
</style>