#74477B

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

Shades of Eminence #74477B

Tints of Eminence #74477B

Color information

#74477B (or 0x74477B) is unknown color: approx Eminence. HEX triplet: 74, 47 and 7B. RGB value is (116,71,123). Sum of RGB (Red+Green+Blue) = 116+71+123=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 123 - color contains mainly: blue. Hex color #74477B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74477B is #8BB884. Grayscale: #5A5A5A. Windows color (decimal): -9156741 or 8079220. OLE color: 8079220.

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

Color convert

RGB11671123-
CMYK0.060.4200.52
HSL291.92º26.8%38.04%-
HSV(B)291.92º42.28%48.24%-
XYZ13.039.6519.91-
YUV90.38146.41146.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.42%
GREEN value IS 71 (28.12% from 255) = 22.90%
BLUE value IS 123 (48.44% from 255) = 39.68%
R=37.42%
G=22.90%
B=39.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116711230.060.4200.52291.9226.838.04
Hex74477B62A0341241b26
Octal1641071736520644443346
Binary111010010001111111011110101010011010010010010011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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