Shades of Havelock Blue #4680CF
Tints of Havelock Blue #4680CF
RGB
CMYK
RGB Variations
Color information
#4680CF (or 0x4680CF) is known color: Havelock Blue. HEX triplet: 46, 80 and CF. RGB value is (70,128,207). Sum of RGB (Red+Green+Blue) = 70+128+207=405 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.28% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #4680CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4680CF is #B97F30. Grayscale: #777777. Windows color (decimal): -12156721 or 13598790. OLE color: 13598790.
HSL color Cylindrical-coordinate representation of color #4680CF: hue angle of 214.6º 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 #4680CF is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 128 | 207 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.19 |
| HSL | 214.6º | 0.59% | 0.54% | - |
| HSV(B) | 214.6º | 0.66% | 0.81% | - |
| XYZ | 21.51 | 21.25 | 62 | - |
| YUV | 119.66 | 177.28 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 128 | 207 | 0.66 | 0.38 | 0 | 0.19 | 214.6 | 0.59 | 0.54 |
| Hex | 46 | 80 | CF | 42 | 26 | 0 | 13 | D7 | 3B | 36 |
| Octal | 106 | 200 | 317 | 102 | 46 | 0 | 23 | 327 | 73 | 66 |
| Binary | 1000110 | 10000000 | 11001111 | 1000010 | 100110 | 0 | 10011 | 11010111 | 111011 | 110110 |
Color Harmonies of #4680CF
Complementary color
Monochromatic Colors of #4680CF
Black with #4680CF
Text Example
Text Example
White with #4680CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4680CF; }
p { color: rgb(70,128,207); }
H1.HeaderClassName
{
color: #4680CF;
}
.AnyTagClassName
{
color: #4680CF;
}
</style>
background-color css
<style>
a { background-color: #4680CF; }
a { background-color: rgb(70,128,207); }
div.DivClassName
{
background-color: #4680CF;
}
.BgClassName
{
background-color: #4680CF;
}
</style>
border-color css
<style>
span { border-color: #4680CF; }
span { border-color: rgb(70,128,207); }
td.TdClassName
{
border-color: #4680CF;
}
.TagClassName
{
border-color: #4680CF;
}
</style>