Shades of Havelock Blue #4A83CE
Tints of Havelock Blue #4A83CE
RGB
CMYK
RGB Variations
Color information
#4A83CE (or 0x4A83CE) is known color: Havelock Blue. HEX triplet: 4A, 83 and CE. RGB value is (74,131,206). Sum of RGB (Red+Green+Blue) = 74+131+206=411 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.00% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A83CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A83CE is #B57C31. Grayscale: #7A7A7A. Windows color (decimal): -11893810 or 13534026. OLE color: 13534026.
HSL color Cylindrical-coordinate representation of color #4A83CE: hue angle of 214.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A83CE is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 131 | 206 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.19 |
| HSL | 214.09º | 0.57% | 0.55% | - |
| HSV(B) | 214.09º | 0.64% | 0.81% | - |
| XYZ | 22.08 | 22.14 | 61.5 | - |
| YUV | 122.51 | 175.12 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 131 | 206 | 0.64 | 0.36 | 0 | 0.19 | 214.09 | 0.57 | 0.55 |
| Hex | 4A | 83 | CE | 40 | 24 | 0 | 13 | D6 | 39 | 37 |
| Octal | 112 | 203 | 316 | 100 | 44 | 0 | 23 | 326 | 71 | 67 |
| Binary | 1001010 | 10000011 | 11001110 | 1000000 | 100100 | 0 | 10011 | 11010110 | 111001 | 110111 |
Color Harmonies of #4A83CE
Complementary color
Monochromatic Colors of #4A83CE
Black with #4A83CE
Text Example
Text Example
White with #4A83CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A83CE; }
p { color: rgb(74,131,206); }
H1.HeaderClassName
{
color: #4A83CE;
}
.AnyTagClassName
{
color: #4A83CE;
}
</style>
background-color css
<style>
a { background-color: #4A83CE; }
a { background-color: rgb(74,131,206); }
div.DivClassName
{
background-color: #4A83CE;
}
.BgClassName
{
background-color: #4A83CE;
}
</style>
border-color css
<style>
span { border-color: #4A83CE; }
span { border-color: rgb(74,131,206); }
td.TdClassName
{
border-color: #4A83CE;
}
.TagClassName
{
border-color: #4A83CE;
}
</style>