Shades of Havelock Blue #4276CB
Tints of Havelock Blue #4276CB
RGB
CMYK
RGB Variations
Color information
#4276CB (or 0x4276CB) is known color: Havelock Blue. HEX triplet: 42, 76 and CB. RGB value is (66,118,203). Sum of RGB (Red+Green+Blue) = 66+118+203=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #4276CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4276CB is #BD8934. Grayscale: #6F6F6F. Windows color (decimal): -12421429 or 13334082. OLE color: 13334082.
HSL color Cylindrical-coordinate representation of color #4276CB: hue angle of 217.23º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4276CB is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 118 | 203 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.20 |
| HSL | 217.23º | 0.57% | 0.53% | - |
| HSV(B) | 217.23º | 0.67% | 0.8% | - |
| XYZ | 19.5 | 18.43 | 59.03 | - |
| YUV | 112.14 | 179.27 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 118 | 203 | 0.67 | 0.42 | 0 | 0.20 | 217.23 | 0.57 | 0.53 |
| Hex | 42 | 76 | CB | 43 | 2A | 0 | 14 | D9 | 39 | 35 |
| Octal | 102 | 166 | 313 | 103 | 52 | 0 | 24 | 331 | 71 | 65 |
| Binary | 1000010 | 1110110 | 11001011 | 1000011 | 101010 | 0 | 10100 | 11011001 | 111001 | 110101 |
Color Harmonies of #4276CB
Complementary color
Monochromatic Colors of #4276CB
Black with #4276CB
Text Example
Text Example
White with #4276CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4276CB; }
p { color: rgb(66,118,203); }
H1.HeaderClassName
{
color: #4276CB;
}
.AnyTagClassName
{
color: #4276CB;
}
</style>
background-color css
<style>
a { background-color: #4276CB; }
a { background-color: rgb(66,118,203); }
div.DivClassName
{
background-color: #4276CB;
}
.BgClassName
{
background-color: #4276CB;
}
</style>
border-color css
<style>
span { border-color: #4276CB; }
span { border-color: rgb(66,118,203); }
td.TdClassName
{
border-color: #4276CB;
}
.TagClassName
{
border-color: #4276CB;
}
</style>