Shades of Havelock Blue #4476C9
Tints of Havelock Blue #4476C9
RGB
CMYK
RGB Variations
Color information
#4476C9 (or 0x4476C9) is known color: Havelock Blue. HEX triplet: 44, 76 and C9. RGB value is (68,118,201). Sum of RGB (Red+Green+Blue) = 68+118+201=387 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.57% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 201 (78.91% from 255 or 51.94% from 387); Max value from RGB is 201 - color contains mainly: blue. Hex color #4476C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4476C9 is #BB8936. Grayscale: #707070. Windows color (decimal): -12290359 or 13203012. OLE color: 13203012.
HSL color Cylindrical-coordinate representation of color #4476C9: hue angle of 217.44º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4476C9 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 118 | 201 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.21 |
| HSL | 217.44º | 0.55% | 0.53% | - |
| HSV(B) | 217.44º | 0.66% | 0.79% | - |
| XYZ | 19.4 | 18.4 | 57.79 | - |
| YUV | 112.51 | 177.94 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 118 | 201 | 0.66 | 0.41 | 0 | 0.21 | 217.44 | 0.55 | 0.53 |
| Hex | 44 | 76 | C9 | 42 | 29 | 0 | 15 | D9 | 37 | 35 |
| Octal | 104 | 166 | 311 | 102 | 51 | 0 | 25 | 331 | 67 | 65 |
| Binary | 1000100 | 1110110 | 11001001 | 1000010 | 101001 | 0 | 10101 | 11011001 | 110111 | 110101 |
Color Harmonies of #4476C9
Complementary color
Monochromatic Colors of #4476C9
Black with #4476C9
Text Example
Text Example
White with #4476C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4476C9; }
p { color: rgb(68,118,201); }
H1.HeaderClassName
{
color: #4476C9;
}
.AnyTagClassName
{
color: #4476C9;
}
</style>
background-color css
<style>
a { background-color: #4476C9; }
a { background-color: rgb(68,118,201); }
div.DivClassName
{
background-color: #4476C9;
}
.BgClassName
{
background-color: #4476C9;
}
</style>
border-color css
<style>
span { border-color: #4476C9; }
span { border-color: rgb(68,118,201); }
td.TdClassName
{
border-color: #4476C9;
}
.TagClassName
{
border-color: #4476C9;
}
</style>