#48464E

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

Shades of Grape #48464E

Tints of Grape #48464E

Color information

#48464E (or 0x48464E) is unknown color: approx Grape. HEX triplet: 48, 46 and 4E. RGB value is (72,70,78). Sum of RGB (Red+Green+Blue) = 72+70+78=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 78 - color contains mainly: blue. Hex color #48464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48464E is #B7B9B1. Grayscale: #474747. Windows color (decimal): -12040626 or 5129800. OLE color: 5129800.

HSL color Cylindrical-coordinate representation of color #48464E: hue angle of 255º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #48464E is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB727078-
CMYK0.080.1000.69
HSL255º5.41%29.02%-
HSV(B)255º10.26%30.59%-
XYZ6.246.318.1-
YUV71.51131.66128.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.73%
GREEN value IS 70 (27.73% from 255) = 31.82%
BLUE value IS 78 (30.86% from 255) = 35.45%
R=32.73%
G=31.82%
B=35.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7270780.080.1000.692555.4129.02
Hex48464E8A045ff51d
Octal11010611610120105377535
Binary10010001000110100111010001010010001011111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48464E; }

 p { color: rgb(72,70,78); }

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

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

 a { background-color: rgb(72,70,78); }

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

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

 span { border-color: rgb(72,70,78); }

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