Html Css Color HEX #4E4849 Emperor

📋 copy color: '#4E4849'

red 78 ◦ green 72 ◦ blue 73

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

Shades of Emperor #4E4849

Tints of Emperor #4E4849

RGB

 RED value IS 78 (30.86% from 255) = 34.98%

 GREEN value IS 72 (28.52% from 255) = 32.29%

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

R = 34.98%
G = 32.29%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#4E4849 (or 0x4E4849) is known color: Emperor. HEX triplet: 4E, 48 and 49. RGB value is (78,72,73). Sum of RGB (Red+Green+Blue) = 78+72+73=223 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.98% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4849 is #B1B7B6. Grayscale: #494949. Windows color (decimal): -11646903 or 4802638. OLE color: 4802638.

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

Color convert

RGB 78 72 73 -
CMYK 0 0.08 0.06 0.69
HSL 350º 0.04% 0.29% -
HSV(B) 350º 0.08% 0.31% -
XYZ 6.66 6.74 7.25 -
YUV 73.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 78 72 73 0 0.08 0.06 0.69 350 0.04 0.29
Hex 4E 48 49 0 8 6 45 15E 4 1D
Octal 116 110 111 0 10 6 105 536 4 35
Binary 1001110 1001000 1001001 0 1000 110 1000101 101011110 100 11101

Color Harmonies of #4E4849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4849

Black with #4E4849

Text Example


Text Example

White with #4E4849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,72,73); }

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

background-color css

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

 a { background-color: rgb(78,72,73); }

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

border-color css

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

 span { border-color: rgb(78,72,73); }

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