#484157

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

Shades of Grape #484157

Tints of Grape #484157

Color information

#484157 (or 0x484157) is unknown color: approx Grape. HEX triplet: 48, 41 and 57. RGB value is (72,65,87). Sum of RGB (Red+Green+Blue) = 72+65+87=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 87 - color contains mainly: blue. Hex color #484157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484157 is #B7BEA8. Grayscale: #454545. Windows color (decimal): -12041897 or 5718344. OLE color: 5718344.

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

Color convert

RGB726587-
CMYK0.170.2500.66
HSL259.09º14.47%29.8%-
HSV(B)259.09º25.29%34.12%-
XYZ6.285.859.81-
YUV69.6137.82129.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.14%
GREEN value IS 65 (25.78% from 255) = 29.02%
BLUE value IS 87 (34.38% from 255) = 38.84%
R=32.14%
G=29.02%
B=38.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7265870.170.2500.66259.0914.4729.8
Hex4841571119042103e1e
Octal110101127213101024031636
Binary100100010000011010111100011100101000010100000011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484157; }

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

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

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

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

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

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

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

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