Shades of Havelock Blue #4677C5
Tints of Havelock Blue #4677C5
RGB
CMYK
RGB Variations
Color information
#4677C5 (or 0x4677C5) is known color: Havelock Blue. HEX triplet: 46, 77 and C5. RGB value is (70,119,197). Sum of RGB (Red+Green+Blue) = 70+119+197=386 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.13% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 197 (77.34% from 255 or 51.04% from 386); Max value from RGB is 197 - color contains mainly: blue. Hex color #4677C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4677C5 is #B9883A. Grayscale: #707070. Windows color (decimal): -12159035 or 12941126. OLE color: 12941126.
HSL color Cylindrical-coordinate representation of color #4677C5: hue angle of 216.85º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4677C5 is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 70 | 119 | 197 | - |
| CMYK | 0.64 | 0.40 | 0 | 0.23 |
| HSL | 216.85º | 0.52% | 0.52% | - |
| HSV(B) | 216.85º | 0.64% | 0.77% | - |
| XYZ | 19.2 | 18.53 | 55.39 | - |
| YUV | 113.24 | 175.27 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 119 | 197 | 0.64 | 0.40 | 0 | 0.23 | 216.85 | 0.52 | 0.52 |
| Hex | 46 | 77 | C5 | 40 | 28 | 0 | 17 | D9 | 34 | 34 |
| Octal | 106 | 167 | 305 | 100 | 50 | 0 | 27 | 331 | 64 | 64 |
| Binary | 1000110 | 1110111 | 11000101 | 1000000 | 101000 | 0 | 10111 | 11011001 | 110100 | 110100 |
Color Harmonies of #4677C5
Complementary color
Monochromatic Colors of #4677C5
Black with #4677C5
Text Example
Text Example
White with #4677C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4677C5; }
p { color: rgb(70,119,197); }
H1.HeaderClassName
{
color: #4677C5;
}
.AnyTagClassName
{
color: #4677C5;
}
</style>
background-color css
<style>
a { background-color: #4677C5; }
a { background-color: rgb(70,119,197); }
div.DivClassName
{
background-color: #4677C5;
}
.BgClassName
{
background-color: #4677C5;
}
</style>
border-color css
<style>
span { border-color: #4677C5; }
span { border-color: rgb(70,119,197); }
td.TdClassName
{
border-color: #4677C5;
}
.TagClassName
{
border-color: #4677C5;
}
</style>