Html Css Color HEX #4F4849 Emperor

📋 copy color: '#4F4849'

red 79 ◦ green 72 ◦ blue 73

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

Shades of Emperor #4F4849

Tints of Emperor #4F4849

RGB

 RED value IS 79 (31.25% from 255) = 35.27%

 GREEN value IS 72 (28.52% from 255) = 32.14%

 BLUE value IS 73 (28.91% from 255) = 32.59%

R = 35.27%
G = 32.14%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#4F4849 (or 0x4F4849) is known color: Emperor. HEX triplet: 4F, 48 and 49. RGB value is (79,72,73). Sum of RGB (Red+Green+Blue) = 79+72+73=224 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.27% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4849 is #B0B7B6. Grayscale: #4A4A4A. Windows color (decimal): -11581367 or 4802639. OLE color: 4802639.

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

Color convert

RGB 79 72 73 -
CMYK 0 0.09 0.08 0.69
HSL 351.43º 0.05% 0.3% -
HSV(B) 351.43º 0.09% 0.31% -
XYZ 6.74 6.78 7.26 -
YUV 74.21 127.32 131.42 -
System Red Green Blue C M Y K H S L
Decimal 79 72 73 0 0.09 0.08 0.69 351.43 0.05 0.3
Hex 4F 48 49 0 9 8 45 15F 5 1E
Octal 117 110 111 0 11 10 105 537 5 36
Binary 1001111 1001000 1001001 0 1001 1000 1000101 101011111 101 11110

Color Harmonies of #4F4849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4849

Black with #4F4849

Text Example


Text Example

White with #4F4849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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