#48474B

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

Shades of Grape #48474B

Tints of Grape #48474B

Color information

#48474B (or 0x48474B) is unknown color: approx Grape. HEX triplet: 48, 47 and 4B. RGB value is (72,71,75). Sum of RGB (Red+Green+Blue) = 72+71+75=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 75 - color contains mainly: blue. Hex color #48474B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48474B is #B7B8B4. Grayscale: #474747. Windows color (decimal): -12040373 or 4933448. OLE color: 4933448.

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

Color convert

RGB727175-
CMYK0.040.0500.71
HSL255º2.74%28.63%-
HSV(B)255º5.33%29.41%-
XYZ6.26.397.56-
YUV71.76129.83128.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.03%
GREEN value IS 71 (28.12% from 255) = 32.57%
BLUE value IS 75 (29.69% from 255) = 34.40%
R=33.03%
G=32.57%
B=34.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7271750.040.0500.712552.7428.63
Hex48474B45047ff31d
Octal110107113450107377335
Binary10010001000111100101110010101000111111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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