#4F4A4B

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

Shades of Emperor #4F4A4B

Tints of Emperor #4F4A4B

Color information

#4F4A4B (or 0x4F4A4B) is unknown color: approx Emperor. HEX triplet: 4F, 4A and 4B. RGB value is (79,74,75). Sum of RGB (Red+Green+Blue) = 79+74+75=228 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.65% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4A4B is #B0B5B4. Grayscale: #4B4B4B. Windows color (decimal): -11580853 or 4934223. OLE color: 4934223.

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

Color convert

RGB797475-
CMYK00.060.050.69
HSL348º3.27%30%-
HSV(B)348º6.33%30.98%-
XYZ6.947.077.65-
YUV75.61127.66130.42-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.65%
GREEN value IS 74 (29.30% from 255) = 32.46%
BLUE value IS 75 (29.69% from 255) = 32.89%
R=34.65%
G=32.46%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79747500.060.050.693483.2730
Hex4F4A4B0654515c31e
Octal117112113065105534336
Binary100111110010101001011011010110001011010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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