#484259

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

Shades of Grape #484259

Tints of Grape #484259

Color information

#484259 (or 0x484259) is unknown color: approx Grape. HEX triplet: 48, 42 and 59. RGB value is (72,66,89). Sum of RGB (Red+Green+Blue) = 72+66+89=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 89 - color contains mainly: blue. Hex color #484259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484259 is #B7BDA6. Grayscale: #464646. Windows color (decimal): -12041639 or 5849672. OLE color: 5849672.

HSL color Cylindrical-coordinate representation of color #484259: hue angle of 255.65º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #484259 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB726689-
CMYK0.190.2600.65
HSL255.65º14.84%30.39%-
HSV(B)255.65º25.84%34.9%-
XYZ6.42610.27-
YUV70.42138.49129.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.72%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 89 (35.16% from 255) = 39.21%
R=31.72%
G=29.07%
B=39.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7266890.190.2600.65255.6514.8430.39
Hex484259131A041100f1e
Octal110102131233201014001736
Binary100100010000101011001100111101001000001100000000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484259; }

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

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

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

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

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

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

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

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