#48454D

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

Shades of Grape #48454D

Tints of Grape #48454D

Color information

#48454D (or 0x48454D) is unknown color: approx Grape. HEX triplet: 48, 45 and 4D. RGB value is (72,69,77). Sum of RGB (Red+Green+Blue) = 72+69+77=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 77 - color contains mainly: blue. Hex color #48454D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48454D is #B7BAB2. Grayscale: #464646. Windows color (decimal): -12040883 or 5064008. OLE color: 5064008.

HSL color Cylindrical-coordinate representation of color #48454D: hue angle of 262.5º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #48454D is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB726977-
CMYK0.060.1000.70
HSL262.5º5.48%28.63%-
HSV(B)262.5º10.39%30.2%-
XYZ6.146.177.89-
YUV70.81131.49128.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.03%
GREEN value IS 69 (27.34% from 255) = 31.65%
BLUE value IS 77 (30.47% from 255) = 35.32%
R=33.03%
G=31.65%
B=35.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7269770.060.1000.70262.55.4828.63
Hex48454D6A04610651d
Octal1101051156120106406535
Binary10010001000101100110111010100100011010000011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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