Html Css Color HEX #4F484A Emperor

📋 copy color: '#4F484A'

red 79 ◦ green 72 ◦ blue 74

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

Shades of Emperor #4F484A

Tints of Emperor #4F484A

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.3% from 255) = 32.89%

R = 35.11%
G = 32%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#4F484A (or 0x4F484A) is known color: 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

RGB 79 72 74 -
CMYK 0 0.09 0.06 0.69
HSL 342.86º 0.05% 0.3% -
HSV(B) 342.86º 0.09% 0.31% -
XYZ 6.78 6.79 7.43 -
YUV 74.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 79 72 74 0 0.09 0.06 0.69 342.86 0.05 0.3
Hex 4F 48 4A 0 9 6 45 157 5 1E
Octal 117 110 112 0 11 6 105 527 5 36
Binary 1001111 1001000 1001010 0 1001 110 1000101 101010111 101 11110

Color Harmonies of #4F484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F484A

Black with #4F484A

Text Example


Text Example

White with #4F484A

Text Example


Text Example

HTML Codes & Css Web 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>