Html Css Color HEX #4D4346 Emperor

📋 copy color: '#4D4346'

red 77 ◦ green 67 ◦ blue 70

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

Shades of Emperor #4D4346

Tints of Emperor #4D4346

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.31%

 BLUE value IS 70 (27.73% from 255) = 32.71%

R = 35.98%
G = 31.31%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.70

RGB Variations

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

Color information

#4D4346 (or 0x4D4346) is known color: Emperor. HEX triplet: 4D, 43 and 46. RGB value is (77,67,70). Sum of RGB (Red+Green+Blue) = 77+67+70=214 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.98% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4346 is #B2BCB9. Grayscale: #464646. Windows color (decimal): -11713722 or 4604749. OLE color: 4604749.

HSL color Cylindrical-coordinate representation of color #4D4346: hue angle of 342º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4D4346 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 67 70 -
CMYK 0 0.13 0.09 0.70
HSL 342º 0.07% 0.28% -
HSV(B) 342º 0.13% 0.3% -
XYZ 6.17 6.03 6.63 -
YUV 70.33 127.81 132.76 -
System Red Green Blue C M Y K H S L
Decimal 77 67 70 0 0.13 0.09 0.70 342 0.07 0.28
Hex 4D 43 46 0 D 9 46 156 7 1C
Octal 115 103 106 0 15 11 106 526 7 34
Binary 1001101 1000011 1000110 0 1101 1001 1000110 101010110 111 11100

Color Harmonies of #4D4346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4346

Black with #4D4346

Text Example


Text Example

White with #4D4346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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