Shades of Havelock Blue #4489CF
Tints of Havelock Blue #4489CF
RGB
CMYK
RGB Variations
Color information
#4489CF (or 0x4489CF) is known color: Havelock Blue. HEX triplet: 44, 89 and CF. RGB value is (68,137,207). Sum of RGB (Red+Green+Blue) = 68+137+207=412 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.50% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #4489CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4489CF is #BB7630. Grayscale: #7B7B7B. Windows color (decimal): -12285489 or 13601092. OLE color: 13601092.
HSL color Cylindrical-coordinate representation of color #4489CF: hue angle of 210.22º 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 #4489CF is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 137 | 207 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.19 |
| HSL | 210.22º | 0.59% | 0.54% | - |
| HSV(B) | 210.22º | 0.67% | 0.81% | - |
| XYZ | 22.59 | 23.63 | 62.4 | - |
| YUV | 124.35 | 174.64 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 137 | 207 | 0.67 | 0.34 | 0 | 0.19 | 210.22 | 0.59 | 0.54 |
| Hex | 44 | 89 | CF | 43 | 22 | 0 | 13 | D2 | 3B | 36 |
| Octal | 104 | 211 | 317 | 103 | 42 | 0 | 23 | 322 | 73 | 66 |
| Binary | 1000100 | 10001001 | 11001111 | 1000011 | 100010 | 0 | 10011 | 11010010 | 111011 | 110110 |
Color Harmonies of #4489CF
Complementary color
Monochromatic Colors of #4489CF
Black with #4489CF
Text Example
Text Example
White with #4489CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4489CF; }
p { color: rgb(68,137,207); }
H1.HeaderClassName
{
color: #4489CF;
}
.AnyTagClassName
{
color: #4489CF;
}
</style>
background-color css
<style>
a { background-color: #4489CF; }
a { background-color: rgb(68,137,207); }
div.DivClassName
{
background-color: #4489CF;
}
.BgClassName
{
background-color: #4489CF;
}
</style>
border-color css
<style>
span { border-color: #4489CF; }
span { border-color: rgb(68,137,207); }
td.TdClassName
{
border-color: #4489CF;
}
.TagClassName
{
border-color: #4489CF;
}
</style>