#484053

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

Shades of Grape #484053

Tints of Grape #484053

Color information

#484053 (or 0x484053) is unknown color: approx Grape. HEX triplet: 48, 40 and 53. RGB value is (72,64,83). Sum of RGB (Red+Green+Blue) = 72+64+83=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 83 - color contains mainly: blue. Hex color #484053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484053 is #B7BFAC. Grayscale: #444444. Windows color (decimal): -12042157 or 5455944. OLE color: 5455944.

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

Color convert

RGB726483-
CMYK0.130.2300.67
HSL265.26º12.93%28.82%-
HSV(B)265.26º22.89%32.55%-
XYZ6.075.678.96-
YUV68.56136.15130.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.88%
GREEN value IS 64 (25.39% from 255) = 29.22%
BLUE value IS 83 (32.81% from 255) = 37.90%
R=32.88%
G=29.22%
B=37.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7264830.130.2300.67265.2612.9328.82
Hex484053D17043109d1d
Octal110100123152701034111535
Binary10010001000000101001111011011101000011100001001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484053; }

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

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

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

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

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

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

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

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