#484257

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

Shades of Grape #484257

Tints of Grape #484257

Color information

#484257 (or 0x484257) is unknown color: approx Grape. HEX triplet: 48, 42 and 57. RGB value is (72,66,87). Sum of RGB (Red+Green+Blue) = 72+66+87=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 87 - color contains mainly: blue. Hex color #484257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484257 is #B7BDA8. Grayscale: #464646. Windows color (decimal): -12041641 or 5718600. OLE color: 5718600.

HSL color Cylindrical-coordinate representation of color #484257: hue angle of 257.14º 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 #484257 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB726687-
CMYK0.170.2400.66
HSL257.14º13.73%30%-
HSV(B)257.14º24.14%34.12%-
XYZ6.345.969.83-
YUV70.19137.49129.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 66 (26.17% from 255) = 29.33%
BLUE value IS 87 (34.38% from 255) = 38.67%
R=32%
G=29.33%
B=38.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7266870.170.2400.66257.1413.7330
Hex4842571118042101e1e
Octal110102127213001024011636
Binary100100010000101010111100011100001000010100000001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484257; }

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

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

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

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

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

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

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

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