#74497B

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

Shades of Eminence #74497B

Tints of Eminence #74497B

Color information

#74497B (or 0x74497B) is unknown color: approx Eminence. HEX triplet: 74, 49 and 7B. RGB value is (116,73,123). Sum of RGB (Red+Green+Blue) = 116+73+123=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 123 - color contains mainly: blue. Hex color #74497B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74497B is #8BB684. Grayscale: #5B5B5B. Windows color (decimal): -9156229 or 8079732. OLE color: 8079732.

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

Color convert

RGB11673123-
CMYK0.060.4100.52
HSL291.6º25.51%38.43%-
HSV(B)291.6º40.65%48.24%-
XYZ13.169.9119.96-
YUV91.56145.75145.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.18%
GREEN value IS 73 (28.91% from 255) = 23.40%
BLUE value IS 123 (48.44% from 255) = 39.42%
R=37.18%
G=23.40%
B=39.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116731230.060.4100.52291.625.5138.43
Hex74497B6290341241a26
Octal1641111736510644443246
Binary111010010010011111011110101001011010010010010011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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