#484156

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

Shades of Grape #484156

Tints of Grape #484156

Color information

#484156 (or 0x484156) is unknown color: approx Grape. HEX triplet: 48, 41 and 56. RGB value is (72,65,86). Sum of RGB (Red+Green+Blue) = 72+65+86=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 86 - color contains mainly: blue. Hex color #484156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484156 is #B7BEA9. Grayscale: #454545. Windows color (decimal): -12041898 or 5652808. OLE color: 5652808.

HSL color Cylindrical-coordinate representation of color #484156: hue angle of 260º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #484156 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB726586-
CMYK0.160.2400.66
HSL260º13.91%29.61%-
HSV(B)260º24.42%33.73%-
XYZ6.245.839.6-
YUV69.49137.32129.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 65 (25.78% from 255) = 29.15%
BLUE value IS 86 (33.98% from 255) = 38.57%
R=32.29%
G=29.15%
B=38.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7265860.160.2400.6626013.9129.61
Hex4841561018042104e1e
Octal110101126203001024041636
Binary100100010000011010110100001100001000010100000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484156; }

 p { color: rgb(72,65,86); }

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

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

 a { background-color: rgb(72,65,86); }

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

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

 span { border-color: rgb(72,65,86); }

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