Shades of Havelock Blue #4F83CA
Tints of Havelock Blue #4F83CA
RGB
CMYK
RGB Variations
Color information
#4F83CA (or 0x4F83CA) is known color: Havelock Blue. HEX triplet: 4F, 83 and CA. RGB value is (79,131,202). Sum of RGB (Red+Green+Blue) = 79+131+202=412 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.17% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #4F83CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F83CA is #B07C35. Grayscale: #7B7B7B. Windows color (decimal): -11566134 or 13271887. OLE color: 13271887.
HSL color Cylindrical-coordinate representation of color #4F83CA: hue angle of 214.63º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F83CA is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 79 | 131 | 202 | - |
| CMYK | 0.61 | 0.35 | 0 | 0.21 |
| HSL | 214.63º | 0.54% | 0.55% | - |
| HSV(B) | 214.63º | 0.61% | 0.79% | - |
| XYZ | 22 | 22.16 | 58.99 | - |
| YUV | 123.55 | 172.27 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 131 | 202 | 0.61 | 0.35 | 0 | 0.21 | 214.63 | 0.54 | 0.55 |
| Hex | 4F | 83 | CA | 3D | 23 | 0 | 15 | D7 | 36 | 37 |
| Octal | 117 | 203 | 312 | 75 | 43 | 0 | 25 | 327 | 66 | 67 |
| Binary | 1001111 | 10000011 | 11001010 | 111101 | 100011 | 0 | 10101 | 11010111 | 110110 | 110111 |
Color Harmonies of #4F83CA
Complementary color
Monochromatic Colors of #4F83CA
Black with #4F83CA
Text Example
Text Example
White with #4F83CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F83CA; }
p { color: rgb(79,131,202); }
H1.HeaderClassName
{
color: #4F83CA;
}
.AnyTagClassName
{
color: #4F83CA;
}
</style>
background-color css
<style>
a { background-color: #4F83CA; }
a { background-color: rgb(79,131,202); }
div.DivClassName
{
background-color: #4F83CA;
}
.BgClassName
{
background-color: #4F83CA;
}
</style>
border-color css
<style>
span { border-color: #4F83CA; }
span { border-color: rgb(79,131,202); }
td.TdClassName
{
border-color: #4F83CA;
}
.TagClassName
{
border-color: #4F83CA;
}
</style>