#4C4648

Color #4C4648 Emperor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emperor #4C4648

Tints of Emperor #4C4648

Color information

#4C4648 (or 0x4C4648) is unknown color: approx 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

RGB767072-
CMYK00.080.050.70
HSL340º4.11%28.63%-
HSV(B)340º7.89%29.8%-
XYZ6.346.387.03-
YUV72.02127.99130.84-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76707200.080.050.703404.1128.63
Hex4C46480854615441d
Octal1141061100105106524435
Binary10011001000110100100001000101100011010101010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>