Shades of Havelock Blue #4979CE
Tints of Havelock Blue #4979CE
RGB
CMYK
RGB Variations
Color information
#4979CE (or 0x4979CE) is known color: Havelock Blue. HEX triplet: 49, 79 and CE. RGB value is (73,121,206). Sum of RGB (Red+Green+Blue) = 73+121+206=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #4979CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4979CE is #B68631. Grayscale: #737373. Windows color (decimal): -11961906 or 13531465. OLE color: 13531465.
HSL color Cylindrical-coordinate representation of color #4979CE: hue angle of 218.35º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4979CE is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 121 | 206 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.19 |
| HSL | 218.35º | 0.58% | 0.55% | - |
| HSV(B) | 218.35º | 0.65% | 0.81% | - |
| XYZ | 20.73 | 19.55 | 61.07 | - |
| YUV | 116.34 | 178.6 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 121 | 206 | 0.65 | 0.41 | 0 | 0.19 | 218.35 | 0.58 | 0.55 |
| Hex | 49 | 79 | CE | 41 | 29 | 0 | 13 | DA | 3A | 37 |
| Octal | 111 | 171 | 316 | 101 | 51 | 0 | 23 | 332 | 72 | 67 |
| Binary | 1001001 | 1111001 | 11001110 | 1000001 | 101001 | 0 | 10011 | 11011010 | 111010 | 110111 |
Color Harmonies of #4979CE
Complementary color
Monochromatic Colors of #4979CE
Black with #4979CE
Text Example
Text Example
White with #4979CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4979CE; }
p { color: rgb(73,121,206); }
H1.HeaderClassName
{
color: #4979CE;
}
.AnyTagClassName
{
color: #4979CE;
}
</style>
background-color css
<style>
a { background-color: #4979CE; }
a { background-color: rgb(73,121,206); }
div.DivClassName
{
background-color: #4979CE;
}
.BgClassName
{
background-color: #4979CE;
}
</style>
border-color css
<style>
span { border-color: #4979CE; }
span { border-color: rgb(73,121,206); }
td.TdClassName
{
border-color: #4979CE;
}
.TagClassName
{
border-color: #4979CE;
}
</style>