Shades of Havelock Blue #4677CA
Tints of Havelock Blue #4677CA
RGB
CMYK
RGB Variations
Color information
#4677CA (or 0x4677CA) is known color: Havelock Blue. HEX triplet: 46, 77 and CA. RGB value is (70,119,202). Sum of RGB (Red+Green+Blue) = 70+119+202=391 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.90% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #4677CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4677CA is #B98835. Grayscale: #717171. Windows color (decimal): -12159030 or 13268806. OLE color: 13268806.
HSL color Cylindrical-coordinate representation of color #4677CA: hue angle of 217.73º 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 #4677CA is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 119 | 202 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.21 |
| HSL | 217.73º | 0.55% | 0.53% | - |
| HSV(B) | 217.73º | 0.65% | 0.79% | - |
| XYZ | 19.78 | 18.76 | 58.46 | - |
| YUV | 113.81 | 177.77 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 119 | 202 | 0.65 | 0.41 | 0 | 0.21 | 217.73 | 0.55 | 0.53 |
| Hex | 46 | 77 | CA | 41 | 29 | 0 | 15 | DA | 37 | 35 |
| Octal | 106 | 167 | 312 | 101 | 51 | 0 | 25 | 332 | 67 | 65 |
| Binary | 1000110 | 1110111 | 11001010 | 1000001 | 101001 | 0 | 10101 | 11011010 | 110111 | 110101 |
Color Harmonies of #4677CA
Complementary color
Monochromatic Colors of #4677CA
Black with #4677CA
Text Example
Text Example
White with #4677CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4677CA; }
p { color: rgb(70,119,202); }
H1.HeaderClassName
{
color: #4677CA;
}
.AnyTagClassName
{
color: #4677CA;
}
</style>
background-color css
<style>
a { background-color: #4677CA; }
a { background-color: rgb(70,119,202); }
div.DivClassName
{
background-color: #4677CA;
}
.BgClassName
{
background-color: #4677CA;
}
</style>
border-color css
<style>
span { border-color: #4677CA; }
span { border-color: rgb(70,119,202); }
td.TdClassName
{
border-color: #4677CA;
}
.TagClassName
{
border-color: #4677CA;
}
</style>