Shades of Havelock Blue #4878D0
Tints of Havelock Blue #4878D0
RGB
CMYK
RGB Variations
Color information
#4878D0 (or 0x4878D0) is known color: Havelock Blue. HEX triplet: 48, 78 and D0. RGB value is (72,120,208). Sum of RGB (Red+Green+Blue) = 72+120+208=400 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 208 (81.64% from 255 or 52% from 400); Max value from RGB is 208 - color contains mainly: blue. Hex color #4878D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4878D0 is #B7872F. Grayscale: #737373. Windows color (decimal): -12027696 or 13662280. OLE color: 13662280.
HSL color Cylindrical-coordinate representation of color #4878D0: hue angle of 218.82º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4878D0 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 120 | 208 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.18 |
| HSL | 218.82º | 0.59% | 0.55% | - |
| HSV(B) | 218.82º | 0.65% | 0.82% | - |
| XYZ | 20.77 | 19.36 | 62.32 | - |
| YUV | 115.68 | 180.1 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 120 | 208 | 0.65 | 0.42 | 0 | 0.18 | 218.82 | 0.59 | 0.55 |
| Hex | 48 | 78 | D0 | 41 | 2A | 0 | 12 | DB | 3B | 37 |
| Octal | 110 | 170 | 320 | 101 | 52 | 0 | 22 | 333 | 73 | 67 |
| Binary | 1001000 | 1111000 | 11010000 | 1000001 | 101010 | 0 | 10010 | 11011011 | 111011 | 110111 |
Color Harmonies of #4878D0
Complementary color
Monochromatic Colors of #4878D0
Black with #4878D0
Text Example
Text Example
White with #4878D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4878D0; }
p { color: rgb(72,120,208); }
H1.HeaderClassName
{
color: #4878D0;
}
.AnyTagClassName
{
color: #4878D0;
}
</style>
background-color css
<style>
a { background-color: #4878D0; }
a { background-color: rgb(72,120,208); }
div.DivClassName
{
background-color: #4878D0;
}
.BgClassName
{
background-color: #4878D0;
}
</style>
border-color css
<style>
span { border-color: #4878D0; }
span { border-color: rgb(72,120,208); }
td.TdClassName
{
border-color: #4878D0;
}
.TagClassName
{
border-color: #4878D0;
}
</style>