#484354

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

Shades of Grape #484354

Tints of Grape #484354

Color information

#484354 (or 0x484354) is unknown color: approx Grape. HEX triplet: 48, 43 and 54. RGB value is (72,67,84). Sum of RGB (Red+Green+Blue) = 72+67+84=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 84 - color contains mainly: blue. Hex color #484354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484354 is #B7BCAB. Grayscale: #464646. Windows color (decimal): -12041388 or 5522248. OLE color: 5522248.

HSL color Cylindrical-coordinate representation of color #484354: hue angle of 257.65º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #484354 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB726784-
CMYK0.140.2000.67
HSL257.65º11.26%29.61%-
HSV(B)257.65º20.24%32.94%-
XYZ6.286.039.22-
YUV70.43135.66129.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 67 (26.56% from 255) = 30.04%
BLUE value IS 84 (33.20% from 255) = 37.67%
R=32.29%
G=30.04%
B=37.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7267840.140.2000.67257.6511.2629.61
Hex484354E14043102b1e
Octal110103124162401034021336
Binary10010001000011101010011101010001000011100000010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484354; }

 p { color: rgb(72,67,84); }

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

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

 a { background-color: rgb(72,67,84); }

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

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

 span { border-color: rgb(72,67,84); }

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