Shades of Havelock Blue #4682CC
Tints of Havelock Blue #4682CC
RGB
CMYK
RGB Variations
Color information
#4682CC (or 0x4682CC) is known color: Havelock Blue. HEX triplet: 46, 82 and CC. RGB value is (70,130,204). Sum of RGB (Red+Green+Blue) = 70+130+204=404 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.33% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #4682CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4682CC is #B97D33. Grayscale: #787878. Windows color (decimal): -12156212 or 13402694. OLE color: 13402694.
HSL color Cylindrical-coordinate representation of color #4682CC: hue angle of 213.13º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4682CC is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 130 | 204 | - |
| CMYK | 0.66 | 0.36 | 0 | 0.2 |
| HSL | 213.13º | 0.57% | 0.54% | - |
| HSV(B) | 213.13º | 0.66% | 0.8% | - |
| XYZ | 21.41 | 21.63 | 60.17 | - |
| YUV | 120.5 | 175.12 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 130 | 204 | 0.66 | 0.36 | 0 | 0.2 | 213.13 | 0.57 | 0.54 |
| Hex | 46 | 82 | CC | 42 | 24 | 0 | 14 | D5 | 39 | 36 |
| Octal | 106 | 202 | 314 | 102 | 44 | 0 | 24 | 325 | 71 | 66 |
| Binary | 1000110 | 10000010 | 11001100 | 1000010 | 100100 | 0 | 10100 | 11010101 | 111001 | 110110 |
Color Harmonies of #4682CC
Complementary color
Monochromatic Colors of #4682CC
Black with #4682CC
Text Example
Text Example
White with #4682CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4682CC; }
p { color: rgb(70,130,204); }
H1.HeaderClassName
{
color: #4682CC;
}
.AnyTagClassName
{
color: #4682CC;
}
</style>
background-color css
<style>
a { background-color: #4682CC; }
a { background-color: rgb(70,130,204); }
div.DivClassName
{
background-color: #4682CC;
}
.BgClassName
{
background-color: #4682CC;
}
</style>
border-color css
<style>
span { border-color: #4682CC; }
span { border-color: rgb(70,130,204); }
td.TdClassName
{
border-color: #4682CC;
}
.TagClassName
{
border-color: #4682CC;
}
</style>