Html Css Color HEX #4D4748 Emperor

📋 copy color: '#4D4748'

red 77 ◦ green 71 ◦ blue 72

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

Shades of Emperor #4D4748

Tints of Emperor #4D4748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.27%

 BLUE value IS 72 (28.52% from 255) = 32.73%

R = 35%
G = 32.27%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.70

RGB Variations

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

Color information

#4D4748 (or 0x4D4748) is known color: 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

RGB 77 71 72 -
CMYK 0 0.08 0.06 0.70
HSL 350º 0.04% 0.29% -
HSV(B) 350º 0.08% 0.3% -
XYZ 6.48 6.55 7.05 -
YUV 72.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 77 71 72 0 0.08 0.06 0.70 350 0.04 0.29
Hex 4D 47 48 0 8 6 46 15E 4 1D
Octal 115 107 110 0 10 6 106 536 4 35
Binary 1001101 1000111 1001000 0 1000 110 1000110 101011110 100 11101

Color Harmonies of #4D4748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4748

Black with #4D4748

Text Example


Text Example

White with #4D4748

Text Example


Text Example

HTML Codes & Css Web 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>