#484057

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

Shades of Grape #484057

Tints of Grape #484057

Color information

#484057 (or 0x484057) is unknown color: approx Grape. HEX triplet: 48, 40 and 57. RGB value is (72,64,87). Sum of RGB (Red+Green+Blue) = 72+64+87=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 87 - color contains mainly: blue. Hex color #484057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484057 is #B7BFA8. Grayscale: #444444. Windows color (decimal): -12042153 or 5718088. OLE color: 5718088.

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

Color convert

RGB726487-
CMYK0.170.2600.66
HSL260.87º15.23%29.61%-
HSV(B)260.87º26.44%34.12%-
XYZ6.235.739.8-
YUV69.01138.15130.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 64 (25.39% from 255) = 28.70%
BLUE value IS 87 (34.38% from 255) = 39.01%
R=32.29%
G=28.70%
B=39.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7264870.170.2600.66260.8715.2329.61
Hex484057111A042105f1e
Octal110100127213201024051736
Binary100100010000001010111100011101001000010100000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484057; }

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

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

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

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

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

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

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

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