Html Css Color HEX #4C4048 Purple Taupe

📋 copy color: '#4C4048'

red 76 ◦ green 64 ◦ blue 72

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

Shades of Purple Taupe #4C4048

Tints of Purple Taupe #4C4048

RGB

 RED value IS 76 (30.08% from 255) = 35.85%

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

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

R = 35.85%
G = 30.19%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#4C4048 (or 0x4C4048) is known color: Purple Taupe. HEX triplet: 4C, 40 and 48. RGB value is (76,64,72). Sum of RGB (Red+Green+Blue) = 76+64+72=212 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.85% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4048 is #B3BFB7. Grayscale: #444444. Windows color (decimal): -11780024 or 4735052. OLE color: 4735052.

HSL color Cylindrical-coordinate representation of color #4C4048: hue angle of 320º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4C4048 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 64 72 -
CMYK 0 0.16 0.05 0.70
HSL 320º 0.09% 0.27% -
HSV(B) 320º 0.16% 0.3% -
XYZ 5.98 5.67 6.91 -
YUV 68.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 76 64 72 0 0.16 0.05 0.70 320 0.09 0.27
Hex 4C 40 48 0 10 5 46 140 9 1B
Octal 114 100 110 0 20 5 106 500 11 33
Binary 1001100 1000000 1001000 0 10000 101 1000110 101000000 1001 11011

Color Harmonies of #4C4048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4048

Black with #4C4048

Text Example


Text Example

White with #4C4048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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