Shades of Havelock Blue #4277CB
Tints of Havelock Blue #4277CB
RGB
CMYK
RGB Variations
Color information
#4277CB (or 0x4277CB) is known color: Havelock Blue. HEX triplet: 42, 77 and CB. RGB value is (66,119,203). Sum of RGB (Red+Green+Blue) = 66+119+203=388 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.01% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #4277CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4277CB is #BD8834. Grayscale: #707070. Windows color (decimal): -12421173 or 13334338. OLE color: 13334338.
HSL color Cylindrical-coordinate representation of color #4277CB: hue angle of 216.79º 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 #4277CB is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 119 | 203 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.20 |
| HSL | 216.79º | 0.57% | 0.53% | - |
| HSV(B) | 216.79º | 0.67% | 0.8% | - |
| XYZ | 19.62 | 18.66 | 59.07 | - |
| YUV | 112.73 | 178.94 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 119 | 203 | 0.67 | 0.41 | 0 | 0.20 | 216.79 | 0.57 | 0.53 |
| Hex | 42 | 77 | CB | 43 | 29 | 0 | 14 | D9 | 39 | 35 |
| Octal | 102 | 167 | 313 | 103 | 51 | 0 | 24 | 331 | 71 | 65 |
| Binary | 1000010 | 1110111 | 11001011 | 1000011 | 101001 | 0 | 10100 | 11011001 | 111001 | 110101 |
Color Harmonies of #4277CB
Complementary color
Monochromatic Colors of #4277CB
Black with #4277CB
Text Example
Text Example
White with #4277CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4277CB; }
p { color: rgb(66,119,203); }
H1.HeaderClassName
{
color: #4277CB;
}
.AnyTagClassName
{
color: #4277CB;
}
</style>
background-color css
<style>
a { background-color: #4277CB; }
a { background-color: rgb(66,119,203); }
div.DivClassName
{
background-color: #4277CB;
}
.BgClassName
{
background-color: #4277CB;
}
</style>
border-color css
<style>
span { border-color: #4277CB; }
span { border-color: rgb(66,119,203); }
td.TdClassName
{
border-color: #4277CB;
}
.TagClassName
{
border-color: #4277CB;
}
</style>