#484253

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

Shades of Grape #484253

Tints of Grape #484253

Color information

#484253 (or 0x484253) is unknown color: approx Grape. HEX triplet: 48, 42 and 53. RGB value is (72,66,83). Sum of RGB (Red+Green+Blue) = 72+66+83=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 83 - color contains mainly: blue. Hex color #484253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484253 is #B7BDAC. Grayscale: #454545. Windows color (decimal): -12041645 or 5456456. OLE color: 5456456.

HSL color Cylindrical-coordinate representation of color #484253: hue angle of 261.18º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #484253 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB726683-
CMYK0.130.2000.67
HSL261.18º11.41%29.22%-
HSV(B)261.18º20.48%32.55%-
XYZ6.185.99-
YUV69.73135.49129.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.58%
GREEN value IS 66 (26.17% from 255) = 29.86%
BLUE value IS 83 (32.81% from 255) = 37.56%
R=32.58%
G=29.86%
B=37.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7266830.130.2000.67261.1811.4129.22
Hex484253D14043105b1d
Octal110102123152401034051335
Binary10010001000010101001111011010001000011100000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484253; }

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

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

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

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

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

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

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

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