Html Css Color HEX #483F45 Purple Taupe

📋 copy color: '#483F45'

red 72 ◦ green 63 ◦ blue 69

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

Shades of Purple Taupe #483F45

Tints of Purple Taupe #483F45

RGB

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

 GREEN value IS 63 (25% from 255) = 30.88%

 BLUE value IS 69 (27.34% from 255) = 33.82%

R = 35.29%
G = 30.88%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#483F45 (or 0x483F45) is known color: Purple Taupe. HEX triplet: 48, 3F and 45. RGB value is (72,63,69). Sum of RGB (Red+Green+Blue) = 72+63+69=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 72 - color contains mainly: red. Hex color #483F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F45 is #B7C0BA. Grayscale: #424242. Windows color (decimal): -12042427 or 4538184. OLE color: 4538184.

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

Color convert

RGB 72 63 69 -
CMYK 0 0.12 0.04 0.72
HSL 320º 0.07% 0.26% -
HSV(B) 320º 0.13% 0.28% -
XYZ 5.52 5.36 6.37 -
YUV 66.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 72 63 69 0 0.12 0.04 0.72 320 0.07 0.26
Hex 48 3F 45 0 C 4 48 140 7 1A
Octal 110 77 105 0 14 4 110 500 7 32
Binary 1001000 111111 1000101 0 1100 100 1001000 101000000 111 11010

Color Harmonies of #483F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483F45

Black with #483F45

Text Example


Text Example

White with #483F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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