Html Css Color HEX #483C47 Purple Taupe

📋 copy color: '#483C47'

red 72 ◦ green 60 ◦ blue 71

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

Shades of Purple Taupe #483C47

Tints of Purple Taupe #483C47

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.56%

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

R = 35.47%
G = 29.56%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#483C47 (or 0x483C47) is known color: Purple Taupe. HEX triplet: 48, 3C and 47. RGB value is (72,60,71). Sum of RGB (Red+Green+Blue) = 72+60+71=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 72 - color contains mainly: red. Hex color #483C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483C47 is #B7C3B8. Grayscale: #404040. Windows color (decimal): -12043193 or 4668488. OLE color: 4668488.

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

Color convert

RGB 72 60 71 -
CMYK 0 0.17 0.01 0.72
HSL 305º 0.09% 0.26% -
HSV(B) 305º 0.17% 0.28% -
XYZ 5.43 5.06 6.65 -
YUV 64.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 72 60 71 0 0.17 0.01 0.72 305 0.09 0.26
Hex 48 3C 47 0 11 1 48 131 9 1A
Octal 110 74 107 0 21 1 110 461 11 32
Binary 1001000 111100 1000111 0 10001 1 1001000 100110001 1001 11010

Color Harmonies of #483C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483C47

Black with #483C47

Text Example


Text Example

White with #483C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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