Shades of Havelock Blue #447BCF
Tints of Havelock Blue #447BCF
RGB
CMYK
RGB Variations
Color information
#447BCF (or 0x447BCF) is known color: Havelock Blue. HEX triplet: 44, 7B and CF. RGB value is (68,123,207). Sum of RGB (Red+Green+Blue) = 68+123+207=398 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.09% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #447BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447BCF is #BB8430. Grayscale: #737373. Windows color (decimal): -12289073 or 13597508. OLE color: 13597508.
HSL color Cylindrical-coordinate representation of color #447BCF: hue angle of 216.26º degrees, saturation: 0.59, 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 #447BCF is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 123 | 207 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.19 |
| HSL | 216.26º | 0.59% | 0.54% | - |
| HSV(B) | 216.26º | 0.67% | 0.81% | - |
| XYZ | 20.73 | 19.9 | 61.78 | - |
| YUV | 116.13 | 179.28 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 207 | 0.67 | 0.41 | 0 | 0.19 | 216.26 | 0.59 | 0.54 |
| Hex | 44 | 7B | CF | 43 | 29 | 0 | 13 | D8 | 3B | 36 |
| Octal | 104 | 173 | 317 | 103 | 51 | 0 | 23 | 330 | 73 | 66 |
| Binary | 1000100 | 1111011 | 11001111 | 1000011 | 101001 | 0 | 10011 | 11011000 | 111011 | 110110 |
Color Harmonies of #447BCF
Complementary color
Monochromatic Colors of #447BCF
Black with #447BCF
Text Example
Text Example
White with #447BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447BCF; }
p { color: rgb(68,123,207); }
H1.HeaderClassName
{
color: #447BCF;
}
.AnyTagClassName
{
color: #447BCF;
}
</style>
background-color css
<style>
a { background-color: #447BCF; }
a { background-color: rgb(68,123,207); }
div.DivClassName
{
background-color: #447BCF;
}
.BgClassName
{
background-color: #447BCF;
}
</style>
border-color css
<style>
span { border-color: #447BCF; }
span { border-color: rgb(68,123,207); }
td.TdClassName
{
border-color: #447BCF;
}
.TagClassName
{
border-color: #447BCF;
}
</style>