#48454E

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

Shades of Grape #48454E

Tints of Grape #48454E

Color information

#48454E (or 0x48454E) is unknown color: approx Grape. HEX triplet: 48, 45 and 4E. RGB value is (72,69,78). Sum of RGB (Red+Green+Blue) = 72+69+78=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 78 - color contains mainly: blue. Hex color #48454E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48454E is #B7BAB1. Grayscale: #464646. Windows color (decimal): -12040882 or 5129544. OLE color: 5129544.

HSL color Cylindrical-coordinate representation of color #48454E: hue angle of 260º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #48454E is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB726978-
CMYK0.080.1200.69
HSL260º6.12%28.82%-
HSV(B)260º11.54%30.59%-
XYZ6.186.188.08-
YUV70.92131.99128.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.88%
GREEN value IS 69 (27.34% from 255) = 31.51%
BLUE value IS 78 (30.86% from 255) = 35.62%
R=32.88%
G=31.51%
B=35.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7269780.080.1200.692606.1228.82
Hex48454E8C04510461d
Octal11010511610140105404635
Binary100100010001011001110100011000100010110000010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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