#4D4748

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

Shades of Emperor #4D4748

Tints of Emperor #4D4748

Color information

#4D4748 (or 0x4D4748) is unknown color: approx Emperor. HEX triplet: 4D, 47 and 48. RGB value is (77,71,72). Sum of RGB (Red+Green+Blue) = 77+71+72=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4748 is #B2B8B7. Grayscale: #484848. Windows color (decimal): -11712696 or 4736845. OLE color: 4736845.

HSL color Cylindrical-coordinate representation of color #4D4748: hue angle of 350º 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 #4D4748 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.70.

Color convert

RGB777172-
CMYK00.080.060.70
HSL350º4.05%29.02%-
HSV(B)350º7.79%30.2%-
XYZ6.486.557.05-
YUV72.91127.49130.92-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35%
GREEN value IS 71 (28.12% from 255) = 32.27%
BLUE value IS 72 (28.52% from 255) = 32.73%
R=35%
G=32.27%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77717200.080.060.703504.0529.02
Hex4D47480864615e41d
Octal1151071100106106536435
Binary10011011000111100100001000110100011010101111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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