Shades of Havelock Blue #4985CF
Tints of Havelock Blue #4985CF
RGB
CMYK
RGB Variations
Color information
#4985CF (or 0x4985CF) is known color: Havelock Blue. HEX triplet: 49, 85 and CF. RGB value is (73,133,207). Sum of RGB (Red+Green+Blue) = 73+133+207=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #4985CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4985CF is #B67A30. Grayscale: #7B7B7B. Windows color (decimal): -11958833 or 13600073. OLE color: 13600073.
HSL color Cylindrical-coordinate representation of color #4985CF: hue angle of 213.13º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4985CF is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 133 | 207 | - |
| CMYK | 0.65 | 0.36 | 0 | 0.19 |
| HSL | 213.13º | 0.58% | 0.55% | - |
| HSV(B) | 213.13º | 0.65% | 0.81% | - |
| XYZ | 22.4 | 22.7 | 62.23 | - |
| YUV | 123.5 | 175.12 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 133 | 207 | 0.65 | 0.36 | 0 | 0.19 | 213.13 | 0.58 | 0.55 |
| Hex | 49 | 85 | CF | 41 | 24 | 0 | 13 | D5 | 3A | 37 |
| Octal | 111 | 205 | 317 | 101 | 44 | 0 | 23 | 325 | 72 | 67 |
| Binary | 1001001 | 10000101 | 11001111 | 1000001 | 100100 | 0 | 10011 | 11010101 | 111010 | 110111 |
Color Harmonies of #4985CF
Complementary color
Monochromatic Colors of #4985CF
Black with #4985CF
Text Example
Text Example
White with #4985CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4985CF; }
p { color: rgb(73,133,207); }
H1.HeaderClassName
{
color: #4985CF;
}
.AnyTagClassName
{
color: #4985CF;
}
</style>
background-color css
<style>
a { background-color: #4985CF; }
a { background-color: rgb(73,133,207); }
div.DivClassName
{
background-color: #4985CF;
}
.BgClassName
{
background-color: #4985CF;
}
</style>
border-color css
<style>
span { border-color: #4985CF; }
span { border-color: rgb(73,133,207); }
td.TdClassName
{
border-color: #4985CF;
}
.TagClassName
{
border-color: #4985CF;
}
</style>