Html Css Color HEX #70495E Cosmic

📋 copy color: '#70495E'

red 112 ◦ green 73 ◦ blue 94

#70495E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #70495E

Tints of Cosmic #70495E

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 value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#70495E (or 0x70495E) is known color: 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

RGB 112 73 94 -
CMYK 0 0.35 0.16 0.56
HSL 327.69º 0.21% 0.36% -
HSV(B) 327.69º 0.35% 0.44% -
XYZ 11.09 9.02 11.75 -
YUV 87.06 131.92 145.79 -
System Red Green Blue C M Y K H S L
Decimal 112 73 94 0 0.35 0.16 0.56 327.69 0.21 0.36
Hex 70 49 5E 0 23 10 38 148 15 24
Octal 160 111 136 0 43 20 70 510 25 44
Binary 1110000 1001001 1011110 0 100011 10000 111000 101001000 10101 100100

Color Harmonies of #70495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70495E

Black with #70495E

Text Example


Text Example

White with #70495E

Text Example


Text Example

HTML Codes & Css Web 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>