Html Css Color HEX #484246 Purple Taupe

📋 copy color: '#484246'

red 72 ◦ green 66 ◦ blue 70

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

Shades of Purple Taupe #484246

Tints of Purple Taupe #484246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.65%

R = 34.62%
G = 31.73%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#484246 (or 0x484246) is known color: Purple Taupe. HEX triplet: 48, 42 and 46. RGB value is (72,66,70). Sum of RGB (Red+Green+Blue) = 72+66+70=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 72 - color contains mainly: red. Hex color #484246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484246 is #B7BDB9. Grayscale: #444444. Windows color (decimal): -12041658 or 4604488. OLE color: 4604488.

HSL color Cylindrical-coordinate representation of color #484246: hue angle of 320º 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 #484246 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 66 70 -
CMYK 0 0.08 0.03 0.72
HSL 320º 0.04% 0.27% -
HSV(B) 320º 0.08% 0.28% -
XYZ 5.73 5.72 6.6 -
YUV 68.25 128.99 130.67 -
System Red Green Blue C M Y K H S L
Decimal 72 66 70 0 0.08 0.03 0.72 320 0.04 0.27
Hex 48 42 46 0 8 3 48 140 4 1B
Octal 110 102 106 0 10 3 110 500 4 33
Binary 1001000 1000010 1000110 0 1000 11 1001000 101000000 100 11011

Color Harmonies of #484246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484246

Black with #484246

Text Example


Text Example

White with #484246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484246; }

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

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

background-color css

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

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

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

border-color css

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

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

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