#4F484A

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

Shades of Emperor #4F484A

Tints of Emperor #4F484A

Color information

#4F484A (or 0x4F484A) is unknown color: approx Emperor. HEX triplet: 4F, 48 and 4A. RGB value is (79,72,74). Sum of RGB (Red+Green+Blue) = 79+72+74=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 79 - color contains mainly: red. Hex color #4F484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F484A is #B0B7B5. Grayscale: #4A4A4A. Windows color (decimal): -11581366 or 4868175. OLE color: 4868175.

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

Color convert

RGB797274-
CMYK00.090.060.69
HSL342.86º4.64%29.61%-
HSV(B)342.86º8.86%30.98%-
XYZ6.786.797.43-
YUV74.32127.82131.34-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.11%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 74 (29.30% from 255) = 32.89%
R=35.11%
G=32%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79727400.090.060.69342.864.6429.61
Hex4F484A0964515751e
Octal1171101120116105527536
Binary10011111001000100101001001110100010110101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,72,74); }

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

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

 a { background-color: rgb(79,72,74); }

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

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

 span { border-color: rgb(79,72,74); }

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