Shades of Cosmic #70465F
Tints of Cosmic #70465F
RGB
CMYK
RGB Variations
Color information
#70465F (or 0x70465F) is known color: Cosmic. HEX triplet: 70, 46 and 5F. RGB value is (112,70,95). Sum of RGB (Red+Green+Blue) = 112+70+95=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #70465F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70465F is #8FB9A0. Grayscale: #555555. Windows color (decimal): -9419169 or 6243952. OLE color: 6243952.
HSL color Cylindrical-coordinate representation of color #70465F: hue angle of 324.29º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70465F is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 70 | 95 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.56 |
| HSL | 324.29º | 0.23% | 0.36% | - |
| HSV(B) | 324.29º | 0.38% | 0.44% | - |
| XYZ | 10.94 | 8.65 | 11.92 | - |
| YUV | 85.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 70 | 95 | 0 | 0.38 | 0.15 | 0.56 | 324.29 | 0.23 | 0.36 |
| Hex | 70 | 46 | 5F | 0 | 26 | F | 38 | 144 | 17 | 24 |
| Octal | 160 | 106 | 137 | 0 | 46 | 17 | 70 | 504 | 27 | 44 |
| Binary | 1110000 | 1000110 | 1011111 | 0 | 100110 | 1111 | 111000 | 101000100 | 10111 | 100100 |
Color Harmonies of #70465F
Complementary color
Monochromatic Colors of #70465F
Black with #70465F
Text Example
Text Example
White with #70465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70465F; }
p { color: rgb(112,70,95); }
H1.HeaderClassName
{
color: #70465F;
}
.AnyTagClassName
{
color: #70465F;
}
</style>
background-color css
<style>
a { background-color: #70465F; }
a { background-color: rgb(112,70,95); }
div.DivClassName
{
background-color: #70465F;
}
.BgClassName
{
background-color: #70465F;
}
</style>
border-color css
<style>
span { border-color: #70465F; }
span { border-color: rgb(112,70,95); }
td.TdClassName
{
border-color: #70465F;
}
.TagClassName
{
border-color: #70465F;
}
</style>