#484550

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

Shades of Grape #484550

Tints of Grape #484550

Color information

#484550 (or 0x484550) is unknown color: approx Grape. HEX triplet: 48, 45 and 50. RGB value is (72,69,80). Sum of RGB (Red+Green+Blue) = 72+69+80=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 80 - color contains mainly: blue. Hex color #484550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484550 is #B7BAAF. Grayscale: #474747. Windows color (decimal): -12040880 or 5260616. OLE color: 5260616.

HSL color Cylindrical-coordinate representation of color #484550: hue angle of 256.36º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #484550 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB726980-
CMYK0.100.1400.69
HSL256.36º7.38%29.22%-
HSV(B)256.36º13.75%31.37%-
XYZ6.256.218.46-
YUV71.15132.99128.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.58%
GREEN value IS 69 (27.34% from 255) = 31.22%
BLUE value IS 80 (31.64% from 255) = 36.20%
R=32.58%
G=31.22%
B=36.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7269800.100.1400.69256.367.3829.22
Hex484550AE04510071d
Octal11010512012160105400735
Binary100100010001011010000101011100100010110000000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484550; }

 p { color: rgb(72,69,80); }

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

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

 a { background-color: rgb(72,69,80); }

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

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

 span { border-color: rgb(72,69,80); }

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