Html Css Color HEX #484447 Purple Taupe

📋 copy color: '#484447'

red 72 ◦ green 68 ◦ blue 71

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

Shades of Purple Taupe #484447

Tints of Purple Taupe #484447

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.23%

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

R = 34.12%
G = 32.23%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#484447 (or 0x484447) is known color: Purple Taupe. HEX triplet: 48, 44 and 47. RGB value is (72,68,71). Sum of RGB (Red+Green+Blue) = 72+68+71=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 72 - color contains mainly: red. Hex color #484447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484447 is #B7BBB8. Grayscale: #454545. Windows color (decimal): -12041145 or 4670536. OLE color: 4670536.

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

Color convert

RGB 72 68 71 -
CMYK 0 0.06 0.01 0.72
HSL 315º 0.03% 0.27% -
HSV(B) 315º 0.06% 0.28% -
XYZ 5.88 5.97 6.8 -
YUV 69.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 72 68 71 0 0.06 0.01 0.72 315 0.03 0.27
Hex 48 44 47 0 6 1 48 13B 3 1B
Octal 110 104 107 0 6 1 110 473 3 33
Binary 1001000 1000100 1000111 0 110 1 1001000 100111011 11 11011

Color Harmonies of #484447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484447

Black with #484447

Text Example


Text Example

White with #484447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484447; }

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

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

background-color css

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

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

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

border-color css

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

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

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