#73477C

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

Shades of Eminence #73477C

Tints of Eminence #73477C

Color information

#73477C (or 0x73477C) is unknown color: approx Eminence. HEX triplet: 73, 47 and 7C. RGB value is (115,71,124). Sum of RGB (Red+Green+Blue) = 115+71+124=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: blue. Hex color #73477C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73477C is #8CB883. Grayscale: #5A5A5A. Windows color (decimal): -9222276 or 8144755. OLE color: 8144755.

HSL color Cylindrical-coordinate representation of color #73477C: hue angle of 289.81º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73477C is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11571124-
CMYK0.070.4300.51
HSL289.81º27.18%38.24%-
HSV(B)289.81º42.74%48.63%-
XYZ12.969.6120.24-
YUV90.2147.08145.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.10%
GREEN value IS 71 (28.12% from 255) = 22.90%
BLUE value IS 124 (48.83% from 255) = 40%
R=37.10%
G=22.90%
B=40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal115711240.070.4300.51289.8127.1838.24
Hex73477C72B0331221b26
Octal1631071747530634423346
Binary111001110001111111100111101011011001110010001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73477C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73477C; }

 p { color: rgb(115,71,124); }

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

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

 a { background-color: rgb(115,71,124); }

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

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

 span { border-color: rgb(115,71,124); }

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