Shades of Cosmic #70485F
Tints of Cosmic #70485F
RGB
CMYK
RGB Variations
Color information
#70485F (or 0x70485F) is known color: Cosmic. HEX triplet: 70, 48 and 5F. RGB value is (112,72,95). Sum of RGB (Red+Green+Blue) = 112+72+95=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #70485F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70485F is #8FB7A0. Grayscale: #565656. Windows color (decimal): -9418657 or 6244464. OLE color: 6244464.
HSL color Cylindrical-coordinate representation of color #70485F: hue angle of 325.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 #70485F is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 72 | 95 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.56 |
| HSL | 325.5º | 0.22% | 0.36% | - |
| HSV(B) | 325.5º | 0.36% | 0.44% | - |
| XYZ | 11.07 | 8.91 | 11.96 | - |
| YUV | 86.58 | 132.75 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 72 | 95 | 0 | 0.36 | 0.15 | 0.56 | 325.5 | 0.22 | 0.36 |
| Hex | 70 | 48 | 5F | 0 | 24 | F | 38 | 146 | 16 | 24 |
| Octal | 160 | 110 | 137 | 0 | 44 | 17 | 70 | 506 | 26 | 44 |
| Binary | 1110000 | 1001000 | 1011111 | 0 | 100100 | 1111 | 111000 | 101000110 | 10110 | 100100 |
Color Harmonies of #70485F
Complementary color
Monochromatic Colors of #70485F
Black with #70485F
Text Example
Text Example
White with #70485F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70485F; }
p { color: rgb(112,72,95); }
H1.HeaderClassName
{
color: #70485F;
}
.AnyTagClassName
{
color: #70485F;
}
</style>
background-color css
<style>
a { background-color: #70485F; }
a { background-color: rgb(112,72,95); }
div.DivClassName
{
background-color: #70485F;
}
.BgClassName
{
background-color: #70485F;
}
</style>
border-color css
<style>
span { border-color: #70485F; }
span { border-color: rgb(112,72,95); }
td.TdClassName
{
border-color: #70485F;
}
.TagClassName
{
border-color: #70485F;
}
</style>