#484452

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

Shades of Grape #484452

Tints of Grape #484452

Color information

#484452 (or 0x484452) is unknown color: approx Grape. HEX triplet: 48, 44 and 52. RGB value is (72,68,82). Sum of RGB (Red+Green+Blue) = 72+68+82=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 82 - color contains mainly: blue. Hex color #484452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484452 is #B7BBAD. Grayscale: #464646. Windows color (decimal): -12041134 or 5391432. OLE color: 5391432.

HSL color Cylindrical-coordinate representation of color #484452: hue angle of 257.14º 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 #484452 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB726882-
CMYK0.120.1700.68
HSL257.14º9.33%29.41%-
HSV(B)257.14º17.07%32.16%-
XYZ6.266.128.83-
YUV70.79134.33128.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.43%
GREEN value IS 68 (26.95% from 255) = 30.63%
BLUE value IS 82 (32.42% from 255) = 36.94%
R=32.43%
G=30.63%
B=36.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7268820.120.1700.68257.149.3329.41
Hex484452C1104410191d
Octal110104122142101044011135
Binary10010001000100101001011001000101000100100000001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484452; }

 p { color: rgb(72,68,82); }

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

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

 a { background-color: rgb(72,68,82); }

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

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

 span { border-color: rgb(72,68,82); }

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