#70495E

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

Shades of Cosmic #70495E

Tints of Cosmic #70495E

Color information

#70495E (or 0x70495E) is unknown color: approx Cosmic. HEX triplet: 70, 49 and 5E. RGB value is (112,73,94). Sum of RGB (Red+Green+Blue) = 112+73+94=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #70495E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70495E is #8FB6A1. Grayscale: #575757. Windows color (decimal): -9418402 or 6179184. OLE color: 6179184.

HSL color Cylindrical-coordinate representation of color #70495E: hue angle of 327.69º 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 #70495E is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB1127394-
CMYK00.350.160.56
HSL327.69º21.08%36.27%-
HSV(B)327.69º34.82%43.92%-
XYZ11.099.0211.75-
YUV87.06131.92145.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 73 (28.91% from 255) = 26.16%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=40.14%
G=26.16%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112739400.350.160.56327.6921.0836.27
Hex70495E02310381481524
Octal16011113604320705102544
Binary11100001001001101111001000111000011100010100100010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70495E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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