#48464C

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

Shades of Grape #48464C

Tints of Grape #48464C

Color information

#48464C (or 0x48464C) is unknown color: approx Grape. HEX triplet: 48, 46 and 4C. RGB value is (72,70,76). Sum of RGB (Red+Green+Blue) = 72+70+76=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 76 - color contains mainly: blue. Hex color #48464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48464C is #B7B9B3. Grayscale: #474747. Windows color (decimal): -12040628 or 4998728. OLE color: 4998728.

HSL color Cylindrical-coordinate representation of color #48464C: hue angle of 260º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #48464C is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB727076-
CMYK0.050.0800.70
HSL260º4.11%28.63%-
HSV(B)260º7.89%29.8%-
XYZ6.176.287.72-
YUV71.28130.66128.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.03%
GREEN value IS 70 (27.73% from 255) = 32.11%
BLUE value IS 76 (30.08% from 255) = 34.86%
R=33.03%
G=32.11%
B=34.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7270760.050.0800.702604.1128.63
Hex48464C5804610441d
Octal1101061145100106404435
Binary10010001000110100110010110000100011010000010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48464C; }

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

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

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

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

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

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

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

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