#48474A

Color #48474A Grape (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grape #48474A

Tints of Grape #48474A

Color information

#48474A (or 0x48474A) is unknown color: approx Grape. HEX triplet: 48, 47 and 4A. RGB value is (72,71,74). Sum of RGB (Red+Green+Blue) = 72+71+74=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 74 - color contains mainly: blue. Hex color #48474A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48474A is #B7B8B5. Grayscale: #474747. Windows color (decimal): -12040374 or 4867912. OLE color: 4867912.

HSL color Cylindrical-coordinate representation of color #48474A: hue angle of 260º degrees, saturation: 0.02, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #48474A is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB727174-
CMYK0.030.0400.71
HSL260º2.07%28.43%-
HSV(B)260º4.05%29.02%-
XYZ6.166.387.39-
YUV71.64129.33128.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.18%
GREEN value IS 71 (28.12% from 255) = 32.72%
BLUE value IS 74 (29.30% from 255) = 34.10%
R=33.18%
G=32.72%
B=34.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7271740.030.0400.712602.0728.43
Hex48474A3404710421c
Octal110107112340107404234
Binary10010001000111100101011100010001111000001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48474A; }

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

 H1.HeaderClassName
 {
   color: #48474A;
 }
 .AnyTagClassName
 {
   color: #48474A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #48474A;
 }
 .BgClassName
 {
   background-color: #48474A;
 }
</style>
border-color css

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

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

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