Shades of Havelock Blue #4580CF
Tints of Havelock Blue #4580CF
RGB
CMYK
RGB Variations
Color information
#4580CF (or 0x4580CF) is known color: Havelock Blue. HEX triplet: 45, 80 and CF. RGB value is (69,128,207). Sum of RGB (Red+Green+Blue) = 69+128+207=404 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.08% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #4580CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4580CF is #BA7F30. Grayscale: #767676. Windows color (decimal): -12222257 or 13598789. OLE color: 13598789.
HSL color Cylindrical-coordinate representation of color #4580CF: hue angle of 214.35º 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 #4580CF is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 128 | 207 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.19 |
| HSL | 214.35º | 0.59% | 0.54% | - |
| HSV(B) | 214.35º | 0.67% | 0.81% | - |
| XYZ | 21.44 | 21.21 | 62 | - |
| YUV | 119.37 | 177.45 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 128 | 207 | 0.67 | 0.38 | 0 | 0.19 | 214.35 | 0.59 | 0.54 |
| Hex | 45 | 80 | CF | 43 | 26 | 0 | 13 | D6 | 3B | 36 |
| Octal | 105 | 200 | 317 | 103 | 46 | 0 | 23 | 326 | 73 | 66 |
| Binary | 1000101 | 10000000 | 11001111 | 1000011 | 100110 | 0 | 10011 | 11010110 | 111011 | 110110 |
Color Harmonies of #4580CF
Complementary color
Monochromatic Colors of #4580CF
Black with #4580CF
Text Example
Text Example
White with #4580CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4580CF; }
p { color: rgb(69,128,207); }
H1.HeaderClassName
{
color: #4580CF;
}
.AnyTagClassName
{
color: #4580CF;
}
</style>
background-color css
<style>
a { background-color: #4580CF; }
a { background-color: rgb(69,128,207); }
div.DivClassName
{
background-color: #4580CF;
}
.BgClassName
{
background-color: #4580CF;
}
</style>
border-color css
<style>
span { border-color: #4580CF; }
span { border-color: rgb(69,128,207); }
td.TdClassName
{
border-color: #4580CF;
}
.TagClassName
{
border-color: #4580CF;
}
</style>