Html Css Color HEX #4B4048 Purple Taupe

📋 copy color: '#4B4048'

red 75 ◦ green 64 ◦ blue 72

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

Shades of Purple Taupe #4B4048

Tints of Purple Taupe #4B4048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.12%

R = 35.55%
G = 30.33%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#4B4048 (or 0x4B4048) is known color: Purple Taupe. HEX triplet: 4B, 40 and 48. RGB value is (75,64,72). Sum of RGB (Red+Green+Blue) = 75+64+72=211 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.55% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4048 is #B4BFB7. Grayscale: #444444. Windows color (decimal): -11845560 or 4735051. OLE color: 4735051.

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

Color convert

RGB 75 64 72 -
CMYK 0 0.15 0.04 0.71
HSL 316.36º 0.08% 0.27% -
HSV(B) 316.36º 0.15% 0.29% -
XYZ 5.9 5.63 6.91 -
YUV 68.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 75 64 72 0 0.15 0.04 0.71 316.36 0.08 0.27
Hex 4B 40 48 0 F 4 47 13C 8 1B
Octal 113 100 110 0 17 4 107 474 10 33
Binary 1001011 1000000 1001000 0 1111 100 1000111 100111100 1000 11011

Color Harmonies of #4B4048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4048

Black with #4B4048

Text Example


Text Example

White with #4B4048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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