Shades of Havelock Blue #4483D1
Tints of Havelock Blue #4483D1
RGB
CMYK
RGB Variations
Color information
#4483D1 (or 0x4483D1) is known color: Havelock Blue. HEX triplet: 44, 83 and D1. RGB value is (68,131,209). Sum of RGB (Red+Green+Blue) = 68+131+209=408 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.67% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 209 (82.03% from 255 or 51.23% from 408); Max value from RGB is 209 - color contains mainly: blue. Hex color #4483D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4483D1 is #BB7C2E. Grayscale: #787878. Windows color (decimal): -12287023 or 13730628. OLE color: 13730628.
HSL color Cylindrical-coordinate representation of color #4483D1: hue angle of 213.19º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4483D1 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 131 | 209 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.18 |
| HSL | 213.19º | 0.61% | 0.54% | - |
| HSV(B) | 213.19º | 0.67% | 0.82% | - |
| XYZ | 22.01 | 22.06 | 63.42 | - |
| YUV | 121.06 | 177.63 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 131 | 209 | 0.67 | 0.37 | 0 | 0.18 | 213.19 | 0.61 | 0.54 |
| Hex | 44 | 83 | D1 | 43 | 25 | 0 | 12 | D5 | 3D | 36 |
| Octal | 104 | 203 | 321 | 103 | 45 | 0 | 22 | 325 | 75 | 66 |
| Binary | 1000100 | 10000011 | 11010001 | 1000011 | 100101 | 0 | 10010 | 11010101 | 111101 | 110110 |
Color Harmonies of #4483D1
Complementary color
Monochromatic Colors of #4483D1
Black with #4483D1
Text Example
Text Example
White with #4483D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4483D1; }
p { color: rgb(68,131,209); }
H1.HeaderClassName
{
color: #4483D1;
}
.AnyTagClassName
{
color: #4483D1;
}
</style>
background-color css
<style>
a { background-color: #4483D1; }
a { background-color: rgb(68,131,209); }
div.DivClassName
{
background-color: #4483D1;
}
.BgClassName
{
background-color: #4483D1;
}
</style>
border-color css
<style>
span { border-color: #4483D1; }
span { border-color: rgb(68,131,209); }
td.TdClassName
{
border-color: #4483D1;
}
.TagClassName
{
border-color: #4483D1;
}
</style>