Html Css Color HEX #484247 Purple Taupe

📋 copy color: '#484247'

red 72 ◦ green 66 ◦ blue 71

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

Shades of Purple Taupe #484247

Tints of Purple Taupe #484247

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.58%

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

R = 34.45%
G = 31.58%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#484247 (or 0x484247) is known color: Purple Taupe. HEX triplet: 48, 42 and 47. RGB value is (72,66,71). Sum of RGB (Red+Green+Blue) = 72+66+71=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 71 (28.12% from 255 or 33.97% from 209); Max value from RGB is 72 - color contains mainly: red. Hex color #484247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484247 is #B7BDB8. Grayscale: #444444. Windows color (decimal): -12041657 or 4670024. OLE color: 4670024.

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

Color convert

RGB 72 66 71 -
CMYK 0 0.08 0.01 0.72
HSL 310º 0.04% 0.27% -
HSV(B) 310º 0.08% 0.28% -
XYZ 5.76 5.73 6.76 -
YUV 68.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 72 66 71 0 0.08 0.01 0.72 310 0.04 0.27
Hex 48 42 47 0 8 1 48 136 4 1B
Octal 110 102 107 0 10 1 110 466 4 33
Binary 1001000 1000010 1000111 0 1000 1 1001000 100110110 100 11011

Color Harmonies of #484247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484247

Black with #484247

Text Example


Text Example

White with #484247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484247; }

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

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

background-color css

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

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

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

border-color css

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

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

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