#73466C

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

Shades of Eminence #73466C

Tints of Eminence #73466C

Color information

#73466C (or 0x73466C) is unknown color: approx Eminence. HEX triplet: 73, 46 and 6C. RGB value is (115,70,108). Sum of RGB (Red+Green+Blue) = 115+70+108=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 115 - color contains mainly: red. Hex color #73466C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73466C is #8CB993. Grayscale: #575757. Windows color (decimal): -9222548 or 7095923. OLE color: 7095923.

HSL color Cylindrical-coordinate representation of color #73466C: hue angle of 309.33º 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 #73466C is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11570108-
CMYK00.390.060.55
HSL309.33º24.32%36.27%-
HSV(B)309.33º39.13%45.1%-
XYZ11.979.1115.31-
YUV87.79139.41147.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.25%
GREEN value IS 70 (27.73% from 255) = 23.89%
BLUE value IS 108 (42.58% from 255) = 36.86%
R=39.25%
G=23.89%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157010800.390.060.55309.3324.3236.27
Hex73466C0276371351824
Octal1631061540476674653044
Binary111001110001101101100010011111011011110011010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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