#48444C

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

Shades of Grape #48444C

Tints of Grape #48444C

Color information

#48444C (or 0x48444C) is unknown color: approx Grape. HEX triplet: 48, 44 and 4C. RGB value is (72,68,76). Sum of RGB (Red+Green+Blue) = 72+68+76=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 76 - color contains mainly: blue. Hex color #48444C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48444C is #B7BBB3. Grayscale: #464646. Windows color (decimal): -12041140 or 4998216. OLE color: 4998216.

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

Color convert

RGB726876-
CMYK0.050.1100.70
HSL270º5.56%28.24%-
HSV(B)270º10.53%29.8%-
XYZ6.046.037.68-
YUV70.11131.33129.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.33%
GREEN value IS 68 (26.95% from 255) = 31.48%
BLUE value IS 76 (30.08% from 255) = 35.19%
R=33.33%
G=31.48%
B=35.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7268760.050.1100.702705.5628.24
Hex48444C5B04610e61c
Octal1101041145130106416634
Binary10010001000100100110010110110100011010000111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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