#484250

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

Shades of Grape #484250

Tints of Grape #484250

Color information

#484250 (or 0x484250) is unknown color: approx Grape. HEX triplet: 48, 42 and 50. RGB value is (72,66,80). Sum of RGB (Red+Green+Blue) = 72+66+80=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 80 - color contains mainly: blue. Hex color #484250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484250 is #B7BDAF. Grayscale: #454545. Windows color (decimal): -12041648 or 5259848. OLE color: 5259848.

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

Color convert

RGB726680-
CMYK0.100.1700.69
HSL265.71º9.59%28.63%-
HSV(B)265.71º17.5%31.37%-
XYZ6.075.858.4-
YUV69.39133.99129.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.03%
GREEN value IS 66 (26.17% from 255) = 30.28%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=33.03%
G=30.28%
B=36.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7266800.100.1700.69265.719.5928.63
Hex484250A1104510aa1d
Octal110102120122101054121235
Binary10010001000010101000010101000101000101100001010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484250; }

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

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

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

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

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

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

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

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