Shades of Havelock Blue #468CCD
Tints of Havelock Blue #468CCD
RGB
CMYK
RGB Variations
Color information
#468CCD (or 0x468CCD) is known color: Havelock Blue. HEX triplet: 46, 8C and CD. RGB value is (70,140,205). Sum of RGB (Red+Green+Blue) = 70+140+205=415 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.87% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #468CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468CCD is #B97332. Grayscale: #7E7E7E. Windows color (decimal): -12153651 or 13470790. OLE color: 13470790.
HSL color Cylindrical-coordinate representation of color #468CCD: hue angle of 208.89º 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 #468CCD is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 140 | 205 | - |
| CMYK | 0.66 | 0.32 | 0 | 0.20 |
| HSL | 208.89º | 0.57% | 0.54% | - |
| HSV(B) | 208.89º | 0.66% | 0.8% | - |
| XYZ | 22.92 | 24.47 | 61.27 | - |
| YUV | 126.48 | 172.31 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 140 | 205 | 0.66 | 0.32 | 0 | 0.20 | 208.89 | 0.57 | 0.54 |
| Hex | 46 | 8C | CD | 42 | 20 | 0 | 14 | D1 | 39 | 36 |
| Octal | 106 | 214 | 315 | 102 | 40 | 0 | 24 | 321 | 71 | 66 |
| Binary | 1000110 | 10001100 | 11001101 | 1000010 | 100000 | 0 | 10100 | 11010001 | 111001 | 110110 |
Color Harmonies of #468CCD
Complementary color
Monochromatic Colors of #468CCD
Black with #468CCD
Text Example
Text Example
White with #468CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468CCD; }
p { color: rgb(70,140,205); }
H1.HeaderClassName
{
color: #468CCD;
}
.AnyTagClassName
{
color: #468CCD;
}
</style>
background-color css
<style>
a { background-color: #468CCD; }
a { background-color: rgb(70,140,205); }
div.DivClassName
{
background-color: #468CCD;
}
.BgClassName
{
background-color: #468CCD;
}
</style>
border-color css
<style>
span { border-color: #468CCD; }
span { border-color: rgb(70,140,205); }
td.TdClassName
{
border-color: #468CCD;
}
.TagClassName
{
border-color: #468CCD;
}
</style>