Html Css Color HEX #70465D Cosmic

📋 copy color: '#70465D'

red 112 ◦ green 70 ◦ blue 93

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

Shades of Cosmic #70465D

Tints of Cosmic #70465D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.45%

 BLUE value IS 93 (36.72% from 255) = 33.82%

R = 40.73%
G = 25.45%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#70465D (or 0x70465D) is known color: Cosmic. HEX triplet: 70, 46 and 5D. RGB value is (112,70,93). Sum of RGB (Red+Green+Blue) = 112+70+93=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #70465D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70465D is #8FB9A2. Grayscale: #555555. Windows color (decimal): -9419171 or 6112880. OLE color: 6112880.

HSL color Cylindrical-coordinate representation of color #70465D: hue angle of 327.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70465D is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 70 93 -
CMYK 0 0.38 0.17 0.56
HSL 327.14º 0.23% 0.36% -
HSV(B) 327.14º 0.38% 0.44% -
XYZ 10.85 8.62 11.45 -
YUV 85.18 132.41 147.13 -
System Red Green Blue C M Y K H S L
Decimal 112 70 93 0 0.38 0.17 0.56 327.14 0.23 0.36
Hex 70 46 5D 0 26 11 38 147 17 24
Octal 160 106 135 0 46 21 70 507 27 44
Binary 1110000 1000110 1011101 0 100110 10001 111000 101000111 10111 100100

Color Harmonies of #70465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70465D

Black with #70465D

Text Example


Text Example

White with #70465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70465D; }

 p { color: rgb(112,70,93); }

 H1.HeaderClassName
 {
   color: #70465D;
 }
 .AnyTagClassName
 {
   color: #70465D;
 }
</style>

background-color css

<style>
 a { background-color: #70465D; }

 a { background-color: rgb(112,70,93); }

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

border-color css

<style>
 span { border-color: #70465D; }

 span { border-color: rgb(112,70,93); }

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