Html Css Color HEX #70475C Cosmic

📋 copy color: '#70475C'

red 112 ◦ green 71 ◦ blue 92

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

Shades of Cosmic #70475C

Tints of Cosmic #70475C

RGB

 RED value IS 112 (44.14% from 255) = 40.73%

 GREEN value IS 71 (28.13% from 255) = 25.82%

 BLUE value IS 92 (36.33% from 255) = 33.45%

R = 40.73%
G = 25.82%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#70475C (or 0x70475C) is known color: Cosmic. HEX triplet: 70, 47 and 5C. RGB value is (112,71,92). Sum of RGB (Red+Green+Blue) = 112+71+92=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #70475C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70475C is #8FB8A3. Grayscale: #555555. Windows color (decimal): -9418916 or 6047600. OLE color: 6047600.

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

Color convert

RGB 112 71 92 -
CMYK 0 0.37 0.18 0.56
HSL 329.27º 0.22% 0.36% -
HSV(B) 329.27º 0.37% 0.44% -
XYZ 10.87 8.72 11.24 -
YUV 85.65 131.58 146.79 -
System Red Green Blue C M Y K H S L
Decimal 112 71 92 0 0.37 0.18 0.56 329.27 0.22 0.36
Hex 70 47 5C 0 25 12 38 149 16 24
Octal 160 107 134 0 45 22 70 511 26 44
Binary 1110000 1000111 1011100 0 100101 10010 111000 101001001 10110 100100

Color Harmonies of #70475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70475C

Black with #70475C

Text Example


Text Example

White with #70475C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70475C;
 }
 .AnyTagClassName
 {
   color: #70475C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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