Shades of Havelock Blue #4681CF
Tints of Havelock Blue #4681CF
RGB
CMYK
RGB Variations
Color information
#4681CF (or 0x4681CF) is known color: Havelock Blue. HEX triplet: 46, 81 and CF. RGB value is (70,129,207). Sum of RGB (Red+Green+Blue) = 70+129+207=406 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.24% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #4681CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4681CF is #B97E30. Grayscale: #777777. Windows color (decimal): -12156465 or 13599046. OLE color: 13599046.
HSL color Cylindrical-coordinate representation of color #4681CF: hue angle of 214.16º 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 #4681CF is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 129 | 207 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.19 |
| HSL | 214.16º | 0.59% | 0.54% | - |
| HSV(B) | 214.16º | 0.66% | 0.81% | - |
| XYZ | 21.64 | 21.51 | 62.04 | - |
| YUV | 120.25 | 176.95 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 129 | 207 | 0.66 | 0.38 | 0 | 0.19 | 214.16 | 0.59 | 0.54 |
| Hex | 46 | 81 | CF | 42 | 26 | 0 | 13 | D6 | 3B | 36 |
| Octal | 106 | 201 | 317 | 102 | 46 | 0 | 23 | 326 | 73 | 66 |
| Binary | 1000110 | 10000001 | 11001111 | 1000010 | 100110 | 0 | 10011 | 11010110 | 111011 | 110110 |
Color Harmonies of #4681CF
Complementary color
Monochromatic Colors of #4681CF
Black with #4681CF
Text Example
Text Example
White with #4681CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4681CF; }
p { color: rgb(70,129,207); }
H1.HeaderClassName
{
color: #4681CF;
}
.AnyTagClassName
{
color: #4681CF;
}
</style>
background-color css
<style>
a { background-color: #4681CF; }
a { background-color: rgb(70,129,207); }
div.DivClassName
{
background-color: #4681CF;
}
.BgClassName
{
background-color: #4681CF;
}
</style>
border-color css
<style>
span { border-color: #4681CF; }
span { border-color: rgb(70,129,207); }
td.TdClassName
{
border-color: #4681CF;
}
.TagClassName
{
border-color: #4681CF;
}
</style>