Shades of Blue Zodiac #464C5B
Tints of Blue Zodiac #464C5B
RGB
CMYK
RGB Variations
Color information
#464C5B (or 0x464C5B) is known color: Blue Zodiac. HEX triplet: 46, 4C and 5B. RGB value is (70,76,91). Sum of RGB (Red+Green+Blue) = 70+76+91=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 91 - color contains mainly: blue. Hex color #464C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C5B is #B9B3A4. Grayscale: #4B4B4B. Windows color (decimal): -12170149 or 5983302. OLE color: 5983302.
HSL color Cylindrical-coordinate representation of color #464C5B: hue angle of 222.86º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #464C5B is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 76 | 91 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.64 |
| HSL | 222.86º | 0.13% | 0.32% | - |
| HSV(B) | 222.86º | 0.23% | 0.36% | - |
| XYZ | 7 | 7.23 | 10.92 | - |
| YUV | 75.92 | 136.51 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 91 | 0.23 | 0.16 | 0 | 0.64 | 222.86 | 0.13 | 0.32 |
| Hex | 46 | 4C | 5B | 17 | 10 | 0 | 40 | DF | D | 20 |
| Octal | 106 | 114 | 133 | 27 | 20 | 0 | 100 | 337 | 15 | 40 |
| Binary | 1000110 | 1001100 | 1011011 | 10111 | 10000 | 0 | 1000000 | 11011111 | 1101 | 100000 |
Color Harmonies of #464C5B
Complementary color
Monochromatic Colors of #464C5B
Black with #464C5B
Text Example
Text Example
White with #464C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464C5B; }
p { color: rgb(70,76,91); }
H1.HeaderClassName
{
color: #464C5B;
}
.AnyTagClassName
{
color: #464C5B;
}
</style>
background-color css
<style>
a { background-color: #464C5B; }
a { background-color: rgb(70,76,91); }
div.DivClassName
{
background-color: #464C5B;
}
.BgClassName
{
background-color: #464C5B;
}
</style>
border-color css
<style>
span { border-color: #464C5B; }
span { border-color: rgb(70,76,91); }
td.TdClassName
{
border-color: #464C5B;
}
.TagClassName
{
border-color: #464C5B;
}
</style>