#74477C

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

Shades of Eminence #74477C

Tints of Eminence #74477C

Color information

#74477C (or 0x74477C) is unknown color: approx Eminence. HEX triplet: 74, 47 and 7C. RGB value is (116,71,124). Sum of RGB (Red+Green+Blue) = 116+71+124=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 124 - color contains mainly: blue. Hex color #74477C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74477C is #8BB883. Grayscale: #5A5A5A. Windows color (decimal): -9156740 or 8144756. OLE color: 8144756.

HSL color Cylindrical-coordinate representation of color #74477C: hue angle of 290.94º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74477C is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11671124-
CMYK0.060.4300.51
HSL290.94º27.18%38.24%-
HSV(B)290.94º42.74%48.63%-
XYZ13.099.6720.25-
YUV90.5146.91146.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.30%
GREEN value IS 71 (28.12% from 255) = 22.83%
BLUE value IS 124 (48.83% from 255) = 39.87%
R=37.30%
G=22.83%
B=39.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116711240.060.4300.51290.9427.1838.24
Hex74477C62B0331231b26
Octal1641071746530634433346
Binary111010010001111111100110101011011001110010001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74477C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,71,124); }

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

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

 a { background-color: rgb(116,71,124); }

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

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

 span { border-color: rgb(116,71,124); }

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