Html Css Color HEX #484547 Purple Taupe

📋 copy color: '#484547'

red 72 ◦ green 69 ◦ blue 71

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

Shades of Purple Taupe #484547

Tints of Purple Taupe #484547

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.55%

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

R = 33.96%
G = 32.55%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#484547 (or 0x484547) is known color: Purple Taupe. HEX triplet: 48, 45 and 47. RGB value is (72,69,71). Sum of RGB (Red+Green+Blue) = 72+69+71=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 72 - color contains mainly: red. Hex color #484547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484547 is #B7BAB8. Grayscale: #464646. Windows color (decimal): -12040889 or 4670792. OLE color: 4670792.

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

Color convert

RGB 72 69 71 -
CMYK 0 0.04 0.01 0.72
HSL 320º 0.02% 0.28% -
HSV(B) 320º 0.04% 0.28% -
XYZ 5.94 6.09 6.82 -
YUV 70.13 128.49 129.34 -
System Red Green Blue C M Y K H S L
Decimal 72 69 71 0 0.04 0.01 0.72 320 0.02 0.28
Hex 48 45 47 0 4 1 48 140 2 1C
Octal 110 105 107 0 4 1 110 500 2 34
Binary 1001000 1000101 1000111 0 100 1 1001000 101000000 10 11100

Color Harmonies of #484547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484547

Black with #484547

Text Example


Text Example

White with #484547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484547; }

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

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

background-color css

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

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

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

border-color css

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

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

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