#70495C

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

Shades of Cosmic #70495C

Tints of Cosmic #70495C

Color information

#70495C (or 0x70495C) is unknown color: approx Cosmic. HEX triplet: 70, 49 and 5C. RGB value is (112,73,92). Sum of RGB (Red+Green+Blue) = 112+73+92=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #70495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70495C is #8FB6A3. Grayscale: #565656. Windows color (decimal): -9418404 or 6048112. OLE color: 6048112.

HSL color Cylindrical-coordinate representation of color #70495C: hue angle of 330.77º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70495C is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB1127392-
CMYK00.350.180.56
HSL330.77º21.08%36.27%-
HSV(B)330.77º34.82%43.92%-
XYZ118.9811.28-
YUV86.83130.92145.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.43%
GREEN value IS 73 (28.91% from 255) = 26.35%
BLUE value IS 92 (36.33% from 255) = 33.21%
R=40.43%
G=26.35%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112739200.350.180.56330.7721.0836.27
Hex70495C023123814b1524
Octal16011113404322705132544
Binary11100001001001101110001000111001011100010100101110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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