#46464A

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

Shades of Payne's Grey #46464A

Tints of Payne's Grey #46464A

Color information

#46464A (or 0x46464A) is unknown color: approx Payne's Grey. HEX triplet: 46, 46 and 4A. RGB value is (70,70,74). Sum of RGB (Red+Green+Blue) = 70+70+74=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 74 - color contains mainly: blue. Hex color #46464A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46464A is #B9B9B5. Grayscale: #464646. Windows color (decimal): -12171702 or 4867654. OLE color: 4867654.

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

Color convert

RGB707074-
CMYK0.050.0500.71
HSL240º2.78%28.24%-
HSV(B)240º5.41%29.02%-
XYZ5.956.187.36-
YUV70.46130127.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.71%
GREEN value IS 70 (27.73% from 255) = 32.71%
BLUE value IS 74 (29.30% from 255) = 34.58%
R=32.71%
G=32.71%
B=34.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7070740.050.0500.712402.7828.24
Hex46464A55047f031c
Octal106106112550107360334
Binary10001101000110100101010110101000111111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46464A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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