Html Css Color HEX #4B4249 Purple Taupe

📋 copy color: '#4B4249'

red 75 ◦ green 66 ◦ blue 73

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

Shades of Purple Taupe #4B4249

Tints of Purple Taupe #4B4249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 34.11%

R = 35.05%
G = 30.84%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#4B4249 (or 0x4B4249) is known color: Purple Taupe. HEX triplet: 4B, 42 and 49. RGB value is (75,66,73). Sum of RGB (Red+Green+Blue) = 75+66+73=214 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.05% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4249 is #B4BDB6. Grayscale: #454545. Windows color (decimal): -11845047 or 4801099. OLE color: 4801099.

HSL color Cylindrical-coordinate representation of color #4B4249: hue angle of 313.33º 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 #4B4249 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 66 73 -
CMYK 0 0.12 0.03 0.71
HSL 313.33º 0.06% 0.28% -
HSV(B) 313.33º 0.12% 0.29% -
XYZ 6.05 5.87 7.12 -
YUV 69.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 75 66 73 0 0.12 0.03 0.71 313.33 0.06 0.28
Hex 4B 42 49 0 C 3 47 139 6 1C
Octal 113 102 111 0 14 3 107 471 6 34
Binary 1001011 1000010 1001001 0 1100 11 1000111 100111001 110 11100

Color Harmonies of #4B4249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4249

Black with #4B4249

Text Example


Text Example

White with #4B4249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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