#73477B

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

Shades of Eminence #73477B

Tints of Eminence #73477B

Color information

#73477B (or 0x73477B) is unknown color: approx Eminence. HEX triplet: 73, 47 and 7B. RGB value is (115,71,123). Sum of RGB (Red+Green+Blue) = 115+71+123=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 123 - color contains mainly: blue. Hex color #73477B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73477B is #8CB884. Grayscale: #595959. Windows color (decimal): -9222277 or 8079219. OLE color: 8079219.

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

Color convert

RGB11571123-
CMYK0.070.4200.52
HSL290.77º26.8%38.04%-
HSV(B)290.77º42.28%48.24%-
XYZ12.99.5819.91-
YUV90.08146.58145.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.22%
GREEN value IS 71 (28.12% from 255) = 22.98%
BLUE value IS 123 (48.44% from 255) = 39.81%
R=37.22%
G=22.98%
B=39.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal115711230.070.4200.52290.7726.838.04
Hex73477B72A0341231b26
Octal1631071737520644433346
Binary111001110001111111011111101010011010010010001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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