Shades of Havelock Blue #447FCC
Tints of Havelock Blue #447FCC
RGB
CMYK
RGB Variations
Color information
#447FCC (or 0x447FCC) is known color: Havelock Blue. HEX triplet: 44, 7F and CC. RGB value is (68,127,204). Sum of RGB (Red+Green+Blue) = 68+127+204=399 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.04% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #447FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447FCC is #BB8033. Grayscale: #757575. Windows color (decimal): -12288052 or 13401924. OLE color: 13401924.
HSL color Cylindrical-coordinate representation of color #447FCC: hue angle of 213.97º 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 #447FCC is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 127 | 204 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.2 |
| HSL | 213.97º | 0.57% | 0.53% | - |
| HSV(B) | 213.97º | 0.67% | 0.8% | - |
| XYZ | 20.87 | 20.77 | 60.04 | - |
| YUV | 118.14 | 176.45 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 204 | 0.67 | 0.38 | 0 | 0.2 | 213.97 | 0.57 | 0.53 |
| Hex | 44 | 7F | CC | 43 | 26 | 0 | 14 | D6 | 39 | 35 |
| Octal | 104 | 177 | 314 | 103 | 46 | 0 | 24 | 326 | 71 | 65 |
| Binary | 1000100 | 1111111 | 11001100 | 1000011 | 100110 | 0 | 10100 | 11010110 | 111001 | 110101 |
Color Harmonies of #447FCC
Complementary color
Monochromatic Colors of #447FCC
Black with #447FCC
Text Example
Text Example
White with #447FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447FCC; }
p { color: rgb(68,127,204); }
H1.HeaderClassName
{
color: #447FCC;
}
.AnyTagClassName
{
color: #447FCC;
}
</style>
background-color css
<style>
a { background-color: #447FCC; }
a { background-color: rgb(68,127,204); }
div.DivClassName
{
background-color: #447FCC;
}
.BgClassName
{
background-color: #447FCC;
}
</style>
border-color css
<style>
span { border-color: #447FCC; }
span { border-color: rgb(68,127,204); }
td.TdClassName
{
border-color: #447FCC;
}
.TagClassName
{
border-color: #447FCC;
}
</style>