Shades of Havelock Blue #4679CF
Tints of Havelock Blue #4679CF
RGB
CMYK
RGB Variations
Color information
#4679CF (or 0x4679CF) is known color: Havelock Blue. HEX triplet: 46, 79 and CF. RGB value is (70,121,207). Sum of RGB (Red+Green+Blue) = 70+121+207=398 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.59% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #4679CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4679CF is #B98630. Grayscale: #737373. Windows color (decimal): -12158513 or 13596998. OLE color: 13596998.
HSL color Cylindrical-coordinate representation of color #4679CF: hue angle of 217.66º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4679CF is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 121 | 207 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.19 |
| HSL | 217.66º | 0.59% | 0.54% | - |
| HSV(B) | 217.66º | 0.66% | 0.81% | - |
| XYZ | 20.63 | 19.48 | 61.7 | - |
| YUV | 115.56 | 179.6 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 121 | 207 | 0.66 | 0.42 | 0 | 0.19 | 217.66 | 0.59 | 0.54 |
| Hex | 46 | 79 | CF | 42 | 2A | 0 | 13 | DA | 3B | 36 |
| Octal | 106 | 171 | 317 | 102 | 52 | 0 | 23 | 332 | 73 | 66 |
| Binary | 1000110 | 1111001 | 11001111 | 1000010 | 101010 | 0 | 10011 | 11011010 | 111011 | 110110 |
Color Harmonies of #4679CF
Complementary color
Monochromatic Colors of #4679CF
Black with #4679CF
Text Example
Text Example
White with #4679CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4679CF; }
p { color: rgb(70,121,207); }
H1.HeaderClassName
{
color: #4679CF;
}
.AnyTagClassName
{
color: #4679CF;
}
</style>
background-color css
<style>
a { background-color: #4679CF; }
a { background-color: rgb(70,121,207); }
div.DivClassName
{
background-color: #4679CF;
}
.BgClassName
{
background-color: #4679CF;
}
</style>
border-color css
<style>
span { border-color: #4679CF; }
span { border-color: rgb(70,121,207); }
td.TdClassName
{
border-color: #4679CF;
}
.TagClassName
{
border-color: #4679CF;
}
</style>