Html Css Color HEX #74496F Eminence

📋 copy color: '#74496F'

red 116 ◦ green 73 ◦ blue 111

#74496F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eminence #74496F

Tints of Eminence #74496F

RGB

 RED value IS 116 (45.7% 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 value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#74496F (or 0x74496F) is known color: 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

RGB 116 73 111 -
CMYK 0 0.37 0.04 0.55
HSL 306.98º 0.23% 0.37% -
HSV(B) 306.98º 0.37% 0.45% -
XYZ 12.45 9.63 16.24 -
YUV 90.19 139.75 146.41 -
System Red Green Blue C M Y K H S L
Decimal 116 73 111 0 0.37 0.04 0.55 306.98 0.23 0.37
Hex 74 49 6F 0 25 4 37 133 17 25
Octal 164 111 157 0 45 4 67 463 27 45
Binary 1110100 1001001 1101111 0 100101 100 110111 100110011 10111 100101

Color Harmonies of #74496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74496F

Black with #74496F

Text Example


Text Example

White with #74496F

Text Example


Text Example

HTML Codes & Css Web 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>