Shades of Havelock Blue #4276C9
Tints of Havelock Blue #4276C9
RGB
CMYK
RGB Variations
Color information
#4276C9 (or 0x4276C9) is known color: Havelock Blue. HEX triplet: 42, 76 and C9. RGB value is (66,118,201). Sum of RGB (Red+Green+Blue) = 66+118+201=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 201 (78.91% from 255 or 52.21% from 385); Max value from RGB is 201 - color contains mainly: blue. Hex color #4276C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4276C9 is #BD8936. Grayscale: #6F6F6F. Windows color (decimal): -12421431 or 13203010. OLE color: 13203010.
HSL color Cylindrical-coordinate representation of color #4276C9: hue angle of 216.89º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4276C9 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 118 | 201 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.21 |
| HSL | 216.89º | 0.56% | 0.52% | - |
| HSV(B) | 216.89º | 0.67% | 0.79% | - |
| XYZ | 19.27 | 18.33 | 57.78 | - |
| YUV | 111.91 | 178.27 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 118 | 201 | 0.67 | 0.41 | 0 | 0.21 | 216.89 | 0.56 | 0.52 |
| Hex | 42 | 76 | C9 | 43 | 29 | 0 | 15 | D9 | 38 | 34 |
| Octal | 102 | 166 | 311 | 103 | 51 | 0 | 25 | 331 | 70 | 64 |
| Binary | 1000010 | 1110110 | 11001001 | 1000011 | 101001 | 0 | 10101 | 11011001 | 111000 | 110100 |
Color Harmonies of #4276C9
Complementary color
Monochromatic Colors of #4276C9
Black with #4276C9
Text Example
Text Example
White with #4276C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4276C9; }
p { color: rgb(66,118,201); }
H1.HeaderClassName
{
color: #4276C9;
}
.AnyTagClassName
{
color: #4276C9;
}
</style>
background-color css
<style>
a { background-color: #4276C9; }
a { background-color: rgb(66,118,201); }
div.DivClassName
{
background-color: #4276C9;
}
.BgClassName
{
background-color: #4276C9;
}
</style>
border-color css
<style>
span { border-color: #4276C9; }
span { border-color: rgb(66,118,201); }
td.TdClassName
{
border-color: #4276C9;
}
.TagClassName
{
border-color: #4276C9;
}
</style>