Shades of Havelock Blue #447BD0
Tints of Havelock Blue #447BD0
RGB
CMYK
RGB Variations
Color information
#447BD0 (or 0x447BD0) is known color: Havelock Blue. HEX triplet: 44, 7B and D0. RGB value is (68,123,208). Sum of RGB (Red+Green+Blue) = 68+123+208=399 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.04% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 208 (81.64% from 255 or 52.13% from 399); Max value from RGB is 208 - color contains mainly: blue. Hex color #447BD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447BD0 is #BB842F. Grayscale: #737373. Windows color (decimal): -12289072 or 13663044. OLE color: 13663044.
HSL color Cylindrical-coordinate representation of color #447BD0: hue angle of 216.43º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #447BD0 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 123 | 208 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.18 |
| HSL | 216.43º | 0.6% | 0.54% | - |
| HSV(B) | 216.43º | 0.67% | 0.82% | - |
| XYZ | 20.85 | 19.95 | 62.43 | - |
| YUV | 116.25 | 179.78 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 208 | 0.67 | 0.41 | 0 | 0.18 | 216.43 | 0.6 | 0.54 |
| Hex | 44 | 7B | D0 | 43 | 29 | 0 | 12 | D8 | 3C | 36 |
| Octal | 104 | 173 | 320 | 103 | 51 | 0 | 22 | 330 | 74 | 66 |
| Binary | 1000100 | 1111011 | 11010000 | 1000011 | 101001 | 0 | 10010 | 11011000 | 111100 | 110110 |
Color Harmonies of #447BD0
Complementary color
Monochromatic Colors of #447BD0
Black with #447BD0
Text Example
Text Example
White with #447BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447BD0; }
p { color: rgb(68,123,208); }
H1.HeaderClassName
{
color: #447BD0;
}
.AnyTagClassName
{
color: #447BD0;
}
</style>
background-color css
<style>
a { background-color: #447BD0; }
a { background-color: rgb(68,123,208); }
div.DivClassName
{
background-color: #447BD0;
}
.BgClassName
{
background-color: #447BD0;
}
</style>
border-color css
<style>
span { border-color: #447BD0; }
span { border-color: rgb(68,123,208); }
td.TdClassName
{
border-color: #447BD0;
}
.TagClassName
{
border-color: #447BD0;
}
</style>