Html Css Color HEX #4F484E Purple Taupe

📋 copy color: '#4F484E'

red 79 ◦ green 72 ◦ blue 78

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

Shades of Purple Taupe #4F484E

Tints of Purple Taupe #4F484E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 34.06%

R = 34.5%
G = 31.44%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#4F484E (or 0x4F484E) is known color: Purple Taupe. HEX triplet: 4F, 48 and 4E. RGB value is (79,72,78). Sum of RGB (Red+Green+Blue) = 79+72+78=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 79 - color contains mainly: red. Hex color #4F484E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F484E is #B0B7B1. Grayscale: #4A4A4A. Windows color (decimal): -11581362 or 5130319. OLE color: 5130319.

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

Color convert

RGB 79 72 78 -
CMYK 0 0.09 0.01 0.69
HSL 308.57º 0.05% 0.3% -
HSV(B) 308.57º 0.09% 0.31% -
XYZ 6.92 6.85 8.16 -
YUV 74.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 79 72 78 0 0.09 0.01 0.69 308.57 0.05 0.3
Hex 4F 48 4E 0 9 1 45 135 5 1E
Octal 117 110 116 0 11 1 105 465 5 36
Binary 1001111 1001000 1001110 0 1001 1 1000101 100110101 101 11110

Color Harmonies of #4F484E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F484E

Black with #4F484E

Text Example


Text Example

White with #4F484E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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