Shades of Havelock Blue #447BC6
Tints of Havelock Blue #447BC6
RGB
CMYK
RGB Variations
Color information
#447BC6 (or 0x447BC6) is known color: Havelock Blue. HEX triplet: 44, 7B and C6. RGB value is (68,123,198). Sum of RGB (Red+Green+Blue) = 68+123+198=389 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.48% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 198 (77.73% from 255 or 50.90% from 389); Max value from RGB is 198 - color contains mainly: blue. Hex color #447BC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447BC6 is #BB8439. Grayscale: #727272. Windows color (decimal): -12289082 or 13007684. OLE color: 13007684.
HSL color Cylindrical-coordinate representation of color #447BC6: hue angle of 214.62º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #447BC6 is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 123 | 198 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.22 |
| HSL | 214.62º | 0.53% | 0.52% | - |
| HSV(B) | 214.62º | 0.66% | 0.78% | - |
| XYZ | 19.66 | 19.47 | 56.15 | - |
| YUV | 115.11 | 174.78 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 198 | 0.66 | 0.38 | 0 | 0.22 | 214.62 | 0.53 | 0.52 |
| Hex | 44 | 7B | C6 | 42 | 26 | 0 | 16 | D7 | 35 | 34 |
| Octal | 104 | 173 | 306 | 102 | 46 | 0 | 26 | 327 | 65 | 64 |
| Binary | 1000100 | 1111011 | 11000110 | 1000010 | 100110 | 0 | 10110 | 11010111 | 110101 | 110100 |
Color Harmonies of #447BC6
Complementary color
Monochromatic Colors of #447BC6
Black with #447BC6
Text Example
Text Example
White with #447BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447BC6; }
p { color: rgb(68,123,198); }
H1.HeaderClassName
{
color: #447BC6;
}
.AnyTagClassName
{
color: #447BC6;
}
</style>
background-color css
<style>
a { background-color: #447BC6; }
a { background-color: rgb(68,123,198); }
div.DivClassName
{
background-color: #447BC6;
}
.BgClassName
{
background-color: #447BC6;
}
</style>
border-color css
<style>
span { border-color: #447BC6; }
span { border-color: rgb(68,123,198); }
td.TdClassName
{
border-color: #447BC6;
}
.TagClassName
{
border-color: #447BC6;
}
</style>