#704463

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

Shades of Cosmic #704463

Tints of Cosmic #704463

Color information

#704463 (or 0x704463) is unknown color: approx Cosmic. HEX triplet: 70, 44 and 63. RGB value is (112,68,99). Sum of RGB (Red+Green+Blue) = 112+68+99=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #704463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704463 is #8FBB9C. Grayscale: #545454. Windows color (decimal): -9419677 or 6505584. OLE color: 6505584.

HSL color Cylindrical-coordinate representation of color #704463: hue angle of 317.73º 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 #704463 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB1126899-
CMYK00.390.120.56
HSL317.73º24.44%35.29%-
HSV(B)317.73º39.29%43.92%-
XYZ118.4812.86-
YUV84.69136.08147.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 68 (26.95% from 255) = 24.37%
BLUE value IS 99 (39.06% from 255) = 35.48%
R=40.14%
G=24.37%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112689900.390.120.56317.7324.4435.29
Hex704463027C3813e1823
Octal16010414304714704763043
Binary1110000100010011000110100111110011100010011111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704463; }

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

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

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

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

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

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

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

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