Shades of Blue Zodiac #464853
Tints of Blue Zodiac #464853
RGB
CMYK
RGB Variations
Color information
#464853 (or 0x464853) is known color: Blue Zodiac. HEX triplet: 46, 48 and 53. RGB value is (70,72,83). Sum of RGB (Red+Green+Blue) = 70+72+83=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 83 - color contains mainly: blue. Hex color #464853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464853 is #B9B7AC. Grayscale: #484848. Windows color (decimal): -12171181 or 5457990. OLE color: 5457990.
HSL color Cylindrical-coordinate representation of color #464853: hue angle of 230.77º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #464853 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 72 | 83 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.67 |
| HSL | 230.77º | 0.08% | 0.3% | - |
| HSV(B) | 230.77º | 0.16% | 0.33% | - |
| XYZ | 6.4 | 6.56 | 9.11 | - |
| YUV | 72.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 72 | 83 | 0.16 | 0.13 | 0 | 0.67 | 230.77 | 0.08 | 0.3 |
| Hex | 46 | 48 | 53 | 10 | D | 0 | 43 | E7 | 8 | 1E |
| Octal | 106 | 110 | 123 | 20 | 15 | 0 | 103 | 347 | 10 | 36 |
| Binary | 1000110 | 1001000 | 1010011 | 10000 | 1101 | 0 | 1000011 | 11100111 | 1000 | 11110 |
Color Harmonies of #464853
Complementary color
Monochromatic Colors of #464853
Black with #464853
Text Example
Text Example
White with #464853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464853; }
p { color: rgb(70,72,83); }
H1.HeaderClassName
{
color: #464853;
}
.AnyTagClassName
{
color: #464853;
}
</style>
background-color css
<style>
a { background-color: #464853; }
a { background-color: rgb(70,72,83); }
div.DivClassName
{
background-color: #464853;
}
.BgClassName
{
background-color: #464853;
}
</style>
border-color css
<style>
span { border-color: #464853; }
span { border-color: rgb(70,72,83); }
td.TdClassName
{
border-color: #464853;
}
.TagClassName
{
border-color: #464853;
}
</style>