Shades of Havelock Blue #4482CF
Tints of Havelock Blue #4482CF
RGB
CMYK
RGB Variations
Color information
#4482CF (or 0x4482CF) is known color: Havelock Blue. HEX triplet: 44, 82 and CF. RGB value is (68,130,207). Sum of RGB (Red+Green+Blue) = 68+130+207=405 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.79% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #4482CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4482CF is #BB7D30. Grayscale: #777777. Windows color (decimal): -12287281 or 13599300. OLE color: 13599300.
HSL color Cylindrical-coordinate representation of color #4482CF: hue angle of 213.24º degrees, saturation: 0.59, 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 #4482CF is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 130 | 207 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.19 |
| HSL | 213.24º | 0.59% | 0.54% | - |
| HSV(B) | 213.24º | 0.67% | 0.81% | - |
| XYZ | 21.63 | 21.7 | 62.08 | - |
| YUV | 120.24 | 176.96 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 130 | 207 | 0.67 | 0.37 | 0 | 0.19 | 213.24 | 0.59 | 0.54 |
| Hex | 44 | 82 | CF | 43 | 25 | 0 | 13 | D5 | 3B | 36 |
| Octal | 104 | 202 | 317 | 103 | 45 | 0 | 23 | 325 | 73 | 66 |
| Binary | 1000100 | 10000010 | 11001111 | 1000011 | 100101 | 0 | 10011 | 11010101 | 111011 | 110110 |
Color Harmonies of #4482CF
Complementary color
Monochromatic Colors of #4482CF
Black with #4482CF
Text Example
Text Example
White with #4482CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4482CF; }
p { color: rgb(68,130,207); }
H1.HeaderClassName
{
color: #4482CF;
}
.AnyTagClassName
{
color: #4482CF;
}
</style>
background-color css
<style>
a { background-color: #4482CF; }
a { background-color: rgb(68,130,207); }
div.DivClassName
{
background-color: #4482CF;
}
.BgClassName
{
background-color: #4482CF;
}
</style>
border-color css
<style>
span { border-color: #4482CF; }
span { border-color: rgb(68,130,207); }
td.TdClassName
{
border-color: #4482CF;
}
.TagClassName
{
border-color: #4482CF;
}
</style>