#70485C

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

Shades of Cosmic #70485C

Tints of Cosmic #70485C

Color information

#70485C (or 0x70485C) is unknown color: approx Cosmic. HEX triplet: 70, 48 and 5C. RGB value is (112,72,92). Sum of RGB (Red+Green+Blue) = 112+72+92=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #70485C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70485C is #8FB7A3. Grayscale: #565656. Windows color (decimal): -9418660 or 6047856. OLE color: 6047856.

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

Color convert

RGB1127292-
CMYK00.360.180.56
HSL330º21.74%36.08%-
HSV(B)330º35.71%43.92%-
XYZ10.938.8511.26-
YUV86.24131.25146.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.58%
GREEN value IS 72 (28.52% from 255) = 26.09%
BLUE value IS 92 (36.33% from 255) = 33.33%
R=40.58%
G=26.09%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112729200.360.180.5633021.7436.08
Hex70485C024123814a1624
Octal16011013404422705122644
Binary11100001001000101110001001001001011100010100101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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