#48454C

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

Shades of Grape #48454C

Tints of Grape #48454C

Color information

#48454C (or 0x48454C) is unknown color: approx Grape. HEX triplet: 48, 45 and 4C. RGB value is (72,69,76). Sum of RGB (Red+Green+Blue) = 72+69+76=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 76 - color contains mainly: blue. Hex color #48454C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48454C is #B7BAB3. Grayscale: #464646. Windows color (decimal): -12040884 or 4998472. OLE color: 4998472.

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

Color convert

RGB726976-
CMYK0.050.0900.70
HSL265.71º4.83%28.43%-
HSV(B)265.71º9.21%29.8%-
XYZ6.116.167.7-
YUV70.69130.99128.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.18%
GREEN value IS 69 (27.34% from 255) = 31.80%
BLUE value IS 76 (30.08% from 255) = 35.02%
R=33.18%
G=31.80%
B=35.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7269760.050.0900.70265.714.8328.43
Hex48454C5904610a51c
Octal1101051145110106412534
Binary10010001000101100110010110010100011010000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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