#46474D

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

Shades of Payne's Grey #46474D

Tints of Payne's Grey #46474D

Color information

#46474D (or 0x46474D) is unknown color: approx Payne's Grey. HEX triplet: 46, 47 and 4D. RGB value is (70,71,77). Sum of RGB (Red+Green+Blue) = 70+71+77=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 77 - color contains mainly: blue. Hex color #46474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46474D is #B9B8B2. Grayscale: #474747. Windows color (decimal): -12171443 or 5064518. OLE color: 5064518.

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

Color convert

RGB707177-
CMYK0.090.0800.70
HSL231.43º4.76%28.82%-
HSV(B)231.43º9.09%30.2%-
XYZ6.126.347.92-
YUV71.39131.17127.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.11%
GREEN value IS 71 (28.12% from 255) = 32.57%
BLUE value IS 77 (30.47% from 255) = 35.32%
R=32.11%
G=32.57%
B=35.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7071770.090.0800.70231.434.7628.82
Hex46474D98046e751d
Octal10610711511100106347535
Binary10001101000111100110110011000010001101110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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