Html Css Color HEX #483D47 Purple Taupe

📋 copy color: '#483D47'

red 72 ◦ green 61 ◦ blue 71

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

Shades of Purple Taupe #483D47

Tints of Purple Taupe #483D47

RGB

 RED value IS 72 (28.52% from 255) = 35.29%

 GREEN value IS 61 (24.22% from 255) = 29.9%

 BLUE value IS 71 (28.13% from 255) = 34.8%

R = 35.29%
G = 29.9%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#483D47 (or 0x483D47) is known color: Purple Taupe. HEX triplet: 48, 3D and 47. RGB value is (72,61,71). Sum of RGB (Red+Green+Blue) = 72+61+71=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 72 - color contains mainly: red. Hex color #483D47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D47 is #B7C2B8. Grayscale: #414141. Windows color (decimal): -12042937 or 4668744. OLE color: 4668744.

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

Color convert

RGB 72 61 71 -
CMYK 0 0.15 0.01 0.72
HSL 305.45º 0.08% 0.26% -
HSV(B) 305.45º 0.15% 0.28% -
XYZ 5.48 5.17 6.67 -
YUV 65.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 72 61 71 0 0.15 0.01 0.72 305.45 0.08 0.26
Hex 48 3D 47 0 F 1 48 131 8 1A
Octal 110 75 107 0 17 1 110 461 10 32
Binary 1001000 111101 1000111 0 1111 1 1001000 100110001 1000 11010

Color Harmonies of #483D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483D47

Black with #483D47

Text Example


Text Example

White with #483D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #483D47;
 }
 .AnyTagClassName
 {
   color: #483D47;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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