#70475E

Color #70475E Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #70475E

Tints of Cosmic #70475E

Color information

#70475E (or 0x70475E) is unknown color: approx Cosmic. HEX triplet: 70, 47 and 5E. RGB value is (112,71,94). Sum of RGB (Red+Green+Blue) = 112+71+94=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #70475E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70475E is #8FB8A1. Grayscale: #555555. Windows color (decimal): -9418914 or 6178672. OLE color: 6178672.

HSL color Cylindrical-coordinate representation of color #70475E: hue angle of 326.34º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70475E is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB1127194-
CMYK00.370.160.56
HSL326.34º22.4%35.88%-
HSV(B)326.34º36.61%43.92%-
XYZ10.968.7611.7-
YUV85.88132.58146.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 40.43%
GREEN value IS 71 (28.12% from 255) = 25.63%
BLUE value IS 94 (37.11% from 255) = 33.94%
R=40.43%
G=25.63%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112719400.370.160.56326.3422.435.88
Hex70475E02510381461624
Octal16010713604520705062644
Binary11100001000111101111001001011000011100010100011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70475E; }

 p { color: rgb(112,71,94); }

 H1.HeaderClassName
 {
   color: #70475E;
 }
 .AnyTagClassName
 {
   color: #70475E;
 }
</style>
background-color css

<style>
 a { background-color: #70475E; }

 a { background-color: rgb(112,71,94); }

 div.DivClassName
 {
   background-color: #70475E;
 }
 .BgClassName
 {
   background-color: #70475E;
 }
</style>
border-color css

<style>
 span { border-color: #70475E; }

 span { border-color: rgb(112,71,94); }

 td.TdClassName
 {
   border-color: #70475E;
 }
 .TagClassName
 {
   border-color: #70475E;
 }
</style>