Html Css Color HEX #4F464E Purple Taupe

📋 copy color: '#4F464E'

red 79 ◦ green 70 ◦ blue 78

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

Shades of Purple Taupe #4F464E

Tints of Purple Taupe #4F464E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.84%

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

R = 34.8%
G = 30.84%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#4F464E (or 0x4F464E) is known color: Purple Taupe. HEX triplet: 4F, 46 and 4E. RGB value is (79,70,78). Sum of RGB (Red+Green+Blue) = 79+70+78=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 79 - color contains mainly: red. Hex color #4F464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F464E is #B0B9B1. Grayscale: #494949. Windows color (decimal): -11581874 or 5129807. OLE color: 5129807.

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

Color convert

RGB 79 70 78 -
CMYK 0 0.11 0.01 0.69
HSL 306.67º 0.06% 0.29% -
HSV(B) 306.67º 0.11% 0.31% -
XYZ 6.79 6.59 8.12 -
YUV 73.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 79 70 78 0 0.11 0.01 0.69 306.67 0.06 0.29
Hex 4F 46 4E 0 B 1 45 133 6 1D
Octal 117 106 116 0 13 1 105 463 6 35
Binary 1001111 1000110 1001110 0 1011 1 1000101 100110011 110 11101

Color Harmonies of #4F464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F464E

Black with #4F464E

Text Example


Text Example

White with #4F464E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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