Html Css Color HEX #4B404A Purple Taupe

📋 copy color: '#4B404A'

red 75 ◦ green 64 ◦ blue 74

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

Shades of Purple Taupe #4B404A

Tints of Purple Taupe #4B404A

RGB

 RED value IS 75 (29.69% from 255) = 35.21%

 GREEN value IS 64 (25.39% from 255) = 30.05%

 BLUE value IS 74 (29.3% from 255) = 34.74%

R = 35.21%
G = 30.05%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#4B404A (or 0x4B404A) is known color: Purple Taupe. HEX triplet: 4B, 40 and 4A. RGB value is (75,64,74). Sum of RGB (Red+Green+Blue) = 75+64+74=213 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.21% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 75 - color contains mainly: red. Hex color #4B404A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B404A is #B4BFB5. Grayscale: #444444. Windows color (decimal): -11845558 or 4866123. OLE color: 4866123.

HSL color Cylindrical-coordinate representation of color #4B404A: hue angle of 305.45º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4B404A is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 64 74 -
CMYK 0 0.15 0.01 0.71
HSL 305.45º 0.08% 0.27% -
HSV(B) 305.45º 0.15% 0.29% -
XYZ 5.97 5.66 7.26 -
YUV 68.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 75 64 74 0 0.15 0.01 0.71 305.45 0.08 0.27
Hex 4B 40 4A 0 F 1 47 131 8 1B
Octal 113 100 112 0 17 1 107 461 10 33
Binary 1001011 1000000 1001010 0 1111 1 1000111 100110001 1000 11011

Color Harmonies of #4B404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B404A

Black with #4B404A

Text Example


Text Example

White with #4B404A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,64,74); }

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

background-color css

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

 a { background-color: rgb(75,64,74); }

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

border-color css

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

 span { border-color: rgb(75,64,74); }

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