#484352

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

Shades of Grape #484352

Tints of Grape #484352

Color information

#484352 (or 0x484352) is unknown color: approx Grape. HEX triplet: 48, 43 and 52. RGB value is (72,67,82). Sum of RGB (Red+Green+Blue) = 72+67+82=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 82 - color contains mainly: blue. Hex color #484352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484352 is #B7BCAD. Grayscale: #464646. Windows color (decimal): -12041390 or 5391176. OLE color: 5391176.

HSL color Cylindrical-coordinate representation of color #484352: hue angle of 260º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #484352 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB726782-
CMYK0.120.1800.68
HSL260º10.07%29.22%-
HSV(B)260º18.29%32.16%-
XYZ6.268.81-
YUV70.2134.66129.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.58%
GREEN value IS 67 (26.56% from 255) = 30.32%
BLUE value IS 82 (32.42% from 255) = 37.10%
R=32.58%
G=30.32%
B=37.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7267820.120.1800.6826010.0729.22
Hex484352C12044104a1d
Octal110103122142201044041235
Binary10010001000011101001011001001001000100100000100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484352; }

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

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

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

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

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

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

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

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