Shades of Havelock Blue #4483D7
Tints of Havelock Blue #4483D7
RGB
CMYK
RGB Variations
Color information
#4483D7 (or 0x4483D7) is known color: Havelock Blue. HEX triplet: 44, 83 and D7. RGB value is (68,131,215). Sum of RGB (Red+Green+Blue) = 68+131+215=414 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.43% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 215 (84.38% from 255 or 51.93% from 414); Max value from RGB is 215 - color contains mainly: blue. Hex color #4483D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4483D7 is #BB7C28. Grayscale: #797979. Windows color (decimal): -12287017 or 14123844. OLE color: 14123844.
HSL color Cylindrical-coordinate representation of color #4483D7: hue angle of 214.29º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4483D7 is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 131 | 215 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.16 |
| HSL | 214.29º | 0.65% | 0.55% | - |
| HSV(B) | 214.29º | 0.68% | 0.84% | - |
| XYZ | 22.77 | 22.37 | 67.41 | - |
| YUV | 121.74 | 180.63 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 131 | 215 | 0.68 | 0.39 | 0 | 0.16 | 214.29 | 0.65 | 0.55 |
| Hex | 44 | 83 | D7 | 44 | 27 | 0 | 10 | D6 | 41 | 37 |
| Octal | 104 | 203 | 327 | 104 | 47 | 0 | 20 | 326 | 101 | 67 |
| Binary | 1000100 | 10000011 | 11010111 | 1000100 | 100111 | 0 | 10000 | 11010110 | 1000001 | 110111 |
Color Harmonies of #4483D7
Complementary color
Monochromatic Colors of #4483D7
Black with #4483D7
Text Example
Text Example
White with #4483D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4483D7; }
p { color: rgb(68,131,215); }
H1.HeaderClassName
{
color: #4483D7;
}
.AnyTagClassName
{
color: #4483D7;
}
</style>
background-color css
<style>
a { background-color: #4483D7; }
a { background-color: rgb(68,131,215); }
div.DivClassName
{
background-color: #4483D7;
}
.BgClassName
{
background-color: #4483D7;
}
</style>
border-color css
<style>
span { border-color: #4483D7; }
span { border-color: rgb(68,131,215); }
td.TdClassName
{
border-color: #4483D7;
}
.TagClassName
{
border-color: #4483D7;
}
</style>