#74497A

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

Shades of Eminence #74497A

Tints of Eminence #74497A

Color information

#74497A (or 0x74497A) is unknown color: approx Eminence. HEX triplet: 74, 49 and 7A. RGB value is (116,73,122). Sum of RGB (Red+Green+Blue) = 116+73+122=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 122 - color contains mainly: blue. Hex color #74497A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74497A is #8BB685. Grayscale: #5B5B5B. Windows color (decimal): -9156230 or 8014196. OLE color: 8014196.

HSL color Cylindrical-coordinate representation of color #74497A: hue angle of 292.65º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74497A is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11673122-
CMYK0.050.4000.52
HSL292.65º25.13%38.24%-
HSV(B)292.65º40.16%47.84%-
XYZ13.19.8819.63-
YUV91.44145.25145.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.30%
GREEN value IS 73 (28.91% from 255) = 23.47%
BLUE value IS 122 (48.05% from 255) = 39.23%
R=37.30%
G=23.47%
B=39.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116731220.050.4000.52292.6525.1338.24
Hex74497A5280341251926
Octal1641111725500644453146
Binary111010010010011111010101101000011010010010010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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