Shades of Cosmic #70495F
Tints of Cosmic #70495F
RGB
CMYK
RGB Variations
Color information
#70495F (or 0x70495F) is known color: Cosmic. HEX triplet: 70, 49 and 5F. RGB value is (112,73,95). Sum of RGB (Red+Green+Blue) = 112+73+95=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #70495F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70495F is #8FB6A0. Grayscale: #575757. Windows color (decimal): -9418401 or 6244720. OLE color: 6244720.
HSL color Cylindrical-coordinate representation of color #70495F: hue angle of 326.15º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70495F is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 73 | 95 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.56 |
| HSL | 326.15º | 0.21% | 0.36% | - |
| HSV(B) | 326.15º | 0.35% | 0.44% | - |
| XYZ | 11.13 | 9.04 | 11.98 | - |
| YUV | 87.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 73 | 95 | 0 | 0.35 | 0.15 | 0.56 | 326.15 | 0.21 | 0.36 |
| Hex | 70 | 49 | 5F | 0 | 23 | F | 38 | 146 | 15 | 24 |
| Octal | 160 | 111 | 137 | 0 | 43 | 17 | 70 | 506 | 25 | 44 |
| Binary | 1110000 | 1001001 | 1011111 | 0 | 100011 | 1111 | 111000 | 101000110 | 10101 | 100100 |
Color Harmonies of #70495F
Complementary color
Monochromatic Colors of #70495F
Black with #70495F
Text Example
Text Example
White with #70495F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70495F; }
p { color: rgb(112,73,95); }
H1.HeaderClassName
{
color: #70495F;
}
.AnyTagClassName
{
color: #70495F;
}
</style>
background-color css
<style>
a { background-color: #70495F; }
a { background-color: rgb(112,73,95); }
div.DivClassName
{
background-color: #70495F;
}
.BgClassName
{
background-color: #70495F;
}
</style>
border-color css
<style>
span { border-color: #70495F; }
span { border-color: rgb(112,73,95); }
td.TdClassName
{
border-color: #70495F;
}
.TagClassName
{
border-color: #70495F;
}
</style>