Html Css Color HEX #70495B Cosmic

📋 copy color: '#70495B'

red 112 ◦ green 73 ◦ blue 91

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

Shades of Cosmic #70495B

Tints of Cosmic #70495B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.45%

 BLUE value IS 91 (35.94% from 255) = 32.97%

R = 40.58%
G = 26.45%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70495B (or 0x70495B) is known color: Cosmic. HEX triplet: 70, 49 and 5B. RGB value is (112,73,91). Sum of RGB (Red+Green+Blue) = 112+73+91=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #70495B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70495B is #8FB6A4. Grayscale: #565656. Windows color (decimal): -9418405 or 5982576. OLE color: 5982576.

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

Color convert

RGB 112 73 91 -
CMYK 0 0.35 0.19 0.56
HSL 332.31º 0.21% 0.36% -
HSV(B) 332.31º 0.35% 0.44% -
XYZ 10.95 8.97 11.05 -
YUV 86.71 130.42 146.04 -
System Red Green Blue C M Y K H S L
Decimal 112 73 91 0 0.35 0.19 0.56 332.31 0.21 0.36
Hex 70 49 5B 0 23 13 38 14C 15 24
Octal 160 111 133 0 43 23 70 514 25 44
Binary 1110000 1001001 1011011 0 100011 10011 111000 101001100 10101 100100

Color Harmonies of #70495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70495B

Black with #70495B

Text Example


Text Example

White with #70495B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70495B;
 }
 .AnyTagClassName
 {
   color: #70495B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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