Shades of Cosmic #70485D
Tints of Cosmic #70485D
RGB
CMYK
RGB Variations
Color information
#70485D (or 0x70485D) is known color: Cosmic. HEX triplet: 70, 48 and 5D. RGB value is (112,72,93). Sum of RGB (Red+Green+Blue) = 112+72+93=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #70485D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70485D is #8FB7A2. Grayscale: #565656. Windows color (decimal): -9418659 or 6113392. OLE color: 6113392.
HSL color Cylindrical-coordinate representation of color #70485D: hue angle of 328.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70485D is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 72 | 93 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.56 |
| HSL | 328.5º | 0.22% | 0.36% | - |
| HSV(B) | 328.5º | 0.36% | 0.44% | - |
| XYZ | 10.98 | 8.87 | 11.49 | - |
| YUV | 86.35 | 131.75 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 72 | 93 | 0 | 0.36 | 0.17 | 0.56 | 328.5 | 0.22 | 0.36 |
| Hex | 70 | 48 | 5D | 0 | 24 | 11 | 38 | 148 | 16 | 24 |
| Octal | 160 | 110 | 135 | 0 | 44 | 21 | 70 | 510 | 26 | 44 |
| Binary | 1110000 | 1001000 | 1011101 | 0 | 100100 | 10001 | 111000 | 101001000 | 10110 | 100100 |
Color Harmonies of #70485D
Complementary color
Monochromatic Colors of #70485D
Black with #70485D
Text Example
Text Example
White with #70485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70485D; }
p { color: rgb(112,72,93); }
H1.HeaderClassName
{
color: #70485D;
}
.AnyTagClassName
{
color: #70485D;
}
</style>
background-color css
<style>
a { background-color: #70485D; }
a { background-color: rgb(112,72,93); }
div.DivClassName
{
background-color: #70485D;
}
.BgClassName
{
background-color: #70485D;
}
</style>
border-color css
<style>
span { border-color: #70485D; }
span { border-color: rgb(112,72,93); }
td.TdClassName
{
border-color: #70485D;
}
.TagClassName
{
border-color: #70485D;
}
</style>