Html Css Color HEX #483F47 Purple Taupe

📋 copy color: '#483F47'

red 72 ◦ green 63 ◦ blue 71

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

Shades of Purple Taupe #483F47

Tints of Purple Taupe #483F47

RGB

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

 GREEN value IS 63 (25% from 255) = 30.58%

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

R = 34.95%
G = 30.58%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#483F47 (or 0x483F47) is known color: Purple Taupe. HEX triplet: 48, 3F and 47. RGB value is (72,63,71). Sum of RGB (Red+Green+Blue) = 72+63+71=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 72 - color contains mainly: red. Hex color #483F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F47 is #B7C0B8. Grayscale: #424242. Windows color (decimal): -12042425 or 4669256. OLE color: 4669256.

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

Color convert

RGB 72 63 71 -
CMYK 0 0.12 0.01 0.72
HSL 306.67º 0.07% 0.26% -
HSV(B) 306.67º 0.13% 0.28% -
XYZ 5.59 5.39 6.71 -
YUV 66.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 72 63 71 0 0.12 0.01 0.72 306.67 0.07 0.26
Hex 48 3F 47 0 C 1 48 133 7 1A
Octal 110 77 107 0 14 1 110 463 7 32
Binary 1001000 111111 1000111 0 1100 1 1001000 100110011 111 11010

Color Harmonies of #483F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483F47

Black with #483F47

Text Example


Text Example

White with #483F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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