Shades of Havelock Blue #4481CD
Tints of Havelock Blue #4481CD
RGB
CMYK
RGB Variations
Color information
#4481CD (or 0x4481CD) is known color: Havelock Blue. HEX triplet: 44, 81 and CD. RGB value is (68,129,205). Sum of RGB (Red+Green+Blue) = 68+129+205=402 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.92% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #4481CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4481CD is #BB7E32. Grayscale: #777777. Windows color (decimal): -12287539 or 13467972. OLE color: 13467972.
HSL color Cylindrical-coordinate representation of color #4481CD: hue angle of 213.28º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4481CD is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 129 | 205 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.20 |
| HSL | 213.28º | 0.58% | 0.54% | - |
| HSV(B) | 213.28º | 0.67% | 0.8% | - |
| XYZ | 21.25 | 21.34 | 60.76 | - |
| YUV | 119.43 | 176.29 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 129 | 205 | 0.67 | 0.37 | 0 | 0.20 | 213.28 | 0.58 | 0.54 |
| Hex | 44 | 81 | CD | 43 | 25 | 0 | 14 | D5 | 3A | 36 |
| Octal | 104 | 201 | 315 | 103 | 45 | 0 | 24 | 325 | 72 | 66 |
| Binary | 1000100 | 10000001 | 11001101 | 1000011 | 100101 | 0 | 10100 | 11010101 | 111010 | 110110 |
Color Harmonies of #4481CD
Complementary color
Monochromatic Colors of #4481CD
Black with #4481CD
Text Example
Text Example
White with #4481CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4481CD; }
p { color: rgb(68,129,205); }
H1.HeaderClassName
{
color: #4481CD;
}
.AnyTagClassName
{
color: #4481CD;
}
</style>
background-color css
<style>
a { background-color: #4481CD; }
a { background-color: rgb(68,129,205); }
div.DivClassName
{
background-color: #4481CD;
}
.BgClassName
{
background-color: #4481CD;
}
</style>
border-color css
<style>
span { border-color: #4481CD; }
span { border-color: rgb(68,129,205); }
td.TdClassName
{
border-color: #4481CD;
}
.TagClassName
{
border-color: #4481CD;
}
</style>