Shades of Havelock Blue #467FD3
Tints of Havelock Blue #467FD3
RGB
CMYK
RGB Variations
Color information
#467FD3 (or 0x467FD3) is known color: Havelock Blue. HEX triplet: 46, 7F and D3. RGB value is (70,127,211). Sum of RGB (Red+Green+Blue) = 70+127+211=408 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.16% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 211 (82.81% from 255 or 51.72% from 408); Max value from RGB is 211 - color contains mainly: blue. Hex color #467FD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467FD3 is #B9802C. Grayscale: #777777. Windows color (decimal): -12156973 or 13860678. OLE color: 13860678.
HSL color Cylindrical-coordinate representation of color #467FD3: hue angle of 215.74º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #467FD3 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 127 | 211 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.17 |
| HSL | 215.74º | 0.62% | 0.55% | - |
| HSV(B) | 215.74º | 0.67% | 0.83% | - |
| XYZ | 21.87 | 21.18 | 64.56 | - |
| YUV | 119.53 | 179.62 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 211 | 0.67 | 0.40 | 0 | 0.17 | 215.74 | 0.62 | 0.55 |
| Hex | 46 | 7F | D3 | 43 | 28 | 0 | 11 | D8 | 3E | 37 |
| Octal | 106 | 177 | 323 | 103 | 50 | 0 | 21 | 330 | 76 | 67 |
| Binary | 1000110 | 1111111 | 11010011 | 1000011 | 101000 | 0 | 10001 | 11011000 | 111110 | 110111 |
Color Harmonies of #467FD3
Complementary color
Monochromatic Colors of #467FD3
Black with #467FD3
Text Example
Text Example
White with #467FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467FD3; }
p { color: rgb(70,127,211); }
H1.HeaderClassName
{
color: #467FD3;
}
.AnyTagClassName
{
color: #467FD3;
}
</style>
background-color css
<style>
a { background-color: #467FD3; }
a { background-color: rgb(70,127,211); }
div.DivClassName
{
background-color: #467FD3;
}
.BgClassName
{
background-color: #467FD3;
}
</style>
border-color css
<style>
span { border-color: #467FD3; }
span { border-color: rgb(70,127,211); }
td.TdClassName
{
border-color: #467FD3;
}
.TagClassName
{
border-color: #467FD3;
}
</style>