#70465E

Color #70465E Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #70465E

Tints of Cosmic #70465E

Color information

#70465E (or 0x70465E) is unknown color: approx 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

RGB1127094-
CMYK00.380.160.56
HSL325.71º23.08%35.69%-
HSV(B)325.71º37.5%43.92%-
XYZ10.898.6311.68-
YUV85.29132.91147.05-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112709400.380.160.56325.7123.0835.69
Hex70465E02610381461724
Octal16010613604620705062744
Binary11100001000110101111001001101000011100010100011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>