#48434F

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

Shades of Grape #48434F

Tints of Grape #48434F

Color information

#48434F (or 0x48434F) is unknown color: approx Grape. HEX triplet: 48, 43 and 4F. RGB value is (72,67,79). Sum of RGB (Red+Green+Blue) = 72+67+79=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 79 - color contains mainly: blue. Hex color #48434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48434F is #B7BCB0. Grayscale: #454545. Windows color (decimal): -12041393 or 5194568. OLE color: 5194568.

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

Color convert

RGB726779-
CMYK0.090.1500.69
HSL265º8.22%28.63%-
HSV(B)265º15.19%30.98%-
XYZ6.095.968.23-
YUV69.86133.16129.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.03%
GREEN value IS 67 (26.56% from 255) = 30.73%
BLUE value IS 79 (31.25% from 255) = 36.24%
R=33.03%
G=30.73%
B=36.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7267790.090.1500.692658.2228.63
Hex48434F9F04510981d
Octal110103117111701054111035
Binary1001000100001110011111001111101000101100001001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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