Shades of Blue Zodiac #464959
Tints of Blue Zodiac #464959
RGB
CMYK
RGB Variations
Color information
#464959 (or 0x464959) is known color: Blue Zodiac. HEX triplet: 46, 49 and 59. RGB value is (70,73,89). Sum of RGB (Red+Green+Blue) = 70+73+89=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 89 - color contains mainly: blue. Hex color #464959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464959 is #B9B6A6. Grayscale: #494949. Windows color (decimal): -12170919 or 5851462. OLE color: 5851462.
HSL color Cylindrical-coordinate representation of color #464959: hue angle of 230.53º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #464959 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 73 | 89 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.65 |
| HSL | 230.53º | 0.12% | 0.31% | - |
| HSV(B) | 230.53º | 0.21% | 0.35% | - |
| XYZ | 6.71 | 6.79 | 10.41 | - |
| YUV | 73.93 | 136.51 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 73 | 89 | 0.21 | 0.18 | 0 | 0.65 | 230.53 | 0.12 | 0.31 |
| Hex | 46 | 49 | 59 | 15 | 12 | 0 | 41 | E7 | C | 1F |
| Octal | 106 | 111 | 131 | 25 | 22 | 0 | 101 | 347 | 14 | 37 |
| Binary | 1000110 | 1001001 | 1011001 | 10101 | 10010 | 0 | 1000001 | 11100111 | 1100 | 11111 |
Color Harmonies of #464959
Complementary color
Monochromatic Colors of #464959
Black with #464959
Text Example
Text Example
White with #464959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464959; }
p { color: rgb(70,73,89); }
H1.HeaderClassName
{
color: #464959;
}
.AnyTagClassName
{
color: #464959;
}
</style>
background-color css
<style>
a { background-color: #464959; }
a { background-color: rgb(70,73,89); }
div.DivClassName
{
background-color: #464959;
}
.BgClassName
{
background-color: #464959;
}
</style>
border-color css
<style>
span { border-color: #464959; }
span { border-color: rgb(70,73,89); }
td.TdClassName
{
border-color: #464959;
}
.TagClassName
{
border-color: #464959;
}
</style>