#484355

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

Shades of Grape #484355

Tints of Grape #484355

Color information

#484355 (or 0x484355) is unknown color: approx Grape. HEX triplet: 48, 43 and 55. RGB value is (72,67,85). Sum of RGB (Red+Green+Blue) = 72+67+85=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 85 - color contains mainly: blue. Hex color #484355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484355 is #B7BCAA. Grayscale: #464646. Windows color (decimal): -12041387 or 5587784. OLE color: 5587784.

HSL color Cylindrical-coordinate representation of color #484355: hue angle of 256.67º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #484355 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB726785-
CMYK0.150.2100.67
HSL256.67º11.84%29.8%-
HSV(B)256.67º21.18%33.33%-
XYZ6.326.059.43-
YUV70.55136.16129.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.14%
GREEN value IS 67 (26.56% from 255) = 29.91%
BLUE value IS 85 (33.59% from 255) = 37.95%
R=32.14%
G=29.91%
B=37.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7267850.150.2100.67256.6711.8429.8
Hex484355F15043101c1e
Octal110103125172501034011436
Binary10010001000011101010111111010101000011100000001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484355; }

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

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

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

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

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

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

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

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