#48424F

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

Shades of Grape #48424F

Tints of Grape #48424F

Color information

#48424F (or 0x48424F) is unknown color: approx Grape. HEX triplet: 48, 42 and 4F. RGB value is (72,66,79). Sum of RGB (Red+Green+Blue) = 72+66+79=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 79 - color contains mainly: blue. Hex color #48424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48424F is #B7BDB0. Grayscale: #454545. Windows color (decimal): -12041649 or 5194312. OLE color: 5194312.

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

Color convert

RGB726679-
CMYK0.090.1600.69
HSL267.69º8.97%28.43%-
HSV(B)267.69º16.46%30.98%-
XYZ6.035.848.21-
YUV69.28133.49129.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.18%
GREEN value IS 66 (26.17% from 255) = 30.41%
BLUE value IS 79 (31.25% from 255) = 36.41%
R=33.18%
G=30.41%
B=36.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7266790.090.1600.69267.698.9728.43
Hex48424F91004510c91c
Octal110102117112001054141134
Binary10010001000010100111110011000001000101100001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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