#74496F

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

Shades of Eminence #74496F

Tints of Eminence #74496F

Color information

#74496F (or 0x74496F) is unknown color: approx Eminence. HEX triplet: 74, 49 and 6F. RGB value is (116,73,111). Sum of RGB (Red+Green+Blue) = 116+73+111=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #74496F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74496F is #8BB690. Grayscale: #5A5A5A. Windows color (decimal): -9156241 or 7293300. OLE color: 7293300.

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

Color convert

RGB11673111-
CMYK00.370.040.55
HSL306.98º22.75%37.06%-
HSV(B)306.98º37.07%45.49%-
XYZ12.459.6316.24-
YUV90.19139.75146.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.67%
GREEN value IS 73 (28.91% from 255) = 24.33%
BLUE value IS 111 (43.75% from 255) = 37%
R=38.67%
G=24.33%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1167311100.370.040.55306.9822.7537.06
Hex74496F0254371331725
Octal1641111570454674632745
Binary111010010010011101111010010110011011110011001110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74496F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74496F; }

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

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

<style>
 a { background-color: #74496F; }

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

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

<style>
 span { border-color: #74496F; }

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

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