Shades of Havelock Blue #447CCC
Tints of Havelock Blue #447CCC
RGB
CMYK
RGB Variations
Color information
#447CCC (or 0x447CCC) is known color: Havelock Blue. HEX triplet: 44, 7C and CC. RGB value is (68,124,204). Sum of RGB (Red+Green+Blue) = 68+124+204=396 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.17% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #447CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447CCC is #BB8333. Grayscale: #747474. Windows color (decimal): -12288820 or 13401156. OLE color: 13401156.
HSL color Cylindrical-coordinate representation of color #447CCC: hue angle of 215.29º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #447CCC is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 124 | 204 | - |
| CMYK | 0.67 | 0.39 | 0 | 0.2 |
| HSL | 215.29º | 0.57% | 0.53% | - |
| HSV(B) | 215.29º | 0.67% | 0.8% | - |
| XYZ | 20.49 | 20 | 59.91 | - |
| YUV | 116.38 | 177.45 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 124 | 204 | 0.67 | 0.39 | 0 | 0.2 | 215.29 | 0.57 | 0.53 |
| Hex | 44 | 7C | CC | 43 | 27 | 0 | 14 | D7 | 39 | 35 |
| Octal | 104 | 174 | 314 | 103 | 47 | 0 | 24 | 327 | 71 | 65 |
| Binary | 1000100 | 1111100 | 11001100 | 1000011 | 100111 | 0 | 10100 | 11010111 | 111001 | 110101 |
Color Harmonies of #447CCC
Complementary color
Monochromatic Colors of #447CCC
Black with #447CCC
Text Example
Text Example
White with #447CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447CCC; }
p { color: rgb(68,124,204); }
H1.HeaderClassName
{
color: #447CCC;
}
.AnyTagClassName
{
color: #447CCC;
}
</style>
background-color css
<style>
a { background-color: #447CCC; }
a { background-color: rgb(68,124,204); }
div.DivClassName
{
background-color: #447CCC;
}
.BgClassName
{
background-color: #447CCC;
}
</style>
border-color css
<style>
span { border-color: #447CCC; }
span { border-color: rgb(68,124,204); }
td.TdClassName
{
border-color: #447CCC;
}
.TagClassName
{
border-color: #447CCC;
}
</style>