Shades of Havelock Blue #4477CB
Tints of Havelock Blue #4477CB
RGB
CMYK
RGB Variations
Color information
#4477CB (or 0x4477CB) is known color: Havelock Blue. HEX triplet: 44, 77 and CB. RGB value is (68,119,203). Sum of RGB (Red+Green+Blue) = 68+119+203=390 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.44% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #4477CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4477CB is #BB8834. Grayscale: #707070. Windows color (decimal): -12290101 or 13334340. OLE color: 13334340.
HSL color Cylindrical-coordinate representation of color #4477CB: hue angle of 217.33º degrees, saturation: 0.56, 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 #4477CB is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 119 | 203 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.20 |
| HSL | 217.33º | 0.56% | 0.53% | - |
| HSV(B) | 217.33º | 0.67% | 0.8% | - |
| XYZ | 19.76 | 18.73 | 59.07 | - |
| YUV | 113.33 | 178.6 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 119 | 203 | 0.67 | 0.41 | 0 | 0.20 | 217.33 | 0.56 | 0.53 |
| Hex | 44 | 77 | CB | 43 | 29 | 0 | 14 | D9 | 38 | 35 |
| Octal | 104 | 167 | 313 | 103 | 51 | 0 | 24 | 331 | 70 | 65 |
| Binary | 1000100 | 1110111 | 11001011 | 1000011 | 101001 | 0 | 10100 | 11011001 | 111000 | 110101 |
Color Harmonies of #4477CB
Complementary color
Monochromatic Colors of #4477CB
Black with #4477CB
Text Example
Text Example
White with #4477CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4477CB; }
p { color: rgb(68,119,203); }
H1.HeaderClassName
{
color: #4477CB;
}
.AnyTagClassName
{
color: #4477CB;
}
</style>
background-color css
<style>
a { background-color: #4477CB; }
a { background-color: rgb(68,119,203); }
div.DivClassName
{
background-color: #4477CB;
}
.BgClassName
{
background-color: #4477CB;
}
</style>
border-color css
<style>
span { border-color: #4477CB; }
span { border-color: rgb(68,119,203); }
td.TdClassName
{
border-color: #4477CB;
}
.TagClassName
{
border-color: #4477CB;
}
</style>