Shades of Blue Zodiac #464A5E
Tints of Blue Zodiac #464A5E
RGB
CMYK
RGB Variations
Color information
#464A5E (or 0x464A5E) is known color: Blue Zodiac. HEX triplet: 46, 4A and 5E. RGB value is (70,74,94). Sum of RGB (Red+Green+Blue) = 70+74+94=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 94 - color contains mainly: blue. Hex color #464A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464A5E is #B9B5A1. Grayscale: #4B4B4B. Windows color (decimal): -12170658 or 6179398. OLE color: 6179398.
HSL color Cylindrical-coordinate representation of color #464A5E: hue angle of 230º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #464A5E is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 74 | 94 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.63 |
| HSL | 230º | 0.15% | 0.32% | - |
| HSV(B) | 230º | 0.26% | 0.37% | - |
| XYZ | 6.99 | 7.01 | 11.57 | - |
| YUV | 75.08 | 138.67 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 94 | 0.26 | 0.21 | 0 | 0.63 | 230 | 0.15 | 0.32 |
| Hex | 46 | 4A | 5E | 1A | 15 | 0 | 3F | E6 | F | 20 |
| Octal | 106 | 112 | 136 | 32 | 25 | 0 | 77 | 346 | 17 | 40 |
| Binary | 1000110 | 1001010 | 1011110 | 11010 | 10101 | 0 | 111111 | 11100110 | 1111 | 100000 |
Color Harmonies of #464A5E
Complementary color
Monochromatic Colors of #464A5E
Black with #464A5E
Text Example
Text Example
White with #464A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464A5E; }
p { color: rgb(70,74,94); }
H1.HeaderClassName
{
color: #464A5E;
}
.AnyTagClassName
{
color: #464A5E;
}
</style>
background-color css
<style>
a { background-color: #464A5E; }
a { background-color: rgb(70,74,94); }
div.DivClassName
{
background-color: #464A5E;
}
.BgClassName
{
background-color: #464A5E;
}
</style>
border-color css
<style>
span { border-color: #464A5E; }
span { border-color: rgb(70,74,94); }
td.TdClassName
{
border-color: #464A5E;
}
.TagClassName
{
border-color: #464A5E;
}
</style>