Shades of Blue Zodiac #464B5B
Tints of Blue Zodiac #464B5B
RGB
CMYK
RGB Variations
Color information
#464B5B (or 0x464B5B) is known color: Blue Zodiac. HEX triplet: 46, 4B and 5B. RGB value is (70,75,91). Sum of RGB (Red+Green+Blue) = 70+75+91=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 91 - color contains mainly: blue. Hex color #464B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464B5B is #B9B4A4. Grayscale: #4B4B4B. Windows color (decimal): -12170405 or 5983046. OLE color: 5983046.
HSL color Cylindrical-coordinate representation of color #464B5B: hue angle of 225.71º 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 #464B5B is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 75 | 91 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.64 |
| HSL | 225.71º | 0.13% | 0.32% | - |
| HSV(B) | 225.71º | 0.23% | 0.36% | - |
| XYZ | 6.93 | 7.09 | 10.9 | - |
| YUV | 75.33 | 136.84 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 91 | 0.23 | 0.18 | 0 | 0.64 | 225.71 | 0.13 | 0.32 |
| Hex | 46 | 4B | 5B | 17 | 12 | 0 | 40 | E2 | D | 20 |
| Octal | 106 | 113 | 133 | 27 | 22 | 0 | 100 | 342 | 15 | 40 |
| Binary | 1000110 | 1001011 | 1011011 | 10111 | 10010 | 0 | 1000000 | 11100010 | 1101 | 100000 |
Color Harmonies of #464B5B
Complementary color
Monochromatic Colors of #464B5B
Black with #464B5B
Text Example
Text Example
White with #464B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464B5B; }
p { color: rgb(70,75,91); }
H1.HeaderClassName
{
color: #464B5B;
}
.AnyTagClassName
{
color: #464B5B;
}
</style>
background-color css
<style>
a { background-color: #464B5B; }
a { background-color: rgb(70,75,91); }
div.DivClassName
{
background-color: #464B5B;
}
.BgClassName
{
background-color: #464B5B;
}
</style>
border-color css
<style>
span { border-color: #464B5B; }
span { border-color: rgb(70,75,91); }
td.TdClassName
{
border-color: #464B5B;
}
.TagClassName
{
border-color: #464B5B;
}
</style>