#484351

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

Shades of Grape #484351

Tints of Grape #484351

Color information

#484351 (or 0x484351) is unknown color: approx Grape. HEX triplet: 48, 43 and 51. RGB value is (72,67,81). Sum of RGB (Red+Green+Blue) = 72+67+81=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 81 - color contains mainly: blue. Hex color #484351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484351 is #B7BCAE. Grayscale: #464646. Windows color (decimal): -12041391 or 5325640. OLE color: 5325640.

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

Color convert

RGB726781-
CMYK0.110.1700.68
HSL261.43º9.46%29.02%-
HSV(B)261.43º17.28%31.76%-
XYZ6.165.998.62-
YUV70.09134.16129.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.73%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 81 (32.03% from 255) = 36.82%
R=32.73%
G=30.45%
B=36.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7267810.110.1700.68261.439.4629.02
Hex484351B1104410591d
Octal110103121132101044051135
Binary10010001000011101000110111000101000100100000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484351; }

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

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

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

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

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

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

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

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