Shades of Havelock Blue #4581CF
Tints of Havelock Blue #4581CF
RGB
CMYK
RGB Variations
Color information
#4581CF (or 0x4581CF) is known color: Havelock Blue. HEX triplet: 45, 81 and CF. RGB value is (69,129,207). Sum of RGB (Red+Green+Blue) = 69+129+207=405 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.04% from 405); Green value is 129 (50.78% from 255 or 31.85% 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 #4581CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4581CF is #BA7E30. Grayscale: #777777. Windows color (decimal): -12222001 or 13599045. OLE color: 13599045.
HSL color Cylindrical-coordinate representation of color #4581CF: hue angle of 213.91º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4581CF is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 129 | 207 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.19 |
| HSL | 213.91º | 0.59% | 0.54% | - |
| HSV(B) | 213.91º | 0.67% | 0.81% | - |
| XYZ | 21.57 | 21.47 | 62.04 | - |
| YUV | 119.95 | 177.12 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 129 | 207 | 0.67 | 0.38 | 0 | 0.19 | 213.91 | 0.59 | 0.54 |
| Hex | 45 | 81 | CF | 43 | 26 | 0 | 13 | D6 | 3B | 36 |
| Octal | 105 | 201 | 317 | 103 | 46 | 0 | 23 | 326 | 73 | 66 |
| Binary | 1000101 | 10000001 | 11001111 | 1000011 | 100110 | 0 | 10011 | 11010110 | 111011 | 110110 |
Color Harmonies of #4581CF
Complementary color
Monochromatic Colors of #4581CF
Black with #4581CF
Text Example
Text Example
White with #4581CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4581CF; }
p { color: rgb(69,129,207); }
H1.HeaderClassName
{
color: #4581CF;
}
.AnyTagClassName
{
color: #4581CF;
}
</style>
background-color css
<style>
a { background-color: #4581CF; }
a { background-color: rgb(69,129,207); }
div.DivClassName
{
background-color: #4581CF;
}
.BgClassName
{
background-color: #4581CF;
}
</style>
border-color css
<style>
span { border-color: #4581CF; }
span { border-color: rgb(69,129,207); }
td.TdClassName
{
border-color: #4581CF;
}
.TagClassName
{
border-color: #4581CF;
}
</style>