Shades of Havelock Blue #447ECD
Tints of Havelock Blue #447ECD
RGB
CMYK
RGB Variations
Color information
#447ECD (or 0x447ECD) is known color: Havelock Blue. HEX triplet: 44, 7E and CD. RGB value is (68,126,205). Sum of RGB (Red+Green+Blue) = 68+126+205=399 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.04% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #447ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447ECD is #BB8132. Grayscale: #757575. Windows color (decimal): -12288307 or 13467204. OLE color: 13467204.
HSL color Cylindrical-coordinate representation of color #447ECD: hue angle of 214.6º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #447ECD is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 126 | 205 | - |
| CMYK | 0.67 | 0.39 | 0 | 0.20 |
| HSL | 214.6º | 0.58% | 0.54% | - |
| HSV(B) | 214.6º | 0.67% | 0.8% | - |
| XYZ | 20.86 | 20.56 | 60.63 | - |
| YUV | 117.66 | 177.28 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 126 | 205 | 0.67 | 0.39 | 0 | 0.20 | 214.6 | 0.58 | 0.54 |
| Hex | 44 | 7E | CD | 43 | 27 | 0 | 14 | D7 | 3A | 36 |
| Octal | 104 | 176 | 315 | 103 | 47 | 0 | 24 | 327 | 72 | 66 |
| Binary | 1000100 | 1111110 | 11001101 | 1000011 | 100111 | 0 | 10100 | 11010111 | 111010 | 110110 |
Color Harmonies of #447ECD
Complementary color
Monochromatic Colors of #447ECD
Black with #447ECD
Text Example
Text Example
White with #447ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447ECD; }
p { color: rgb(68,126,205); }
H1.HeaderClassName
{
color: #447ECD;
}
.AnyTagClassName
{
color: #447ECD;
}
</style>
background-color css
<style>
a { background-color: #447ECD; }
a { background-color: rgb(68,126,205); }
div.DivClassName
{
background-color: #447ECD;
}
.BgClassName
{
background-color: #447ECD;
}
</style>
border-color css
<style>
span { border-color: #447ECD; }
span { border-color: rgb(68,126,205); }
td.TdClassName
{
border-color: #447ECD;
}
.TagClassName
{
border-color: #447ECD;
}
</style>