Html Css Color HEX #4F424E Purple Taupe

📋 copy color: '#4F424E'

red 79 ◦ green 66 ◦ blue 78

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

Shades of Purple Taupe #4F424E

Tints of Purple Taupe #4F424E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.6%

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

R = 35.43%
G = 29.6%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#4F424E (or 0x4F424E) is known color: Purple Taupe. HEX triplet: 4F, 42 and 4E. RGB value is (79,66,78). Sum of RGB (Red+Green+Blue) = 79+66+78=223 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.43% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 79 - color contains mainly: red. Hex color #4F424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F424E is #B0BDB1. Grayscale: #474747. Windows color (decimal): -11582898 or 5128783. OLE color: 5128783.

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

Color convert

RGB 79 66 78 -
CMYK 0 0.16 0.01 0.69
HSL 304.62º 0.09% 0.28% -
HSV(B) 304.62º 0.16% 0.31% -
XYZ 6.55 6.11 8.04 -
YUV 71.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 79 66 78 0 0.16 0.01 0.69 304.62 0.09 0.28
Hex 4F 42 4E 0 10 1 45 131 9 1C
Octal 117 102 116 0 20 1 105 461 11 34
Binary 1001111 1000010 1001110 0 10000 1 1000101 100110001 1001 11100

Color Harmonies of #4F424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F424E

Black with #4F424E

Text Example


Text Example

White with #4F424E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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