#4E4748

Color #4E4748 Emperor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emperor #4E4748

Tints of Emperor #4E4748

Color information

#4E4748 (or 0x4E4748) is unknown color: approx Emperor. HEX triplet: 4E, 47 and 48. RGB value is (78,71,72). Sum of RGB (Red+Green+Blue) = 78+71+72=221 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.29% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4748 is #B1B8B7. Grayscale: #494949. Windows color (decimal): -11647160 or 4736846. OLE color: 4736846.

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

Color convert

RGB787172-
CMYK00.090.080.69
HSL351.43º4.7%29.22%-
HSV(B)351.43º8.97%30.59%-
XYZ6.566.597.06-
YUV73.21127.32131.42-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.29%
GREEN value IS 71 (28.12% from 255) = 32.13%
BLUE value IS 72 (28.52% from 255) = 32.58%
R=35.29%
G=32.13%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78717200.090.080.69351.434.729.22
Hex4E47480984515f51d
Octal11610711001110105537535
Binary100111010001111001000010011000100010110101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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