#48434D

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

Shades of Grape #48434D

Tints of Grape #48434D

Color information

#48434D (or 0x48434D) is unknown color: approx Grape. HEX triplet: 48, 43 and 4D. RGB value is (72,67,77). Sum of RGB (Red+Green+Blue) = 72+67+77=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 77 - color contains mainly: blue. Hex color #48434D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48434D is #B7BCB2. Grayscale: #454545. Windows color (decimal): -12041395 or 5063496. OLE color: 5063496.

HSL color Cylindrical-coordinate representation of color #48434D: hue angle of 270º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #48434D is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB726777-
CMYK0.060.1300.70
HSL270º6.94%28.24%-
HSV(B)270º12.99%30.2%-
XYZ6.025.937.85-
YUV69.64132.16129.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.33%
GREEN value IS 67 (26.56% from 255) = 31.02%
BLUE value IS 77 (30.47% from 255) = 35.65%
R=33.33%
G=31.02%
B=35.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7267770.060.1300.702706.9428.24
Hex48434D6D04610e71c
Octal1101031156150106416734
Binary10010001000011100110111011010100011010000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48434D; }

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

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

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

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

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

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

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

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