#4F4649

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

Shades of Emperor #4F4649

Tints of Emperor #4F4649

Color information

#4F4649 (or 0x4F4649) is unknown color: approx Emperor. HEX triplet: 4F, 46 and 49. RGB value is (79,70,73). Sum of RGB (Red+Green+Blue) = 79+70+73=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4649 is #B0B9B6. Grayscale: #494949. Windows color (decimal): -11581879 or 4802127. OLE color: 4802127.

HSL color Cylindrical-coordinate representation of color #4F4649: hue angle of 340º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4F4649 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB797073-
CMYK00.110.080.69
HSL340º6.04%29.22%-
HSV(B)340º11.39%30.98%-
XYZ6.626.527.21-
YUV73.03127.98132.26-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.59%
GREEN value IS 70 (27.73% from 255) = 31.53%
BLUE value IS 73 (28.91% from 255) = 32.88%
R=35.59%
G=31.53%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79707300.110.080.693406.0429.22
Hex4F46490B84515461d
Octal11710611101310105524635
Binary100111110001101001001010111000100010110101010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,70,73); }

 H1.HeaderClassName
 {
   color: #4F4649;
 }
 .AnyTagClassName
 {
   color: #4F4649;
 }
</style>
background-color css

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

 a { background-color: rgb(79,70,73); }

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

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

 span { border-color: rgb(79,70,73); }

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