#70475C

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

Shades of Cosmic #70475C

Tints of Cosmic #70475C

Color information

#70475C (or 0x70475C) is unknown color: approx Cosmic. HEX triplet: 70, 47 and 5C. RGB value is (112,71,92). Sum of RGB (Red+Green+Blue) = 112+71+92=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #70475C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70475C is #8FB8A3. Grayscale: #555555. Windows color (decimal): -9418916 or 6047600. OLE color: 6047600.

HSL color Cylindrical-coordinate representation of color #70475C: hue angle of 329.27º 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 #70475C is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB1127192-
CMYK00.370.180.56
HSL329.27º22.4%35.88%-
HSV(B)329.27º36.61%43.92%-
XYZ10.878.7211.24-
YUV85.65131.58146.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.73%
GREEN value IS 71 (28.12% from 255) = 25.82%
BLUE value IS 92 (36.33% from 255) = 33.45%
R=40.73%
G=25.82%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112719200.370.180.56329.2722.435.88
Hex70475C02512381491624
Octal16010713404522705112644
Binary11100001000111101110001001011001011100010100100110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70475C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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