Shades of Havelock Blue #4678C9
Tints of Havelock Blue #4678C9
RGB
CMYK
RGB Variations
Color information
#4678C9 (or 0x4678C9) is known color: Havelock Blue. HEX triplet: 46, 78 and C9. RGB value is (70,120,201). Sum of RGB (Red+Green+Blue) = 70+120+201=391 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.90% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #4678C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4678C9 is #B98736. Grayscale: #717171. Windows color (decimal): -12158775 or 13203526. OLE color: 13203526.
HSL color Cylindrical-coordinate representation of color #4678C9: hue angle of 217.1º 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 #4678C9 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 120 | 201 | - |
| CMYK | 0.65 | 0.40 | 0 | 0.21 |
| HSL | 217.1º | 0.55% | 0.53% | - |
| HSV(B) | 217.1º | 0.65% | 0.79% | - |
| XYZ | 19.78 | 18.95 | 57.87 | - |
| YUV | 114.28 | 176.94 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 120 | 201 | 0.65 | 0.40 | 0 | 0.21 | 217.1 | 0.55 | 0.53 |
| Hex | 46 | 78 | C9 | 41 | 28 | 0 | 15 | D9 | 37 | 35 |
| Octal | 106 | 170 | 311 | 101 | 50 | 0 | 25 | 331 | 67 | 65 |
| Binary | 1000110 | 1111000 | 11001001 | 1000001 | 101000 | 0 | 10101 | 11011001 | 110111 | 110101 |
Color Harmonies of #4678C9
Complementary color
Monochromatic Colors of #4678C9
Black with #4678C9
Text Example
Text Example
White with #4678C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4678C9; }
p { color: rgb(70,120,201); }
H1.HeaderClassName
{
color: #4678C9;
}
.AnyTagClassName
{
color: #4678C9;
}
</style>
background-color css
<style>
a { background-color: #4678C9; }
a { background-color: rgb(70,120,201); }
div.DivClassName
{
background-color: #4678C9;
}
.BgClassName
{
background-color: #4678C9;
}
</style>
border-color css
<style>
span { border-color: #4678C9; }
span { border-color: rgb(70,120,201); }
td.TdClassName
{
border-color: #4678C9;
}
.TagClassName
{
border-color: #4678C9;
}
</style>