Shades of Havelock Blue #447BCE
Tints of Havelock Blue #447BCE
RGB
CMYK
RGB Variations
Color information
#447BCE (or 0x447BCE) is known color: Havelock Blue. HEX triplet: 44, 7B and CE. RGB value is (68,123,206). Sum of RGB (Red+Green+Blue) = 68+123+206=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #447BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447BCE is #BB8431. Grayscale: #737373. Windows color (decimal): -12289074 or 13531972. OLE color: 13531972.
HSL color Cylindrical-coordinate representation of color #447BCE: hue angle of 216.09º degrees, saturation: 0.58, 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 #447BCE is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 123 | 206 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.19 |
| HSL | 216.09º | 0.58% | 0.54% | - |
| HSV(B) | 216.09º | 0.67% | 0.81% | - |
| XYZ | 20.61 | 19.85 | 61.14 | - |
| YUV | 116.02 | 178.78 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 206 | 0.67 | 0.40 | 0 | 0.19 | 216.09 | 0.58 | 0.54 |
| Hex | 44 | 7B | CE | 43 | 28 | 0 | 13 | D8 | 3A | 36 |
| Octal | 104 | 173 | 316 | 103 | 50 | 0 | 23 | 330 | 72 | 66 |
| Binary | 1000100 | 1111011 | 11001110 | 1000011 | 101000 | 0 | 10011 | 11011000 | 111010 | 110110 |
Color Harmonies of #447BCE
Complementary color
Monochromatic Colors of #447BCE
Black with #447BCE
Text Example
Text Example
White with #447BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447BCE; }
p { color: rgb(68,123,206); }
H1.HeaderClassName
{
color: #447BCE;
}
.AnyTagClassName
{
color: #447BCE;
}
</style>
background-color css
<style>
a { background-color: #447BCE; }
a { background-color: rgb(68,123,206); }
div.DivClassName
{
background-color: #447BCE;
}
.BgClassName
{
background-color: #447BCE;
}
</style>
border-color css
<style>
span { border-color: #447BCE; }
span { border-color: rgb(68,123,206); }
td.TdClassName
{
border-color: #447BCE;
}
.TagClassName
{
border-color: #447BCE;
}
</style>