Html Css Color HEX #4B444A Purple Taupe

📋 copy color: '#4B444A'

red 75 ◦ green 68 ◦ blue 74

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

Shades of Purple Taupe #4B444A

Tints of Purple Taupe #4B444A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.34%

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

R = 34.56%
G = 31.34%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#4B444A (or 0x4B444A) is known color: Purple Taupe. HEX triplet: 4B, 44 and 4A. RGB value is (75,68,74). Sum of RGB (Red+Green+Blue) = 75+68+74=217 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.56% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 75 - color contains mainly: red. Hex color #4B444A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B444A is #B4BBB5. Grayscale: #464646. Windows color (decimal): -11844534 or 4867147. OLE color: 4867147.

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

Color convert

RGB 75 68 74 -
CMYK 0 0.09 0.01 0.71
HSL 308.57º 0.05% 0.28% -
HSV(B) 308.57º 0.09% 0.29% -
XYZ 6.2 6.12 7.33 -
YUV 70.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 75 68 74 0 0.09 0.01 0.71 308.57 0.05 0.28
Hex 4B 44 4A 0 9 1 47 135 5 1C
Octal 113 104 112 0 11 1 107 465 5 34
Binary 1001011 1000100 1001010 0 1001 1 1000111 100110101 101 11100

Color Harmonies of #4B444A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B444A

Black with #4B444A

Text Example


Text Example

White with #4B444A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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