#74466D

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

Shades of Eminence #74466D

Tints of Eminence #74466D

Color information

#74466D (or 0x74466D) is unknown color: approx Eminence. HEX triplet: 74, 46 and 6D. RGB value is (116,70,109). Sum of RGB (Red+Green+Blue) = 116+70+109=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #74466D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74466D is #8BB992. Grayscale: #585858. Windows color (decimal): -9157011 or 7161460. OLE color: 7161460.

HSL color Cylindrical-coordinate representation of color #74466D: hue angle of 309.13º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74466D is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11670109-
CMYK00.400.060.55
HSL309.13º24.73%36.47%-
HSV(B)309.13º39.66%45.49%-
XYZ12.159.215.6-
YUV88.2139.74147.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.32%
GREEN value IS 70 (27.73% from 255) = 23.73%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=39.32%
G=23.73%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1167010900.400.060.55309.1324.7336.47
Hex74466D0286371351924
Octal1641061550506674653144
Binary111010010001101101101010100011011011110011010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74466D; }

 p { color: rgb(116,70,109); }

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

<style>
 a { background-color: #74466D; }

 a { background-color: rgb(116,70,109); }

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

<style>
 span { border-color: #74466D; }

 span { border-color: rgb(116,70,109); }

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