Shades of Havelock Blue #4680CB
Tints of Havelock Blue #4680CB
RGB
CMYK
RGB Variations
Color information
#4680CB (or 0x4680CB) is known color: Havelock Blue. HEX triplet: 46, 80 and CB. RGB value is (70,128,203). Sum of RGB (Red+Green+Blue) = 70+128+203=401 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.46% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #4680CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4680CB is #B97F34. Grayscale: #767676. Windows color (decimal): -12156725 or 13336646. OLE color: 13336646.
HSL color Cylindrical-coordinate representation of color #4680CB: hue angle of 213.83º 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 #4680CB is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 128 | 203 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.20 |
| HSL | 213.83º | 0.56% | 0.54% | - |
| HSV(B) | 213.83º | 0.66% | 0.8% | - |
| XYZ | 21.02 | 21.05 | 59.46 | - |
| YUV | 119.21 | 175.28 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 128 | 203 | 0.66 | 0.37 | 0 | 0.20 | 213.83 | 0.56 | 0.54 |
| Hex | 46 | 80 | CB | 42 | 25 | 0 | 14 | D6 | 38 | 36 |
| Octal | 106 | 200 | 313 | 102 | 45 | 0 | 24 | 326 | 70 | 66 |
| Binary | 1000110 | 10000000 | 11001011 | 1000010 | 100101 | 0 | 10100 | 11010110 | 111000 | 110110 |
Color Harmonies of #4680CB
Complementary color
Monochromatic Colors of #4680CB
Black with #4680CB
Text Example
Text Example
White with #4680CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4680CB; }
p { color: rgb(70,128,203); }
H1.HeaderClassName
{
color: #4680CB;
}
.AnyTagClassName
{
color: #4680CB;
}
</style>
background-color css
<style>
a { background-color: #4680CB; }
a { background-color: rgb(70,128,203); }
div.DivClassName
{
background-color: #4680CB;
}
.BgClassName
{
background-color: #4680CB;
}
</style>
border-color css
<style>
span { border-color: #4680CB; }
span { border-color: rgb(70,128,203); }
td.TdClassName
{
border-color: #4680CB;
}
.TagClassName
{
border-color: #4680CB;
}
</style>