Shades of Havelock Blue #447ACE
Tints of Havelock Blue #447ACE
RGB
CMYK
RGB Variations
Color information
#447ACE (or 0x447ACE) is known color: Havelock Blue. HEX triplet: 44, 7A and CE. RGB value is (68,122,206). Sum of RGB (Red+Green+Blue) = 68+122+206=396 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.17% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #447ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447ACE is #BB8531. Grayscale: #737373. Windows color (decimal): -12289330 or 13531716. OLE color: 13531716.
HSL color Cylindrical-coordinate representation of color #447ACE: hue angle of 216.52º degrees, saturation: 0.58, 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 #447ACE is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 122 | 206 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.19 |
| HSL | 216.52º | 0.58% | 0.54% | - |
| HSV(B) | 216.52º | 0.67% | 0.81% | - |
| XYZ | 20.48 | 19.6 | 61.1 | - |
| YUV | 115.43 | 179.11 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 122 | 206 | 0.67 | 0.41 | 0 | 0.19 | 216.52 | 0.58 | 0.54 |
| Hex | 44 | 7A | CE | 43 | 29 | 0 | 13 | D9 | 3A | 36 |
| Octal | 104 | 172 | 316 | 103 | 51 | 0 | 23 | 331 | 72 | 66 |
| Binary | 1000100 | 1111010 | 11001110 | 1000011 | 101001 | 0 | 10011 | 11011001 | 111010 | 110110 |
Color Harmonies of #447ACE
Complementary color
Monochromatic Colors of #447ACE
Black with #447ACE
Text Example
Text Example
White with #447ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447ACE; }
p { color: rgb(68,122,206); }
H1.HeaderClassName
{
color: #447ACE;
}
.AnyTagClassName
{
color: #447ACE;
}
</style>
background-color css
<style>
a { background-color: #447ACE; }
a { background-color: rgb(68,122,206); }
div.DivClassName
{
background-color: #447ACE;
}
.BgClassName
{
background-color: #447ACE;
}
</style>
border-color css
<style>
span { border-color: #447ACE; }
span { border-color: rgb(68,122,206); }
td.TdClassName
{
border-color: #447ACE;
}
.TagClassName
{
border-color: #447ACE;
}
</style>