Shades of Havelock Blue #4676CB
Tints of Havelock Blue #4676CB
RGB
CMYK
RGB Variations
Color information
#4676CB (or 0x4676CB) is known color: Havelock Blue. HEX triplet: 46, 76 and CB. RGB value is (70,118,203). Sum of RGB (Red+Green+Blue) = 70+118+203=391 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.90% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #4676CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4676CB is #B98934. Grayscale: #707070. Windows color (decimal): -12159285 or 13334086. OLE color: 13334086.
HSL color Cylindrical-coordinate representation of color #4676CB: hue angle of 218.35º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4676CB is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 118 | 203 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.20 |
| HSL | 218.35º | 0.56% | 0.54% | - |
| HSV(B) | 218.35º | 0.66% | 0.8% | - |
| XYZ | 19.78 | 18.57 | 59.04 | - |
| YUV | 113.34 | 178.6 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 118 | 203 | 0.66 | 0.42 | 0 | 0.20 | 218.35 | 0.56 | 0.54 |
| Hex | 46 | 76 | CB | 42 | 2A | 0 | 14 | DA | 38 | 36 |
| Octal | 106 | 166 | 313 | 102 | 52 | 0 | 24 | 332 | 70 | 66 |
| Binary | 1000110 | 1110110 | 11001011 | 1000010 | 101010 | 0 | 10100 | 11011010 | 111000 | 110110 |
Color Harmonies of #4676CB
Complementary color
Monochromatic Colors of #4676CB
Black with #4676CB
Text Example
Text Example
White with #4676CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4676CB; }
p { color: rgb(70,118,203); }
H1.HeaderClassName
{
color: #4676CB;
}
.AnyTagClassName
{
color: #4676CB;
}
</style>
background-color css
<style>
a { background-color: #4676CB; }
a { background-color: rgb(70,118,203); }
div.DivClassName
{
background-color: #4676CB;
}
.BgClassName
{
background-color: #4676CB;
}
</style>
border-color css
<style>
span { border-color: #4676CB; }
span { border-color: rgb(70,118,203); }
td.TdClassName
{
border-color: #4676CB;
}
.TagClassName
{
border-color: #4676CB;
}
</style>