Shades of Havelock Blue #468ADC
Tints of Havelock Blue #468ADC
RGB
CMYK
RGB Variations
Color information
#468ADC (or 0x468ADC) is known color: Havelock Blue. HEX triplet: 46, 8A and DC. RGB value is (70,138,220). Sum of RGB (Red+Green+Blue) = 70+138+220=428 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.36% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #468ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468ADC is #B97523. Grayscale: #7E7E7E. Windows color (decimal): -12154148 or 14453318. OLE color: 14453318.
HSL color Cylindrical-coordinate representation of color #468ADC: hue angle of 212.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #468ADC is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 138 | 220 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.14 |
| HSL | 212.8º | 0.68% | 0.57% | - |
| HSV(B) | 212.8º | 0.68% | 0.86% | - |
| XYZ | 24.53 | 24.65 | 71.17 | - |
| YUV | 127.02 | 180.47 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 138 | 220 | 0.68 | 0.37 | 0 | 0.14 | 212.8 | 0.68 | 0.57 |
| Hex | 46 | 8A | DC | 44 | 25 | 0 | E | D5 | 44 | 39 |
| Octal | 106 | 212 | 334 | 104 | 45 | 0 | 16 | 325 | 104 | 71 |
| Binary | 1000110 | 10001010 | 11011100 | 1000100 | 100101 | 0 | 1110 | 11010101 | 1000100 | 111001 |
Color Harmonies of #468ADC
Complementary color
Monochromatic Colors of #468ADC
Black with #468ADC
Text Example
Text Example
White with #468ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468ADC; }
p { color: rgb(70,138,220); }
H1.HeaderClassName
{
color: #468ADC;
}
.AnyTagClassName
{
color: #468ADC;
}
</style>
background-color css
<style>
a { background-color: #468ADC; }
a { background-color: rgb(70,138,220); }
div.DivClassName
{
background-color: #468ADC;
}
.BgClassName
{
background-color: #468ADC;
}
</style>
border-color css
<style>
span { border-color: #468ADC; }
span { border-color: rgb(70,138,220); }
td.TdClassName
{
border-color: #468ADC;
}
.TagClassName
{
border-color: #468ADC;
}
</style>