Html Css Color HEX #4E424B Purple Taupe

📋 copy color: '#4E424B'

red 78 ◦ green 66 ◦ blue 75

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

Shades of Purple Taupe #4E424B

Tints of Purple Taupe #4E424B

RGB

 RED value IS 78 (30.86% from 255) = 35.62%

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

 BLUE value IS 75 (29.69% from 255) = 34.25%

R = 35.62%
G = 30.14%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#4E424B (or 0x4E424B) is known color: Purple Taupe. HEX triplet: 4E, 42 and 4B. RGB value is (78,66,75). Sum of RGB (Red+Green+Blue) = 78+66+75=219 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.62% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 78 - color contains mainly: red. Hex color #4E424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E424B is #B1BDB4. Grayscale: #464646. Windows color (decimal): -11648437 or 4932174. OLE color: 4932174.

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

Color convert

RGB 78 66 75 -
CMYK 0 0.15 0.04 0.69
HSL 315º 0.08% 0.28% -
HSV(B) 315º 0.15% 0.31% -
XYZ 6.36 6.02 7.48 -
YUV 70.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 78 66 75 0 0.15 0.04 0.69 315 0.08 0.28
Hex 4E 42 4B 0 F 4 45 13B 8 1C
Octal 116 102 113 0 17 4 105 473 10 34
Binary 1001110 1000010 1001011 0 1111 100 1000101 100111011 1000 11100

Color Harmonies of #4E424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E424B

Black with #4E424B

Text Example


Text Example

White with #4E424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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