#484551

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

Shades of Grape #484551

Tints of Grape #484551

Color information

#484551 (or 0x484551) is unknown color: approx Grape. HEX triplet: 48, 45 and 51. RGB value is (72,69,81). Sum of RGB (Red+Green+Blue) = 72+69+81=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 81 - color contains mainly: blue. Hex color #484551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484551 is #B7BAAE. Grayscale: #474747. Windows color (decimal): -12040879 or 5326152. OLE color: 5326152.

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

Color convert

RGB726981-
CMYK0.110.1500.68
HSL255º8%29.41%-
HSV(B)255º14.81%31.76%-
XYZ6.296.238.66-
YUV71.26133.49128.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.43%
GREEN value IS 69 (27.34% from 255) = 31.08%
BLUE value IS 81 (32.03% from 255) = 36.49%
R=32.43%
G=31.08%
B=36.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7269810.110.1500.68255829.41
Hex484551BF044ff81d
Octal110105121131701043771035
Binary100100010001011010001101111110100010011111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484551; }

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

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

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

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

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

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

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

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