Html Css Color HEX #4C4748 Emperor

📋 copy color: '#4C4748'

red 76 ◦ green 71 ◦ blue 72

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

Shades of Emperor #4C4748

Tints of Emperor #4C4748

RGB

 RED value IS 76 (30.08% from 255) = 34.7%

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

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

R = 34.7%
G = 32.42%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#4C4748 (or 0x4C4748) is known color: Emperor. HEX triplet: 4C, 47 and 48. RGB value is (76,71,72). Sum of RGB (Red+Green+Blue) = 76+71+72=219 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.70% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4748 is #B3B8B7. Grayscale: #484848. Windows color (decimal): -11778232 or 4736844. OLE color: 4736844.

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

Color convert

RGB 76 71 72 -
CMYK 0 0.07 0.05 0.70
HSL 348º 0.03% 0.29% -
HSV(B) 348º 0.07% 0.3% -
XYZ 6.4 6.51 7.05 -
YUV 72.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 76 71 72 0 0.07 0.05 0.70 348 0.03 0.29
Hex 4C 47 48 0 7 5 46 15C 3 1D
Octal 114 107 110 0 7 5 106 534 3 35
Binary 1001100 1000111 1001000 0 111 101 1000110 101011100 11 11101

Color Harmonies of #4C4748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4748

Black with #4C4748

Text Example


Text Example

White with #4C4748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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