Shades of Havelock Blue #4680C9
Tints of Havelock Blue #4680C9
RGB
CMYK
RGB Variations
Color information
#4680C9 (or 0x4680C9) is known color: Havelock Blue. HEX triplet: 46, 80 and C9. RGB value is (70,128,201). Sum of RGB (Red+Green+Blue) = 70+128+201=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 201 (78.91% from 255 or 50.38% from 399); Max value from RGB is 201 - color contains mainly: blue. Hex color #4680C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4680C9 is #B97F36. Grayscale: #767676. Windows color (decimal): -12156727 or 13205574. OLE color: 13205574.
HSL color Cylindrical-coordinate representation of color #4680C9: hue angle of 213.44º 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 #4680C9 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 70 | 128 | 201 | - |
CMYK | 0.65 | 0.36 | 0 | 0.21 |
HSL | 213.44º | 0.55% | 0.53% | - |
HSV(B) | 213.44º | 0.65% | 0.79% | - |
XYZ | 20.79 | 20.96 | 58.21 | - |
YUV | 118.98 | 174.28 | 93.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 70 | 128 | 201 | 0.65 | 0.36 | 0 | 0.21 | 213.44 | 0.55 | 0.53 |
Hex | 46 | 80 | C9 | 41 | 24 | 0 | 15 | D5 | 37 | 35 |
Octal | 106 | 200 | 311 | 101 | 44 | 0 | 25 | 325 | 67 | 65 |
Binary | 1000110 | 10000000 | 11001001 | 1000001 | 100100 | 0 | 10101 | 11010101 | 110111 | 110101 |
Color Harmonies of #4680C9
Complementary color
Monochromatic Colors of #4680C9
Black with #4680C9
Text Example
Text Example
White with #4680C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4680C9; }
p { color: rgb(70,128,201); }
H1.HeaderClassName
{
color: #4680C9;
}
.AnyTagClassName
{
color: #4680C9;
}
</style>
background-color css
<style>
a { background-color: #4680C9; }
a { background-color: rgb(70,128,201); }
div.DivClassName
{
background-color: #4680C9;
}
.BgClassName
{
background-color: #4680C9;
}
</style>
border-color css
<style>
span { border-color: #4680C9; }
span { border-color: rgb(70,128,201); }
td.TdClassName
{
border-color: #4680C9;
}
.TagClassName
{
border-color: #4680C9;
}
</style>