Shades of Havelock Blue #447BCB
Tints of Havelock Blue #447BCB
RGB
CMYK
RGB Variations
Color information
#447BCB (or 0x447BCB) is known color: Havelock Blue. HEX triplet: 44, 7B and CB. RGB value is (68,123,203). Sum of RGB (Red+Green+Blue) = 68+123+203=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #447BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447BCB is #BB8434. Grayscale: #737373. Windows color (decimal): -12289077 or 13335364. OLE color: 13335364.
HSL color Cylindrical-coordinate representation of color #447BCB: hue angle of 215.56º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #447BCB is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 123 | 203 | - |
| CMYK | 0.67 | 0.39 | 0 | 0.20 |
| HSL | 215.56º | 0.56% | 0.53% | - |
| HSV(B) | 215.56º | 0.67% | 0.8% | - |
| XYZ | 20.25 | 19.71 | 59.24 | - |
| YUV | 115.68 | 177.28 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 203 | 0.67 | 0.39 | 0 | 0.20 | 215.56 | 0.56 | 0.53 |
| Hex | 44 | 7B | CB | 43 | 27 | 0 | 14 | D8 | 38 | 35 |
| Octal | 104 | 173 | 313 | 103 | 47 | 0 | 24 | 330 | 70 | 65 |
| Binary | 1000100 | 1111011 | 11001011 | 1000011 | 100111 | 0 | 10100 | 11011000 | 111000 | 110101 |
Color Harmonies of #447BCB
Complementary color
Monochromatic Colors of #447BCB
Black with #447BCB
Text Example
Text Example
White with #447BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447BCB; }
p { color: rgb(68,123,203); }
H1.HeaderClassName
{
color: #447BCB;
}
.AnyTagClassName
{
color: #447BCB;
}
</style>
background-color css
<style>
a { background-color: #447BCB; }
a { background-color: rgb(68,123,203); }
div.DivClassName
{
background-color: #447BCB;
}
.BgClassName
{
background-color: #447BCB;
}
</style>
border-color css
<style>
span { border-color: #447BCB; }
span { border-color: rgb(68,123,203); }
td.TdClassName
{
border-color: #447BCB;
}
.TagClassName
{
border-color: #447BCB;
}
</style>