Shades of Blue Zodiac #464957
Tints of Blue Zodiac #464957
RGB
CMYK
RGB Variations
Color information
#464957 (or 0x464957) is known color: Blue Zodiac. HEX triplet: 46, 49 and 57. RGB value is (70,73,87). Sum of RGB (Red+Green+Blue) = 70+73+87=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 87 - color contains mainly: blue. Hex color #464957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464957 is #B9B6A8. Grayscale: #494949. Windows color (decimal): -12170921 or 5720390. OLE color: 5720390.
HSL color Cylindrical-coordinate representation of color #464957: hue angle of 229.41º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #464957 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 70 | 73 | 87 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.66 |
| HSL | 229.41º | 0.11% | 0.31% | - |
| HSV(B) | 229.41º | 0.2% | 0.34% | - |
| XYZ | 6.63 | 6.76 | 9.97 | - |
| YUV | 73.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 73 | 87 | 0.20 | 0.16 | 0 | 0.66 | 229.41 | 0.11 | 0.31 |
| Hex | 46 | 49 | 57 | 14 | 10 | 0 | 42 | E5 | B | 1F |
| Octal | 106 | 111 | 127 | 24 | 20 | 0 | 102 | 345 | 13 | 37 |
| Binary | 1000110 | 1001001 | 1010111 | 10100 | 10000 | 0 | 1000010 | 11100101 | 1011 | 11111 |
Color Harmonies of #464957
Complementary color
Monochromatic Colors of #464957
Black with #464957
Text Example
Text Example
White with #464957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464957; }
p { color: rgb(70,73,87); }
H1.HeaderClassName
{
color: #464957;
}
.AnyTagClassName
{
color: #464957;
}
</style>
background-color css
<style>
a { background-color: #464957; }
a { background-color: rgb(70,73,87); }
div.DivClassName
{
background-color: #464957;
}
.BgClassName
{
background-color: #464957;
}
</style>
border-color css
<style>
span { border-color: #464957; }
span { border-color: rgb(70,73,87); }
td.TdClassName
{
border-color: #464957;
}
.TagClassName
{
border-color: #464957;
}
</style>