#484258

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

Shades of Grape #484258

Tints of Grape #484258

Color information

#484258 (or 0x484258) is unknown color: approx Grape. HEX triplet: 48, 42 and 58. RGB value is (72,66,88). Sum of RGB (Red+Green+Blue) = 72+66+88=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 88 - color contains mainly: blue. Hex color #484258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484258 is #B7BDA7. Grayscale: #464646. Windows color (decimal): -12041640 or 5784136. OLE color: 5784136.

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

Color convert

RGB726688-
CMYK0.180.2500.65
HSL256.36º14.29%30.2%-
HSV(B)256.36º25%34.51%-
XYZ6.385.9810.05-
YUV70.3137.99129.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.86%
GREEN value IS 66 (26.17% from 255) = 29.20%
BLUE value IS 88 (34.77% from 255) = 38.94%
R=31.86%
G=29.20%
B=38.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7266880.180.2500.65256.3614.2930.2
Hex4842581219041100e1e
Octal110102130223101014001636
Binary100100010000101011000100101100101000001100000000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484258; }

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

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

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

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

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

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

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

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