#704460

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

Shades of Cosmic #704460

Tints of Cosmic #704460

Color information

#704460 (or 0x704460) is unknown color: approx Cosmic. HEX triplet: 70, 44 and 60. RGB value is (112,68,96). Sum of RGB (Red+Green+Blue) = 112+68+96=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #704460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704460 is #8FBB9F. Grayscale: #545454. Windows color (decimal): -9419680 or 6308976. OLE color: 6308976.

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

Color convert

RGB1126896-
CMYK00.390.140.56
HSL321.82º24.44%35.29%-
HSV(B)321.82º39.29%43.92%-
XYZ10.868.4212.12-
YUV84.35134.58147.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.58%
GREEN value IS 68 (26.95% from 255) = 24.64%
BLUE value IS 96 (37.89% from 255) = 34.78%
R=40.58%
G=24.64%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112689600.390.140.56321.8224.4435.29
Hex704460027E381421823
Octal16010414004716705023043
Binary1110000100010011000000100111111011100010100001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704460; }

 p { color: rgb(112,68,96); }

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

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

 a { background-color: rgb(112,68,96); }

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

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

 span { border-color: rgb(112,68,96); }

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