Shades of Havelock Blue #4F83CE
Tints of Havelock Blue #4F83CE
RGB
CMYK
RGB Variations
Color information
#4F83CE (or 0x4F83CE) is known color: Havelock Blue. HEX triplet: 4F, 83 and CE. RGB value is (79,131,206). Sum of RGB (Red+Green+Blue) = 79+131+206=416 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.99% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F83CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F83CE is #B07C31. Grayscale: #7B7B7B. Windows color (decimal): -11566130 or 13534031. OLE color: 13534031.
HSL color Cylindrical-coordinate representation of color #4F83CE: hue angle of 215.43º 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 #4F83CE is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 131 | 206 | - |
| CMYK | 0.62 | 0.36 | 0 | 0.19 |
| HSL | 215.43º | 0.56% | 0.56% | - |
| HSV(B) | 215.43º | 0.62% | 0.81% | - |
| XYZ | 22.48 | 22.35 | 61.52 | - |
| YUV | 124 | 174.27 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 131 | 206 | 0.62 | 0.36 | 0 | 0.19 | 215.43 | 0.56 | 0.56 |
| Hex | 4F | 83 | CE | 3E | 24 | 0 | 13 | D7 | 38 | 38 |
| Octal | 117 | 203 | 316 | 76 | 44 | 0 | 23 | 327 | 70 | 70 |
| Binary | 1001111 | 10000011 | 11001110 | 111110 | 100100 | 0 | 10011 | 11010111 | 111000 | 111000 |
Color Harmonies of #4F83CE
Complementary color
Monochromatic Colors of #4F83CE
Black with #4F83CE
Text Example
Text Example
White with #4F83CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F83CE; }
p { color: rgb(79,131,206); }
H1.HeaderClassName
{
color: #4F83CE;
}
.AnyTagClassName
{
color: #4F83CE;
}
</style>
background-color css
<style>
a { background-color: #4F83CE; }
a { background-color: rgb(79,131,206); }
div.DivClassName
{
background-color: #4F83CE;
}
.BgClassName
{
background-color: #4F83CE;
}
</style>
border-color css
<style>
span { border-color: #4F83CE; }
span { border-color: rgb(79,131,206); }
td.TdClassName
{
border-color: #4F83CE;
}
.TagClassName
{
border-color: #4F83CE;
}
</style>