Shades of Havelock Blue #4979CF
Tints of Havelock Blue #4979CF
RGB
CMYK
RGB Variations
Color information
#4979CF (or 0x4979CF) is known color: Havelock Blue. HEX triplet: 49, 79 and CF. RGB value is (73,121,207). Sum of RGB (Red+Green+Blue) = 73+121+207=401 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.20% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #4979CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4979CF is #B68630. Grayscale: #747474. Windows color (decimal): -11961905 or 13597001. OLE color: 13597001.
HSL color Cylindrical-coordinate representation of color #4979CF: hue angle of 218.51º 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 #4979CF is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 121 | 207 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.19 |
| HSL | 218.51º | 0.58% | 0.55% | - |
| HSV(B) | 218.51º | 0.65% | 0.81% | - |
| XYZ | 20.85 | 19.6 | 61.72 | - |
| YUV | 116.45 | 179.1 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 121 | 207 | 0.65 | 0.42 | 0 | 0.19 | 218.51 | 0.58 | 0.55 |
| Hex | 49 | 79 | CF | 41 | 2A | 0 | 13 | DB | 3A | 37 |
| Octal | 111 | 171 | 317 | 101 | 52 | 0 | 23 | 333 | 72 | 67 |
| Binary | 1001001 | 1111001 | 11001111 | 1000001 | 101010 | 0 | 10011 | 11011011 | 111010 | 110111 |
Color Harmonies of #4979CF
Complementary color
Monochromatic Colors of #4979CF
Black with #4979CF
Text Example
Text Example
White with #4979CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4979CF; }
p { color: rgb(73,121,207); }
H1.HeaderClassName
{
color: #4979CF;
}
.AnyTagClassName
{
color: #4979CF;
}
</style>
background-color css
<style>
a { background-color: #4979CF; }
a { background-color: rgb(73,121,207); }
div.DivClassName
{
background-color: #4979CF;
}
.BgClassName
{
background-color: #4979CF;
}
</style>
border-color css
<style>
span { border-color: #4979CF; }
span { border-color: rgb(73,121,207); }
td.TdClassName
{
border-color: #4979CF;
}
.TagClassName
{
border-color: #4979CF;
}
</style>