#48494F

Color #48494F Payne's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Payne's Grey #48494F

Tints of Payne's Grey #48494F

Color information

#48494F (or 0x48494F) is unknown color: approx Payne's Grey. HEX triplet: 48, 49 and 4F. RGB value is (72,73,79). Sum of RGB (Red+Green+Blue) = 72+73+79=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 79 - color contains mainly: blue. Hex color #48494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48494F is #B7B6B0. Grayscale: #494949. Windows color (decimal): -12039857 or 5196104. OLE color: 5196104.

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

Color convert

RGB727379-
CMYK0.090.0800.69
HSL231.43º4.64%29.61%-
HSV(B)231.43º8.86%30.98%-
XYZ6.476.718.35-
YUV73.38131.17127.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.14%
GREEN value IS 73 (28.91% from 255) = 32.59%
BLUE value IS 79 (31.25% from 255) = 35.27%
R=32.14%
G=32.59%
B=35.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7273790.090.0800.69231.434.6429.61
Hex48494F98045e751e
Octal11011111711100105347536
Binary10010001001001100111110011000010001011110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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