Shades of Havelock Blue #4683CE
Tints of Havelock Blue #4683CE
RGB
CMYK
RGB Variations
Color information
#4683CE (or 0x4683CE) is known color: Havelock Blue. HEX triplet: 46, 83 and CE. RGB value is (70,131,206). Sum of RGB (Red+Green+Blue) = 70+131+206=407 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.20% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #4683CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4683CE is #B97C31. Grayscale: #787878. Windows color (decimal): -12155954 or 13534022. OLE color: 13534022.
HSL color Cylindrical-coordinate representation of color #4683CE: hue angle of 213.09º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4683CE is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 131 | 206 | - |
| CMYK | 0.66 | 0.36 | 0 | 0.19 |
| HSL | 213.09º | 0.58% | 0.54% | - |
| HSV(B) | 213.09º | 0.66% | 0.81% | - |
| XYZ | 21.78 | 21.99 | 61.49 | - |
| YUV | 121.31 | 175.79 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 131 | 206 | 0.66 | 0.36 | 0 | 0.19 | 213.09 | 0.58 | 0.54 |
| Hex | 46 | 83 | CE | 42 | 24 | 0 | 13 | D5 | 3A | 36 |
| Octal | 106 | 203 | 316 | 102 | 44 | 0 | 23 | 325 | 72 | 66 |
| Binary | 1000110 | 10000011 | 11001110 | 1000010 | 100100 | 0 | 10011 | 11010101 | 111010 | 110110 |
Color Harmonies of #4683CE
Complementary color
Monochromatic Colors of #4683CE
Black with #4683CE
Text Example
Text Example
White with #4683CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4683CE; }
p { color: rgb(70,131,206); }
H1.HeaderClassName
{
color: #4683CE;
}
.AnyTagClassName
{
color: #4683CE;
}
</style>
background-color css
<style>
a { background-color: #4683CE; }
a { background-color: rgb(70,131,206); }
div.DivClassName
{
background-color: #4683CE;
}
.BgClassName
{
background-color: #4683CE;
}
</style>
border-color css
<style>
span { border-color: #4683CE; }
span { border-color: rgb(70,131,206); }
td.TdClassName
{
border-color: #4683CE;
}
.TagClassName
{
border-color: #4683CE;
}
</style>