#74486E

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

Shades of Eminence #74486E

Tints of Eminence #74486E

Color information

#74486E (or 0x74486E) is unknown color: approx Eminence. HEX triplet: 74, 48 and 6E. RGB value is (116,72,110). Sum of RGB (Red+Green+Blue) = 116+72+110=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 116 - color contains mainly: red. Hex color #74486E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74486E is #8BB791. Grayscale: #595959. Windows color (decimal): -9156498 or 7227508. OLE color: 7227508.

HSL color Cylindrical-coordinate representation of color #74486E: hue angle of 308.18º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74486E is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11672110-
CMYK00.380.050.55
HSL308.18º23.4%36.86%-
HSV(B)308.18º37.93%45.49%-
XYZ12.339.4715.93-
YUV89.49139.58146.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.93%
GREEN value IS 72 (28.52% from 255) = 24.16%
BLUE value IS 110 (43.36% from 255) = 36.91%
R=38.93%
G=24.16%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1167211000.380.050.55308.1823.436.86
Hex74486E0265371341725
Octal1641101560465674642745
Binary111010010010001101110010011010111011110011010010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,72,110); }

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

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

 a { background-color: rgb(116,72,110); }

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

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

 span { border-color: rgb(116,72,110); }

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