Shades of Havelock Blue #4681CB
Tints of Havelock Blue #4681CB
RGB
CMYK
RGB Variations
Color information
#4681CB (or 0x4681CB) is known color: Havelock Blue. HEX triplet: 46, 81 and CB. RGB value is (70,129,203). Sum of RGB (Red+Green+Blue) = 70+129+203=402 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.41% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #4681CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4681CB is #B97E34. Grayscale: #777777. Windows color (decimal): -12156469 or 13336902. OLE color: 13336902.
HSL color Cylindrical-coordinate representation of color #4681CB: hue angle of 213.38º 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 #4681CB is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 129 | 203 | - |
| CMYK | 0.66 | 0.36 | 0 | 0.20 |
| HSL | 213.38º | 0.56% | 0.54% | - |
| HSV(B) | 213.38º | 0.66% | 0.8% | - |
| XYZ | 21.16 | 21.31 | 59.5 | - |
| YUV | 119.8 | 174.95 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 129 | 203 | 0.66 | 0.36 | 0 | 0.20 | 213.38 | 0.56 | 0.54 |
| Hex | 46 | 81 | CB | 42 | 24 | 0 | 14 | D5 | 38 | 36 |
| Octal | 106 | 201 | 313 | 102 | 44 | 0 | 24 | 325 | 70 | 66 |
| Binary | 1000110 | 10000001 | 11001011 | 1000010 | 100100 | 0 | 10100 | 11010101 | 111000 | 110110 |
Color Harmonies of #4681CB
Complementary color
Monochromatic Colors of #4681CB
Black with #4681CB
Text Example
Text Example
White with #4681CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4681CB; }
p { color: rgb(70,129,203); }
H1.HeaderClassName
{
color: #4681CB;
}
.AnyTagClassName
{
color: #4681CB;
}
</style>
background-color css
<style>
a { background-color: #4681CB; }
a { background-color: rgb(70,129,203); }
div.DivClassName
{
background-color: #4681CB;
}
.BgClassName
{
background-color: #4681CB;
}
</style>
border-color css
<style>
span { border-color: #4681CB; }
span { border-color: rgb(70,129,203); }
td.TdClassName
{
border-color: #4681CB;
}
.TagClassName
{
border-color: #4681CB;
}
</style>