#48464A

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

Shades of Grape #48464A

Tints of Grape #48464A

Color information

#48464A (or 0x48464A) is unknown color: approx Grape. HEX triplet: 48, 46 and 4A. RGB value is (72,70,74). Sum of RGB (Red+Green+Blue) = 72+70+74=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 74 - color contains mainly: blue. Hex color #48464A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48464A is #B7B9B5. Grayscale: #474747. Windows color (decimal): -12040630 or 4867656. OLE color: 4867656.

HSL color Cylindrical-coordinate representation of color #48464A: hue angle of 270º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #48464A is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB727074-
CMYK0.030.0500.71
HSL270º2.78%28.24%-
HSV(B)270º5.41%29.02%-
XYZ6.16.257.36-
YUV71.05129.66128.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.33%
GREEN value IS 70 (27.73% from 255) = 32.41%
BLUE value IS 74 (29.30% from 255) = 34.26%
R=33.33%
G=32.41%
B=34.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7270740.030.0500.712702.7828.24
Hex48464A3504710e31c
Octal110106112350107416334
Binary10010001000110100101011101010001111000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48464A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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