#48414F

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

Shades of Grape #48414F

Tints of Grape #48414F

Color information

#48414F (or 0x48414F) is unknown color: approx Grape. HEX triplet: 48, 41 and 4F. RGB value is (72,65,79). Sum of RGB (Red+Green+Blue) = 72+65+79=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 79 - color contains mainly: blue. Hex color #48414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48414F is #B7BEB0. Grayscale: #444444. Windows color (decimal): -12041905 or 5194056. OLE color: 5194056.

HSL color Cylindrical-coordinate representation of color #48414F: hue angle of 270º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #48414F is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB726579-
CMYK0.090.1800.69
HSL270º9.72%28.24%-
HSV(B)270º17.72%30.98%-
XYZ5.975.728.19-
YUV68.69133.82130.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.33%
GREEN value IS 65 (25.78% from 255) = 30.09%
BLUE value IS 79 (31.25% from 255) = 36.57%
R=33.33%
G=30.09%
B=36.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7265790.090.1800.692709.7228.24
Hex48414F91204510ea1c
Octal110101117112201054161234
Binary10010001000001100111110011001001000101100001110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48414F; }

 p { color: rgb(72,65,79); }

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

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

 a { background-color: rgb(72,65,79); }

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

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

 span { border-color: rgb(72,65,79); }

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