#4D4546

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

Shades of Emperor #4D4546

Tints of Emperor #4D4546

Color information

#4D4546 (or 0x4D4546) is unknown color: approx Emperor. HEX triplet: 4D, 45 and 46. RGB value is (77,69,70). Sum of RGB (Red+Green+Blue) = 77+69+70=216 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.65% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4546 is #B2BAB9. Grayscale: #474747. Windows color (decimal): -11713210 or 4605261. OLE color: 4605261.

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

Color convert

RGB776970-
CMYK00.100.090.70
HSL352.5º5.48%28.63%-
HSV(B)352.5º10.39%30.2%-
XYZ6.296.286.67-
YUV71.51127.15131.92-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.65%
GREEN value IS 69 (27.34% from 255) = 31.94%
BLUE value IS 70 (27.73% from 255) = 32.41%
R=35.65%
G=31.94%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77697000.100.090.70352.55.4828.63
Hex4D45460A94616151d
Octal11510510601211106541535
Binary100110110001011000110010101001100011010110000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,69,70); }

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

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

 a { background-color: rgb(77,69,70); }

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

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

 span { border-color: rgb(77,69,70); }

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