#73466B

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

Shades of Eminence #73466B

Tints of Eminence #73466B

Color information

#73466B (or 0x73466B) is unknown color: approx Eminence. HEX triplet: 73, 46 and 6B. RGB value is (115,70,107). Sum of RGB (Red+Green+Blue) = 115+70+107=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 115 - color contains mainly: red. Hex color #73466B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73466B is #8CB994. Grayscale: #575757. Windows color (decimal): -9222549 or 7030387. OLE color: 7030387.

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

Color convert

RGB11570107-
CMYK00.390.070.55
HSL310.67º24.32%36.27%-
HSV(B)310.67º39.13%45.1%-
XYZ11.919.0915.04-
YUV87.67138.91147.49-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.38%
GREEN value IS 70 (27.73% from 255) = 23.97%
BLUE value IS 107 (42.19% from 255) = 36.64%
R=39.38%
G=23.97%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157010700.390.070.55310.6724.3236.27
Hex73466B0277371371824
Octal1631061530477674673044
Binary111001110001101101011010011111111011110011011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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