#484155

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

Shades of Grape #484155

Tints of Grape #484155

Color information

#484155 (or 0x484155) is unknown color: approx Grape. HEX triplet: 48, 41 and 55. RGB value is (72,65,85). Sum of RGB (Red+Green+Blue) = 72+65+85=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 85 - color contains mainly: blue. Hex color #484155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484155 is #B7BEAA. Grayscale: #454545. Windows color (decimal): -12041899 or 5587272. OLE color: 5587272.

HSL color Cylindrical-coordinate representation of color #484155: hue angle of 261º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #484155 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB726585-
CMYK0.150.2400.67
HSL261º13.33%29.41%-
HSV(B)261º23.53%33.33%-
XYZ6.25.819.39-
YUV69.37136.82129.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.43%
GREEN value IS 65 (25.78% from 255) = 29.28%
BLUE value IS 85 (33.59% from 255) = 38.29%
R=32.43%
G=29.28%
B=38.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7265850.150.2400.6726113.3329.41
Hex484155F18043105d1d
Octal110101125173001034051535
Binary10010001000001101010111111100001000011100000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484155; }

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

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

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

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

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

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

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

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