#704461

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

Shades of Cosmic #704461

Tints of Cosmic #704461

Color information

#704461 (or 0x704461) is unknown color: approx Cosmic. HEX triplet: 70, 44 and 61. RGB value is (112,68,97). Sum of RGB (Red+Green+Blue) = 112+68+97=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #704461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704461 is #8FBB9E. Grayscale: #545454. Windows color (decimal): -9419679 or 6374512. OLE color: 6374512.

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

Color convert

RGB1126897-
CMYK00.390.130.56
HSL320.45º24.44%35.29%-
HSV(B)320.45º39.29%43.92%-
XYZ10.918.4412.36-
YUV84.46135.08147.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.43%
GREEN value IS 68 (26.95% from 255) = 24.55%
BLUE value IS 97 (38.28% from 255) = 35.02%
R=40.43%
G=24.55%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112689700.390.130.56320.4524.4435.29
Hex704461027D381401823
Octal16010414104715705003043
Binary1110000100010011000010100111110111100010100000011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704461; }

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

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

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

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

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

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

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

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