#70455E

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

Shades of Cosmic #70455E

Tints of Cosmic #70455E

Color information

#70455E (or 0x70455E) is unknown color: approx Cosmic. HEX triplet: 70, 45 and 5E. RGB value is (112,69,94). Sum of RGB (Red+Green+Blue) = 112+69+94=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #70455E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70455E is #8FBAA1. Grayscale: #545454. Windows color (decimal): -9419426 or 6178160. OLE color: 6178160.

HSL color Cylindrical-coordinate representation of color #70455E: hue angle of 325.12º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70455E is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB1126994-
CMYK00.380.160.56
HSL325.12º23.76%35.49%-
HSV(B)325.12º38.39%43.92%-
XYZ10.838.5111.66-
YUV84.71133.25147.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.73%
GREEN value IS 69 (27.34% from 255) = 25.09%
BLUE value IS 94 (37.11% from 255) = 34.18%
R=40.73%
G=25.09%
B=34.18%

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
Decimal112699400.380.160.56325.1223.7635.49
Hex70455E02610381451823
Octal16010513604620705053043
Binary11100001000101101111001001101000011100010100010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70455E;
 }
 .AnyTagClassName
 {
   color: #70455E;
 }
</style>
background-color css

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

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

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

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

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

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