Shades of Havelock Blue #4875C8
Tints of Havelock Blue #4875C8
RGB
CMYK
RGB Variations
Color information
#4875C8 (or 0x4875C8) is known color: Havelock Blue. HEX triplet: 48, 75 and C8. RGB value is (72,117,200). Sum of RGB (Red+Green+Blue) = 72+117+200=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 200 (78.52% from 255 or 51.41% from 389); Max value from RGB is 200 - color contains mainly: blue. Hex color #4875C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4875C8 is #B78A37. Grayscale: #707070. Windows color (decimal): -12028472 or 13137224. OLE color: 13137224.
HSL color Cylindrical-coordinate representation of color #4875C8: hue angle of 218.91º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4875C8 is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 117 | 200 | - |
| CMYK | 0.64 | 0.42 | 0 | 0.22 |
| HSL | 218.91º | 0.54% | 0.53% | - |
| HSV(B) | 218.91º | 0.64% | 0.78% | - |
| XYZ | 19.46 | 18.27 | 57.14 | - |
| YUV | 113.01 | 177.09 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 117 | 200 | 0.64 | 0.42 | 0 | 0.22 | 218.91 | 0.54 | 0.53 |
| Hex | 48 | 75 | C8 | 40 | 2A | 0 | 16 | DB | 36 | 35 |
| Octal | 110 | 165 | 310 | 100 | 52 | 0 | 26 | 333 | 66 | 65 |
| Binary | 1001000 | 1110101 | 11001000 | 1000000 | 101010 | 0 | 10110 | 11011011 | 110110 | 110101 |
Color Harmonies of #4875C8
Complementary color
Monochromatic Colors of #4875C8
Black with #4875C8
Text Example
Text Example
White with #4875C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4875C8; }
p { color: rgb(72,117,200); }
H1.HeaderClassName
{
color: #4875C8;
}
.AnyTagClassName
{
color: #4875C8;
}
</style>
background-color css
<style>
a { background-color: #4875C8; }
a { background-color: rgb(72,117,200); }
div.DivClassName
{
background-color: #4875C8;
}
.BgClassName
{
background-color: #4875C8;
}
</style>
border-color css
<style>
span { border-color: #4875C8; }
span { border-color: rgb(72,117,200); }
td.TdClassName
{
border-color: #4875C8;
}
.TagClassName
{
border-color: #4875C8;
}
</style>