Html Css Color HEX #4C4648 Emperor

📋 copy color: '#4C4648'

red 76 ◦ green 70 ◦ blue 72

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

Shades of Emperor #4C4648

Tints of Emperor #4C4648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.11%

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

R = 34.86%
G = 32.11%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#4C4648 (or 0x4C4648) is known color: Emperor. HEX triplet: 4C, 46 and 48. RGB value is (76,70,72). Sum of RGB (Red+Green+Blue) = 76+70+72=218 (28% of max value = 765). Red value is 76 (30.08% from 255 or 34.86% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4648 is #B3B9B7. Grayscale: #484848. Windows color (decimal): -11778488 or 4736588. OLE color: 4736588.

HSL color Cylindrical-coordinate representation of color #4C4648: hue angle of 340º 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 #4C4648 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 70 72 -
CMYK 0 0.08 0.05 0.70
HSL 340º 0.04% 0.29% -
HSV(B) 340º 0.08% 0.3% -
XYZ 6.34 6.38 7.03 -
YUV 72.02 127.99 130.84 -
System Red Green Blue C M Y K H S L
Decimal 76 70 72 0 0.08 0.05 0.70 340 0.04 0.29
Hex 4C 46 48 0 8 5 46 154 4 1D
Octal 114 106 110 0 10 5 106 524 4 35
Binary 1001100 1000110 1001000 0 1000 101 1000110 101010100 100 11101

Color Harmonies of #4C4648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4648

Black with #4C4648

Text Example


Text Example

White with #4C4648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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