Html Css Color HEX #4C4849 Emperor

📋 copy color: '#4C4849'

red 76 ◦ green 72 ◦ blue 73

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

Shades of Emperor #4C4849

Tints of Emperor #4C4849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.58%

 BLUE value IS 73 (28.91% from 255) = 33.03%

R = 34.39%
G = 32.58%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#4C4849 (or 0x4C4849) is known color: Emperor. HEX triplet: 4C, 48 and 49. RGB value is (76,72,73). Sum of RGB (Red+Green+Blue) = 76+72+73=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4849 is #B3B7B6. Grayscale: #494949. Windows color (decimal): -11777975 or 4802636. OLE color: 4802636.

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

Color convert

RGB 76 72 73 -
CMYK 0 0.05 0.04 0.70
HSL 345º 0.03% 0.29% -
HSV(B) 345º 0.05% 0.3% -
XYZ 6.5 6.65 7.24 -
YUV 73.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 76 72 73 0 0.05 0.04 0.70 345 0.03 0.29
Hex 4C 48 49 0 5 4 46 159 3 1D
Octal 114 110 111 0 5 4 106 531 3 35
Binary 1001100 1001000 1001001 0 101 100 1000110 101011001 11 11101

Color Harmonies of #4C4849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4849

Black with #4C4849

Text Example


Text Example

White with #4C4849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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