#46474F

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

Shades of Payne's Grey #46474F

Tints of Payne's Grey #46474F

Color information

#46474F (or 0x46474F) is unknown color: approx Payne's Grey. HEX triplet: 46, 47 and 4F. RGB value is (70,71,79). Sum of RGB (Red+Green+Blue) = 70+71+79=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 79 - color contains mainly: blue. Hex color #46474F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46474F is #B9B8B0. Grayscale: #474747. Windows color (decimal): -12171441 or 5195590. OLE color: 5195590.

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

Color convert

RGB707179-
CMYK0.110.1000.69
HSL233.33º6.04%29.22%-
HSV(B)233.33º11.39%30.98%-
XYZ6.196.378.3-
YUV71.61132.17126.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.82%
GREEN value IS 71 (28.12% from 255) = 32.27%
BLUE value IS 79 (31.25% from 255) = 35.91%
R=31.82%
G=32.27%
B=35.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7071790.110.1000.69233.336.0429.22
Hex46474FBA045e961d
Octal10610711713120105351635
Binary10001101000111100111110111010010001011110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,71,79); }

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

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

 a { background-color: rgb(70,71,79); }

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

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

 span { border-color: rgb(70,71,79); }

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