Shades of Blue Zodiac #464851
Tints of Blue Zodiac #464851
RGB
CMYK
RGB Variations
Color information
#464851 (or 0x464851) is known color: Blue Zodiac. HEX triplet: 46, 48 and 51. RGB value is (70,72,81). Sum of RGB (Red+Green+Blue) = 70+72+81=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 81 - color contains mainly: blue. Hex color #464851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464851 is #B9B7AE. Grayscale: #484848. Windows color (decimal): -12171183 or 5326918. OLE color: 5326918.
HSL color Cylindrical-coordinate representation of color #464851: hue angle of 229.09º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #464851 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 72 | 81 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.68 |
| HSL | 229.09º | 0.07% | 0.3% | - |
| HSV(B) | 229.09º | 0.14% | 0.32% | - |
| XYZ | 6.33 | 6.53 | 8.71 | - |
| YUV | 72.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 72 | 81 | 0.14 | 0.11 | 0 | 0.68 | 229.09 | 0.07 | 0.3 |
| Hex | 46 | 48 | 51 | E | B | 0 | 44 | E5 | 7 | 1E |
| Octal | 106 | 110 | 121 | 16 | 13 | 0 | 104 | 345 | 7 | 36 |
| Binary | 1000110 | 1001000 | 1010001 | 1110 | 1011 | 0 | 1000100 | 11100101 | 111 | 11110 |
Color Harmonies of #464851
Complementary color
Monochromatic Colors of #464851
Black with #464851
Text Example
Text Example
White with #464851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464851; }
p { color: rgb(70,72,81); }
H1.HeaderClassName
{
color: #464851;
}
.AnyTagClassName
{
color: #464851;
}
</style>
background-color css
<style>
a { background-color: #464851; }
a { background-color: rgb(70,72,81); }
div.DivClassName
{
background-color: #464851;
}
.BgClassName
{
background-color: #464851;
}
</style>
border-color css
<style>
span { border-color: #464851; }
span { border-color: rgb(70,72,81); }
td.TdClassName
{
border-color: #464851;
}
.TagClassName
{
border-color: #464851;
}
</style>