#48444D

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

Shades of Grape #48444D

Tints of Grape #48444D

Color information

#48444D (or 0x48444D) is unknown color: approx Grape. HEX triplet: 48, 44 and 4D. RGB value is (72,68,77). Sum of RGB (Red+Green+Blue) = 72+68+77=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 77 - color contains mainly: blue. Hex color #48444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48444D is #B7BBB2. Grayscale: #464646. Windows color (decimal): -12041139 or 5063752. OLE color: 5063752.

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

Color convert

RGB726877-
CMYK0.060.1200.70
HSL266.67º6.21%28.43%-
HSV(B)266.67º11.69%30.2%-
XYZ6.086.057.87-
YUV70.22131.83129.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.18%
GREEN value IS 68 (26.95% from 255) = 31.34%
BLUE value IS 77 (30.47% from 255) = 35.48%
R=33.18%
G=31.34%
B=35.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7268770.060.1200.70266.676.2128.43
Hex48444D6C04610b61c
Octal1101041156140106413634
Binary10010001000100100110111011000100011010000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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