Shades of Havelock Blue #4677C9
Tints of Havelock Blue #4677C9
RGB
CMYK
RGB Variations
Color information
#4677C9 (or 0x4677C9) is known color: Havelock Blue. HEX triplet: 46, 77 and C9. RGB value is (70,119,201). Sum of RGB (Red+Green+Blue) = 70+119+201=390 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.95% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 201 (78.91% from 255 or 51.54% from 390); Max value from RGB is 201 - color contains mainly: blue. Hex color #4677C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4677C9 is #B98836. Grayscale: #717171. Windows color (decimal): -12159031 or 13203270. OLE color: 13203270.
HSL color Cylindrical-coordinate representation of color #4677C9: hue angle of 217.56º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4677C9 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 119 | 201 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.21 |
| HSL | 217.56º | 0.55% | 0.53% | - |
| HSV(B) | 217.56º | 0.65% | 0.79% | - |
| XYZ | 19.67 | 18.71 | 57.83 | - |
| YUV | 113.7 | 177.27 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 119 | 201 | 0.65 | 0.41 | 0 | 0.21 | 217.56 | 0.55 | 0.53 |
| Hex | 46 | 77 | C9 | 41 | 29 | 0 | 15 | DA | 37 | 35 |
| Octal | 106 | 167 | 311 | 101 | 51 | 0 | 25 | 332 | 67 | 65 |
| Binary | 1000110 | 1110111 | 11001001 | 1000001 | 101001 | 0 | 10101 | 11011010 | 110111 | 110101 |
Color Harmonies of #4677C9
Complementary color
Monochromatic Colors of #4677C9
Black with #4677C9
Text Example
Text Example
White with #4677C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4677C9; }
p { color: rgb(70,119,201); }
H1.HeaderClassName
{
color: #4677C9;
}
.AnyTagClassName
{
color: #4677C9;
}
</style>
background-color css
<style>
a { background-color: #4677C9; }
a { background-color: rgb(70,119,201); }
div.DivClassName
{
background-color: #4677C9;
}
.BgClassName
{
background-color: #4677C9;
}
</style>
border-color css
<style>
span { border-color: #4677C9; }
span { border-color: rgb(70,119,201); }
td.TdClassName
{
border-color: #4677C9;
}
.TagClassName
{
border-color: #4677C9;
}
</style>