Shades of Havelock Blue #4879CC
Tints of Havelock Blue #4879CC
RGB
CMYK
RGB Variations
Color information
#4879CC (or 0x4879CC) is known color: Havelock Blue. HEX triplet: 48, 79 and CC. RGB value is (72,121,204). Sum of RGB (Red+Green+Blue) = 72+121+204=397 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.14% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #4879CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4879CC is #B78633. Grayscale: #737373. Windows color (decimal): -12027444 or 13400392. OLE color: 13400392.
HSL color Cylindrical-coordinate representation of color #4879CC: hue angle of 217.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4879CC is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 121 | 204 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.2 |
| HSL | 217.73º | 0.56% | 0.54% | - |
| HSV(B) | 217.73º | 0.65% | 0.8% | - |
| XYZ | 20.41 | 19.41 | 59.8 | - |
| YUV | 115.81 | 177.77 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 121 | 204 | 0.65 | 0.41 | 0 | 0.2 | 217.73 | 0.56 | 0.54 |
| Hex | 48 | 79 | CC | 41 | 29 | 0 | 14 | DA | 38 | 36 |
| Octal | 110 | 171 | 314 | 101 | 51 | 0 | 24 | 332 | 70 | 66 |
| Binary | 1001000 | 1111001 | 11001100 | 1000001 | 101001 | 0 | 10100 | 11011010 | 111000 | 110110 |
Color Harmonies of #4879CC
Complementary color
Monochromatic Colors of #4879CC
Black with #4879CC
Text Example
Text Example
White with #4879CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4879CC; }
p { color: rgb(72,121,204); }
H1.HeaderClassName
{
color: #4879CC;
}
.AnyTagClassName
{
color: #4879CC;
}
</style>
background-color css
<style>
a { background-color: #4879CC; }
a { background-color: rgb(72,121,204); }
div.DivClassName
{
background-color: #4879CC;
}
.BgClassName
{
background-color: #4879CC;
}
</style>
border-color css
<style>
span { border-color: #4879CC; }
span { border-color: rgb(72,121,204); }
td.TdClassName
{
border-color: #4879CC;
}
.TagClassName
{
border-color: #4879CC;
}
</style>