#70435E

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

Shades of Cosmic #70435E

Tints of Cosmic #70435E

Color information

#70435E (or 0x70435E) is unknown color: approx Cosmic. HEX triplet: 70, 43 and 5E. RGB value is (112,67,94). Sum of RGB (Red+Green+Blue) = 112+67+94=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #70435E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70435E is #8FBCA1. Grayscale: #535353. Windows color (decimal): -9419938 or 6177648. OLE color: 6177648.

HSL color Cylindrical-coordinate representation of color #70435E: hue angle of 324º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70435E is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB1126794-
CMYK00.400.160.56
HSL324º25.14%35.1%-
HSV(B)324º40.18%43.92%-
XYZ10.718.2711.62-
YUV83.53133.91148.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.03%
GREEN value IS 67 (26.56% from 255) = 24.54%
BLUE value IS 94 (37.11% from 255) = 34.43%
R=41.03%
G=24.54%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112679400.400.160.5632425.1435.1
Hex70435E02810381441923
Octal16010313605020705043143
Binary11100001000011101111001010001000011100010100010011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70435E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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