#73466E

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

Shades of Eminence #73466E

Tints of Eminence #73466E

Color information

#73466E (or 0x73466E) is unknown color: approx Eminence. HEX triplet: 73, 46 and 6E. RGB value is (115,70,110). Sum of RGB (Red+Green+Blue) = 115+70+110=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 115 - color contains mainly: red. Hex color #73466E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73466E is #8CB991. Grayscale: #575757. Windows color (decimal): -9222546 or 7226995. OLE color: 7226995.

HSL color Cylindrical-coordinate representation of color #73466E: hue angle of 306.67º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73466E is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11570110-
CMYK00.390.040.55
HSL306.67º24.32%36.27%-
HSV(B)306.67º39.13%45.1%-
XYZ12.079.1515.88-
YUV88.02140.41147.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.98%
GREEN value IS 70 (27.73% from 255) = 23.73%
BLUE value IS 110 (43.36% from 255) = 37.29%
R=38.98%
G=23.73%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157011000.390.040.55306.6724.3236.27
Hex73466E0274371331824
Octal1631061560474674633044
Binary111001110001101101110010011110011011110011001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73466E; }

 p { color: rgb(115,70,110); }

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

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

 a { background-color: rgb(115,70,110); }

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

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

 span { border-color: rgb(115,70,110); }

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