#484154

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

Shades of Grape #484154

Tints of Grape #484154

Color information

#484154 (or 0x484154) is unknown color: approx Grape. HEX triplet: 48, 41 and 54. RGB value is (72,65,84). Sum of RGB (Red+Green+Blue) = 72+65+84=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 84 - color contains mainly: blue. Hex color #484154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484154 is #B7BEAB. Grayscale: #454545. Windows color (decimal): -12041900 or 5521736. OLE color: 5521736.

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

Color convert

RGB726584-
CMYK0.140.2300.67
HSL262.11º12.75%29.22%-
HSV(B)262.11º22.62%32.94%-
XYZ6.165.89.18-
YUV69.26136.32129.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.58%
GREEN value IS 65 (25.78% from 255) = 29.41%
BLUE value IS 84 (33.20% from 255) = 38.01%
R=32.58%
G=29.41%
B=38.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7265840.140.2300.67262.1112.7529.22
Hex484154E17043106d1d
Octal110101124162701034061535
Binary10010001000001101010011101011101000011100000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484154; }

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

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

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

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

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

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

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

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