Shades of Havelock Blue #467AC3
Tints of Havelock Blue #467AC3
RGB
CMYK
RGB Variations
Color information
#467AC3 (or 0x467AC3) is known color: Havelock Blue. HEX triplet: 46, 7A and C3. RGB value is (70,122,195). Sum of RGB (Red+Green+Blue) = 70+122+195=387 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.09% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 195 (76.56% from 255 or 50.39% from 387); Max value from RGB is 195 - color contains mainly: blue. Hex color #467AC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467AC3 is #B9853C. Grayscale: #727272. Windows color (decimal): -12158269 or 12810822. OLE color: 12810822.
HSL color Cylindrical-coordinate representation of color #467AC3: hue angle of 215.04º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #467AC3 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 122 | 195 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.24 |
| HSL | 215.04º | 0.51% | 0.52% | - |
| HSV(B) | 215.04º | 0.64% | 0.76% | - |
| XYZ | 19.34 | 19.16 | 54.31 | - |
| YUV | 114.77 | 173.27 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 195 | 0.64 | 0.37 | 0 | 0.24 | 215.04 | 0.51 | 0.52 |
| Hex | 46 | 7A | C3 | 40 | 25 | 0 | 18 | D7 | 33 | 34 |
| Octal | 106 | 172 | 303 | 100 | 45 | 0 | 30 | 327 | 63 | 64 |
| Binary | 1000110 | 1111010 | 11000011 | 1000000 | 100101 | 0 | 11000 | 11010111 | 110011 | 110100 |
Color Harmonies of #467AC3
Complementary color
Monochromatic Colors of #467AC3
Black with #467AC3
Text Example
Text Example
White with #467AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467AC3; }
p { color: rgb(70,122,195); }
H1.HeaderClassName
{
color: #467AC3;
}
.AnyTagClassName
{
color: #467AC3;
}
</style>
background-color css
<style>
a { background-color: #467AC3; }
a { background-color: rgb(70,122,195); }
div.DivClassName
{
background-color: #467AC3;
}
.BgClassName
{
background-color: #467AC3;
}
</style>
border-color css
<style>
span { border-color: #467AC3; }
span { border-color: rgb(70,122,195); }
td.TdClassName
{
border-color: #467AC3;
}
.TagClassName
{
border-color: #467AC3;
}
</style>