Shades of Havelock Blue #468AD5
Tints of Havelock Blue #468AD5
RGB
CMYK
RGB Variations
Color information
#468AD5 (or 0x468AD5) is known color: Havelock Blue. HEX triplet: 46, 8A and D5. RGB value is (70,138,213). Sum of RGB (Red+Green+Blue) = 70+138+213=421 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.63% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 213 (83.59% from 255 or 50.59% from 421); Max value from RGB is 213 - color contains mainly: blue. Hex color #468AD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468AD5 is #B9752A. Grayscale: #7D7D7D. Windows color (decimal): -12154155 or 13994566. OLE color: 13994566.
HSL color Cylindrical-coordinate representation of color #468AD5: hue angle of 211.47º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #468AD5 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 138 | 213 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.16 |
| HSL | 211.47º | 0.63% | 0.55% | - |
| HSV(B) | 211.47º | 0.67% | 0.84% | - |
| XYZ | 23.62 | 24.28 | 66.39 | - |
| YUV | 126.22 | 176.97 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 138 | 213 | 0.67 | 0.35 | 0 | 0.16 | 211.47 | 0.63 | 0.55 |
| Hex | 46 | 8A | D5 | 43 | 23 | 0 | 10 | D3 | 3F | 37 |
| Octal | 106 | 212 | 325 | 103 | 43 | 0 | 20 | 323 | 77 | 67 |
| Binary | 1000110 | 10001010 | 11010101 | 1000011 | 100011 | 0 | 10000 | 11010011 | 111111 | 110111 |
Color Harmonies of #468AD5
Complementary color
Monochromatic Colors of #468AD5
Black with #468AD5
Text Example
Text Example
White with #468AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468AD5; }
p { color: rgb(70,138,213); }
H1.HeaderClassName
{
color: #468AD5;
}
.AnyTagClassName
{
color: #468AD5;
}
</style>
background-color css
<style>
a { background-color: #468AD5; }
a { background-color: rgb(70,138,213); }
div.DivClassName
{
background-color: #468AD5;
}
.BgClassName
{
background-color: #468AD5;
}
</style>
border-color css
<style>
span { border-color: #468AD5; }
span { border-color: rgb(70,138,213); }
td.TdClassName
{
border-color: #468AD5;
}
.TagClassName
{
border-color: #468AD5;
}
</style>