Html Css Color HEX #4B434A Purple Taupe

📋 copy color: '#4B434A'

red 75 ◦ green 67 ◦ blue 74

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

Shades of Purple Taupe #4B434A

Tints of Purple Taupe #4B434A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.02%

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

R = 34.72%
G = 31.02%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#4B434A (or 0x4B434A) is known color: Purple Taupe. HEX triplet: 4B, 43 and 4A. RGB value is (75,67,74). Sum of RGB (Red+Green+Blue) = 75+67+74=216 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.72% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 75 - color contains mainly: red. Hex color #4B434A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B434A is #B4BCB5. Grayscale: #464646. Windows color (decimal): -11844790 or 4866891. OLE color: 4866891.

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

Color convert

RGB 75 67 74 -
CMYK 0 0.11 0.01 0.71
HSL 307.5º 0.06% 0.28% -
HSV(B) 307.5º 0.11% 0.29% -
XYZ 6.14 6 7.31 -
YUV 70.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 75 67 74 0 0.11 0.01 0.71 307.5 0.06 0.28
Hex 4B 43 4A 0 B 1 47 134 6 1C
Octal 113 103 112 0 13 1 107 464 6 34
Binary 1001011 1000011 1001010 0 1011 1 1000111 100110100 110 11100

Color Harmonies of #4B434A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B434A

Black with #4B434A

Text Example


Text Example

White with #4B434A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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