Html Css Color HEX #4B424A Purple Taupe

📋 copy color: '#4B424A'

red 75 ◦ green 66 ◦ blue 74

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

Shades of Purple Taupe #4B424A

Tints of Purple Taupe #4B424A

RGB

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

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

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

R = 34.88%
G = 30.7%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#4B424A (or 0x4B424A) is known color: Purple Taupe. HEX triplet: 4B, 42 and 4A. RGB value is (75,66,74). Sum of RGB (Red+Green+Blue) = 75+66+74=215 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.88% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 75 - color contains mainly: red. Hex color #4B424A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B424A is #B4BDB5. Grayscale: #454545. Windows color (decimal): -11845046 or 4866635. OLE color: 4866635.

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

Color convert

RGB 75 66 74 -
CMYK 0 0.12 0.01 0.71
HSL 306.67º 0.06% 0.28% -
HSV(B) 306.67º 0.12% 0.29% -
XYZ 6.09 5.89 7.29 -
YUV 69.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 75 66 74 0 0.12 0.01 0.71 306.67 0.06 0.28
Hex 4B 42 4A 0 C 1 47 133 6 1C
Octal 113 102 112 0 14 1 107 463 6 34
Binary 1001011 1000010 1001010 0 1100 1 1000111 100110011 110 11100

Color Harmonies of #4B424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B424A

Black with #4B424A

Text Example


Text Example

White with #4B424A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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