#483E46

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

Shades of Purple Taupe #483E46

Tints of Purple Taupe #483E46

Color information

#483E46 (or 0x483E46) is unknown color: approx Purple Taupe. HEX triplet: 48, 3E and 46. RGB value is (72,62,70). Sum of RGB (Red+Green+Blue) = 72+62+70=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 72 - color contains mainly: red. Hex color #483E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E46 is #B7C1B9. Grayscale: #414141. Windows color (decimal): -12042682 or 4603464. OLE color: 4603464.

HSL color Cylindrical-coordinate representation of color #483E46: hue angle of 312º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #483E46 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB726270-
CMYK00.140.030.72
HSL312º7.46%26.27%-
HSV(B)312º13.89%28.24%-
XYZ5.55.276.52-
YUV65.9130.31132.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.29%
GREEN value IS 62 (24.61% from 255) = 30.39%
BLUE value IS 70 (27.73% from 255) = 34.31%
R=35.29%
G=30.39%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72627000.140.030.723127.4626.27
Hex483E460E34813871a
Octal110761060163110470732
Binary100100011111010001100111011100100010011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483E46; }

 p { color: rgb(72,62,70); }

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

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

 a { background-color: rgb(72,62,70); }

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

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

 span { border-color: rgb(72,62,70); }

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