#48484A

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

Shades of Payne's Grey #48484A

Tints of Payne's Grey #48484A

Color information

#48484A (or 0x48484A) is unknown color: approx Payne's Grey. HEX triplet: 48, 48 and 4A. RGB value is (72,72,74). Sum of RGB (Red+Green+Blue) = 72+72+74=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 74 - color contains mainly: blue. Hex color #48484A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48484A is #B7B7B5. Grayscale: #484848. Windows color (decimal): -12040118 or 4868168. OLE color: 4868168.

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

Color convert

RGB727274-
CMYK0.030.0300.71
HSL240º1.37%28.63%-
HSV(B)240º2.7%29.02%-
XYZ6.236.517.41-
YUV72.23129127.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.03%
GREEN value IS 72 (28.52% from 255) = 33.03%
BLUE value IS 74 (29.30% from 255) = 33.94%
R=33.03%
G=33.03%
B=33.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7272740.030.0300.712401.3728.63
Hex48484A33047f011d
Octal110110112330107360135
Binary10010001001000100101011110100011111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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