Shades of Havelock Blue #447BCC
Tints of Havelock Blue #447BCC
RGB
CMYK
RGB Variations
Color information
#447BCC (or 0x447BCC) is known color: Havelock Blue. HEX triplet: 44, 7B and CC. RGB value is (68,123,204). Sum of RGB (Red+Green+Blue) = 68+123+204=395 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.22% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #447BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447BCC is #BB8433. Grayscale: #737373. Windows color (decimal): -12289076 or 13400900. OLE color: 13400900.
HSL color Cylindrical-coordinate representation of color #447BCC: hue angle of 215.74º 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 #447BCC is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 123 | 204 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.2 |
| HSL | 215.74º | 0.57% | 0.53% | - |
| HSV(B) | 215.74º | 0.67% | 0.8% | - |
| XYZ | 20.37 | 19.75 | 59.87 | - |
| YUV | 115.79 | 177.78 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 204 | 0.67 | 0.40 | 0 | 0.2 | 215.74 | 0.57 | 0.53 |
| Hex | 44 | 7B | CC | 43 | 28 | 0 | 14 | D8 | 39 | 35 |
| Octal | 104 | 173 | 314 | 103 | 50 | 0 | 24 | 330 | 71 | 65 |
| Binary | 1000100 | 1111011 | 11001100 | 1000011 | 101000 | 0 | 10100 | 11011000 | 111001 | 110101 |
Color Harmonies of #447BCC
Complementary color
Monochromatic Colors of #447BCC
Black with #447BCC
Text Example
Text Example
White with #447BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447BCC; }
p { color: rgb(68,123,204); }
H1.HeaderClassName
{
color: #447BCC;
}
.AnyTagClassName
{
color: #447BCC;
}
</style>
background-color css
<style>
a { background-color: #447BCC; }
a { background-color: rgb(68,123,204); }
div.DivClassName
{
background-color: #447BCC;
}
.BgClassName
{
background-color: #447BCC;
}
</style>
border-color css
<style>
span { border-color: #447BCC; }
span { border-color: rgb(68,123,204); }
td.TdClassName
{
border-color: #447BCC;
}
.TagClassName
{
border-color: #447BCC;
}
</style>