#484247

Color #484247 Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #484247

Tints of Purple Taupe #484247

Color information

#484247 (or 0x484247) is unknown color: approx Purple Taupe. HEX triplet: 48, 42 and 47. RGB value is (72,66,71). Sum of RGB (Red+Green+Blue) = 72+66+71=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 71 (28.12% from 255 or 33.97% from 209); Max value from RGB is 72 - color contains mainly: red. Hex color #484247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484247 is #B7BDB8. Grayscale: #444444. Windows color (decimal): -12041657 or 4670024. OLE color: 4670024.

HSL color Cylindrical-coordinate representation of color #484247: hue angle of 310º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #484247 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB726671-
CMYK00.080.010.72
HSL310º4.35%27.06%-
HSV(B)310º8.33%28.24%-
XYZ5.765.736.76-
YUV68.36129.49130.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.45%
GREEN value IS 66 (26.17% from 255) = 31.58%
BLUE value IS 71 (28.12% from 255) = 33.97%
R=34.45%
G=31.58%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72667100.080.010.723104.3527.06
Hex4842470814813641b
Octal1101021070101110466433
Binary100100010000101000111010001100100010011011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484247; }

 p { color: rgb(72,66,71); }

 H1.HeaderClassName
 {
   color: #484247;
 }
 .AnyTagClassName
 {
   color: #484247;
 }
</style>
background-color css

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

 a { background-color: rgb(72,66,71); }

 div.DivClassName
 {
   background-color: #484247;
 }
 .BgClassName
 {
   background-color: #484247;
 }
</style>
border-color css

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

 span { border-color: rgb(72,66,71); }

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