Shades of Havelock Blue #447BC9
Tints of Havelock Blue #447BC9
RGB
CMYK
RGB Variations
Color information
#447BC9 (or 0x447BC9) is known color: Havelock Blue. HEX triplet: 44, 7B and C9. RGB value is (68,123,201). Sum of RGB (Red+Green+Blue) = 68+123+201=392 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.35% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #447BC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447BC9 is #BB8436. Grayscale: #737373. Windows color (decimal): -12289079 or 13204292. OLE color: 13204292.
HSL color Cylindrical-coordinate representation of color #447BC9: hue angle of 215.19º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #447BC9 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 123 | 201 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.21 |
| HSL | 215.19º | 0.55% | 0.53% | - |
| HSV(B) | 215.19º | 0.66% | 0.79% | - |
| XYZ | 20.01 | 19.61 | 57.99 | - |
| YUV | 115.45 | 176.28 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 201 | 0.66 | 0.39 | 0 | 0.21 | 215.19 | 0.55 | 0.53 |
| Hex | 44 | 7B | C9 | 42 | 27 | 0 | 15 | D7 | 37 | 35 |
| Octal | 104 | 173 | 311 | 102 | 47 | 0 | 25 | 327 | 67 | 65 |
| Binary | 1000100 | 1111011 | 11001001 | 1000010 | 100111 | 0 | 10101 | 11010111 | 110111 | 110101 |
Color Harmonies of #447BC9
Complementary color
Monochromatic Colors of #447BC9
Black with #447BC9
Text Example
Text Example
White with #447BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447BC9; }
p { color: rgb(68,123,201); }
H1.HeaderClassName
{
color: #447BC9;
}
.AnyTagClassName
{
color: #447BC9;
}
</style>
background-color css
<style>
a { background-color: #447BC9; }
a { background-color: rgb(68,123,201); }
div.DivClassName
{
background-color: #447BC9;
}
.BgClassName
{
background-color: #447BC9;
}
</style>
border-color css
<style>
span { border-color: #447BC9; }
span { border-color: rgb(68,123,201); }
td.TdClassName
{
border-color: #447BC9;
}
.TagClassName
{
border-color: #447BC9;
}
</style>