Shades of Havelock Blue #4279CE
Tints of Havelock Blue #4279CE
RGB
CMYK
RGB Variations
Color information
#4279CE (or 0x4279CE) is known color: Havelock Blue. HEX triplet: 42, 79 and CE. RGB value is (66,121,206). Sum of RGB (Red+Green+Blue) = 66+121+206=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #4279CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4279CE is #BD8631. Grayscale: #717171. Windows color (decimal): -12420658 or 13531458. OLE color: 13531458.
HSL color Cylindrical-coordinate representation of color #4279CE: hue angle of 216.43º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4279CE is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 121 | 206 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.19 |
| HSL | 216.43º | 0.59% | 0.53% | - |
| HSV(B) | 216.43º | 0.68% | 0.81% | - |
| XYZ | 20.22 | 19.29 | 61.05 | - |
| YUV | 114.25 | 179.78 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 121 | 206 | 0.68 | 0.41 | 0 | 0.19 | 216.43 | 0.59 | 0.53 |
| Hex | 42 | 79 | CE | 44 | 29 | 0 | 13 | D8 | 3B | 35 |
| Octal | 102 | 171 | 316 | 104 | 51 | 0 | 23 | 330 | 73 | 65 |
| Binary | 1000010 | 1111001 | 11001110 | 1000100 | 101001 | 0 | 10011 | 11011000 | 111011 | 110101 |
Color Harmonies of #4279CE
Complementary color
Monochromatic Colors of #4279CE
Black with #4279CE
Text Example
Text Example
White with #4279CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4279CE; }
p { color: rgb(66,121,206); }
H1.HeaderClassName
{
color: #4279CE;
}
.AnyTagClassName
{
color: #4279CE;
}
</style>
background-color css
<style>
a { background-color: #4279CE; }
a { background-color: rgb(66,121,206); }
div.DivClassName
{
background-color: #4279CE;
}
.BgClassName
{
background-color: #4279CE;
}
</style>
border-color css
<style>
span { border-color: #4279CE; }
span { border-color: rgb(66,121,206); }
td.TdClassName
{
border-color: #4279CE;
}
.TagClassName
{
border-color: #4279CE;
}
</style>