Html Css Color HEX #484146 Purple Taupe

📋 copy color: '#484146'

red 72 ◦ green 65 ◦ blue 70

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

Shades of Purple Taupe #484146

Tints of Purple Taupe #484146

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.4%

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

R = 34.78%
G = 31.4%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#484146 (or 0x484146) is known color: Purple Taupe. HEX triplet: 48, 41 and 46. RGB value is (72,65,70). Sum of RGB (Red+Green+Blue) = 72+65+70=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 72 - color contains mainly: red. Hex color #484146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484146 is #B7BEB9. Grayscale: #434343. Windows color (decimal): -12041914 or 4604232. OLE color: 4604232.

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

Color convert

RGB 72 65 70 -
CMYK 0 0.10 0.03 0.72
HSL 317.14º 0.05% 0.27% -
HSV(B) 317.14º 0.1% 0.28% -
XYZ 5.67 5.6 6.58 -
YUV 67.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 72 65 70 0 0.10 0.03 0.72 317.14 0.05 0.27
Hex 48 41 46 0 A 3 48 13D 5 1B
Octal 110 101 106 0 12 3 110 475 5 33
Binary 1001000 1000001 1000110 0 1010 11 1001000 100111101 101 11011

Color Harmonies of #484146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484146

Black with #484146

Text Example


Text Example

White with #484146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484146; }

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

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

background-color css

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

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

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

border-color css

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

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

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