#46474E

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

Shades of Payne's Grey #46474E

Tints of Payne's Grey #46474E

Color information

#46474E (or 0x46474E) is unknown color: approx Payne's Grey. HEX triplet: 46, 47 and 4E. RGB value is (70,71,78). Sum of RGB (Red+Green+Blue) = 70+71+78=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 78 - color contains mainly: blue. Hex color #46474E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46474E is #B9B8B1. Grayscale: #474747. Windows color (decimal): -12171442 or 5130054. OLE color: 5130054.

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

Color convert

RGB707178-
CMYK0.100.0900.69
HSL232.5º5.41%29.02%-
HSV(B)232.5º10.26%30.59%-
XYZ6.156.368.11-
YUV71.5131.67126.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.96%
GREEN value IS 71 (28.12% from 255) = 32.42%
BLUE value IS 78 (30.86% from 255) = 35.62%
R=31.96%
G=32.42%
B=35.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7071780.100.0900.69232.55.4129.02
Hex46474EA9045e851d
Octal10610711612110105350535
Binary10001101000111100111010101001010001011110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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