#484051

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

Shades of Grape #484051

Tints of Grape #484051

Color information

#484051 (or 0x484051) is unknown color: approx Grape. HEX triplet: 48, 40 and 51. RGB value is (72,64,81). Sum of RGB (Red+Green+Blue) = 72+64+81=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 81 - color contains mainly: blue. Hex color #484051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484051 is #B7BFAE. Grayscale: #444444. Windows color (decimal): -12042159 or 5324872. OLE color: 5324872.

HSL color Cylindrical-coordinate representation of color #484051: hue angle of 268.24º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #484051 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB726481-
CMYK0.110.2100.68
HSL268.24º11.72%28.43%-
HSV(B)268.24º20.99%31.76%-
XYZ5.995.648.56-
YUV68.33135.15130.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.18%
GREEN value IS 64 (25.39% from 255) = 29.49%
BLUE value IS 81 (32.03% from 255) = 37.33%
R=33.18%
G=29.49%
B=37.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7264810.110.2100.68268.2411.7228.43
Hex484051B1504410cc1c
Octal110100121132501044141434
Binary10010001000000101000110111010101000100100001100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484051; }

 p { color: rgb(72,64,81); }

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

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

 a { background-color: rgb(72,64,81); }

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

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

 span { border-color: rgb(72,64,81); }

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