Shades of Havelock Blue #4F82CE
Tints of Havelock Blue #4F82CE
RGB
CMYK
RGB Variations
Color information
#4F82CE (or 0x4F82CE) is known color: Havelock Blue. HEX triplet: 4F, 82 and CE. RGB value is (79,130,206). Sum of RGB (Red+Green+Blue) = 79+130+206=415 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.04% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F82CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F82CE is #B07D31. Grayscale: #7B7B7B. Windows color (decimal): -11566386 or 13533775. OLE color: 13533775.
HSL color Cylindrical-coordinate representation of color #4F82CE: hue angle of 215.91º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F82CE is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 130 | 206 | - |
| CMYK | 0.62 | 0.37 | 0 | 0.19 |
| HSL | 215.91º | 0.56% | 0.56% | - |
| HSV(B) | 215.91º | 0.62% | 0.81% | - |
| XYZ | 22.35 | 22.08 | 61.48 | - |
| YUV | 123.42 | 174.6 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 130 | 206 | 0.62 | 0.37 | 0 | 0.19 | 215.91 | 0.56 | 0.56 |
| Hex | 4F | 82 | CE | 3E | 25 | 0 | 13 | D8 | 38 | 38 |
| Octal | 117 | 202 | 316 | 76 | 45 | 0 | 23 | 330 | 70 | 70 |
| Binary | 1001111 | 10000010 | 11001110 | 111110 | 100101 | 0 | 10011 | 11011000 | 111000 | 111000 |
Color Harmonies of #4F82CE
Complementary color
Monochromatic Colors of #4F82CE
Black with #4F82CE
Text Example
Text Example
White with #4F82CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F82CE; }
p { color: rgb(79,130,206); }
H1.HeaderClassName
{
color: #4F82CE;
}
.AnyTagClassName
{
color: #4F82CE;
}
</style>
background-color css
<style>
a { background-color: #4F82CE; }
a { background-color: rgb(79,130,206); }
div.DivClassName
{
background-color: #4F82CE;
}
.BgClassName
{
background-color: #4F82CE;
}
</style>
border-color css
<style>
span { border-color: #4F82CE; }
span { border-color: rgb(79,130,206); }
td.TdClassName
{
border-color: #4F82CE;
}
.TagClassName
{
border-color: #4F82CE;
}
</style>