Html Css Color HEX #4C494A Emperor

📋 copy color: '#4C494A'

red 76 ◦ green 73 ◦ blue 74

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

Shades of Emperor #4C494A

Tints of Emperor #4C494A

RGB

 RED value IS 76 (30.08% from 255) = 34.08%

 GREEN value IS 73 (28.91% from 255) = 32.74%

 BLUE value IS 74 (29.3% from 255) = 33.18%

R = 34.08%
G = 32.74%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4C494A (or 0x4C494A) is known color: Emperor. HEX triplet: 4C, 49 and 4A. RGB value is (76,73,74). Sum of RGB (Red+Green+Blue) = 76+73+74=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 76 - color contains mainly: red. Hex color #4C494A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C494A is #B3B6B5. Grayscale: #4A4A4A. Windows color (decimal): -11777718 or 4868428. OLE color: 4868428.

HSL color Cylindrical-coordinate representation of color #4C494A: hue angle of 340º degrees, saturation: 0.02, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #4C494A is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 73 74 -
CMYK 0 0.04 0.03 0.70
HSL 340º 0.02% 0.29% -
HSV(B) 340º 0.04% 0.3% -
XYZ 6.6 6.8 7.44 -
YUV 74.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 76 73 74 0 0.04 0.03 0.70 340 0.02 0.29
Hex 4C 49 4A 0 4 3 46 154 2 1D
Octal 114 111 112 0 4 3 106 524 2 35
Binary 1001100 1001001 1001010 0 100 11 1000110 101010100 10 11101

Color Harmonies of #4C494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C494A

Black with #4C494A

Text Example


Text Example

White with #4C494A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C494A; }

 p { color: rgb(76,73,74); }

 H1.HeaderClassName
 {
   color: #4C494A;
 }
 .AnyTagClassName
 {
   color: #4C494A;
 }
</style>

background-color css

<style>
 a { background-color: #4C494A; }

 a { background-color: rgb(76,73,74); }

 div.DivClassName
 {
   background-color: #4C494A;
 }
 .BgClassName
 {
   background-color: #4C494A;
 }
</style>

border-color css

<style>
 span { border-color: #4C494A; }

 span { border-color: rgb(76,73,74); }

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