Shades of Havelock Blue #4678CB
Tints of Havelock Blue #4678CB
RGB
CMYK
RGB Variations
Color information
#4678CB (or 0x4678CB) is known color: Havelock Blue. HEX triplet: 46, 78 and CB. RGB value is (70,120,203). Sum of RGB (Red+Green+Blue) = 70+120+203=393 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.81% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #4678CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4678CB is #B98734. Grayscale: #727272. Windows color (decimal): -12158773 or 13334598. OLE color: 13334598.
HSL color Cylindrical-coordinate representation of color #4678CB: hue angle of 217.44º 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 #4678CB is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 120 | 203 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.20 |
| HSL | 217.44º | 0.56% | 0.54% | - |
| HSV(B) | 217.44º | 0.66% | 0.8% | - |
| XYZ | 20.02 | 19.05 | 59.12 | - |
| YUV | 114.51 | 177.94 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 120 | 203 | 0.66 | 0.41 | 0 | 0.20 | 217.44 | 0.56 | 0.54 |
| Hex | 46 | 78 | CB | 42 | 29 | 0 | 14 | D9 | 38 | 36 |
| Octal | 106 | 170 | 313 | 102 | 51 | 0 | 24 | 331 | 70 | 66 |
| Binary | 1000110 | 1111000 | 11001011 | 1000010 | 101001 | 0 | 10100 | 11011001 | 111000 | 110110 |
Color Harmonies of #4678CB
Complementary color
Monochromatic Colors of #4678CB
Black with #4678CB
Text Example
Text Example
White with #4678CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4678CB; }
p { color: rgb(70,120,203); }
H1.HeaderClassName
{
color: #4678CB;
}
.AnyTagClassName
{
color: #4678CB;
}
</style>
background-color css
<style>
a { background-color: #4678CB; }
a { background-color: rgb(70,120,203); }
div.DivClassName
{
background-color: #4678CB;
}
.BgClassName
{
background-color: #4678CB;
}
</style>
border-color css
<style>
span { border-color: #4678CB; }
span { border-color: rgb(70,120,203); }
td.TdClassName
{
border-color: #4678CB;
}
.TagClassName
{
border-color: #4678CB;
}
</style>