Html Css Color HEX #4D4749 Emperor

📋 copy color: '#4D4749'

red 77 ◦ green 71 ◦ blue 73

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

Shades of Emperor #4D4749

Tints of Emperor #4D4749

RGB

 RED value IS 77 (30.47% from 255) = 34.84%

 GREEN value IS 71 (28.13% from 255) = 32.13%

 BLUE value IS 73 (28.91% from 255) = 33.03%

R = 34.84%
G = 32.13%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#4D4749 (or 0x4D4749) is known color: Emperor. HEX triplet: 4D, 47 and 49. RGB value is (77,71,73). Sum of RGB (Red+Green+Blue) = 77+71+73=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4749 is #B2B8B6. Grayscale: #494949. Windows color (decimal): -11712695 or 4802381. OLE color: 4802381.

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

Color convert

RGB 77 71 73 -
CMYK 0 0.08 0.05 0.70
HSL 340º 0.04% 0.29% -
HSV(B) 340º 0.08% 0.3% -
XYZ 6.52 6.57 7.23 -
YUV 73.02 127.99 130.84 -
System Red Green Blue C M Y K H S L
Decimal 77 71 73 0 0.08 0.05 0.70 340 0.04 0.29
Hex 4D 47 49 0 8 5 46 154 4 1D
Octal 115 107 111 0 10 5 106 524 4 35
Binary 1001101 1000111 1001001 0 1000 101 1000110 101010100 100 11101

Color Harmonies of #4D4749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4749

Black with #4D4749

Text Example


Text Example

White with #4D4749

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,71,73); }

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

background-color css

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

 a { background-color: rgb(77,71,73); }

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

border-color css

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

 span { border-color: rgb(77,71,73); }

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