Html Css Color HEX #70465E Cosmic

📋 copy color: '#70465E'

red 112 ◦ green 70 ◦ blue 94

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

Shades of Cosmic #70465E

Tints of Cosmic #70465E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.06%

R = 40.58%
G = 25.36%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#70465E (or 0x70465E) is known color: Cosmic. HEX triplet: 70, 46 and 5E. RGB value is (112,70,94). Sum of RGB (Red+Green+Blue) = 112+70+94=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #70465E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70465E is #8FB9A1. Grayscale: #555555. Windows color (decimal): -9419170 or 6178416. OLE color: 6178416.

HSL color Cylindrical-coordinate representation of color #70465E: hue angle of 325.71º 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 #70465E is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 70 94 -
CMYK 0 0.38 0.16 0.56
HSL 325.71º 0.23% 0.36% -
HSV(B) 325.71º 0.38% 0.44% -
XYZ 10.89 8.63 11.68 -
YUV 85.29 132.91 147.05 -
System Red Green Blue C M Y K H S L
Decimal 112 70 94 0 0.38 0.16 0.56 325.71 0.23 0.36
Hex 70 46 5E 0 26 10 38 146 17 24
Octal 160 106 136 0 46 20 70 506 27 44
Binary 1110000 1000110 1011110 0 100110 10000 111000 101000110 10111 100100

Color Harmonies of #70465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70465E

Black with #70465E

Text Example


Text Example

White with #70465E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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