#48444F

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

Shades of Grape #48444F

Tints of Grape #48444F

Color information

#48444F (or 0x48444F) is unknown color: approx Grape. HEX triplet: 48, 44 and 4F. RGB value is (72,68,79). Sum of RGB (Red+Green+Blue) = 72+68+79=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 79 - color contains mainly: blue. Hex color #48444F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48444F is #B7BBB0. Grayscale: #464646. Windows color (decimal): -12041137 or 5194824. OLE color: 5194824.

HSL color Cylindrical-coordinate representation of color #48444F: hue angle of 261.82º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #48444F is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB726879-
CMYK0.090.1400.69
HSL261.82º7.48%28.82%-
HSV(B)261.82º13.92%30.98%-
XYZ6.156.088.25-
YUV70.45132.83129.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.88%
GREEN value IS 68 (26.95% from 255) = 31.05%
BLUE value IS 79 (31.25% from 255) = 36.07%
R=32.88%
G=31.05%
B=36.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7268790.090.1400.69261.827.4828.82
Hex48444F9E04510671d
Octal11010411711160105406735
Binary100100010001001001111100111100100010110000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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