Html Css Color HEX #70495C Cosmic

📋 copy color: '#70495C'

red 112 ◦ green 73 ◦ blue 92

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

Shades of Cosmic #70495C

Tints of Cosmic #70495C

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

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

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

RGB 112 73 92 -
CMYK 0 0.35 0.18 0.56
HSL 330.77º 0.21% 0.36% -
HSV(B) 330.77º 0.35% 0.44% -
XYZ 11 8.98 11.28 -
YUV 86.83 130.92 145.96 -
System Red Green Blue C M Y K H S L
Decimal 112 73 92 0 0.35 0.18 0.56 330.77 0.21 0.36
Hex 70 49 5C 0 23 12 38 14B 15 24
Octal 160 111 134 0 43 22 70 513 25 44
Binary 1110000 1001001 1011100 0 100011 10010 111000 101001011 10101 100100

Color Harmonies of #70495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70495C

Black with #70495C

Text Example


Text Example

White with #70495C

Text Example


Text Example

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