#464751

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

Shades of Payne's Grey #464751

Tints of Payne's Grey #464751

Color information

#464751 (or 0x464751) is unknown color: approx Payne's Grey. HEX triplet: 46, 47 and 51. RGB value is (70,71,81). Sum of RGB (Red+Green+Blue) = 70+71+81=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 81 - color contains mainly: blue. Hex color #464751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464751 is #B9B8AE. Grayscale: #474747. Windows color (decimal): -12171439 or 5326662. OLE color: 5326662.

HSL color Cylindrical-coordinate representation of color #464751: hue angle of 234.55º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #464751 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB707181-
CMYK0.140.1200.68
HSL234.55º7.28%29.61%-
HSV(B)234.55º13.58%31.76%-
XYZ6.266.48.69-
YUV71.84133.17126.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.53%
GREEN value IS 71 (28.12% from 255) = 31.98%
BLUE value IS 81 (32.03% from 255) = 36.49%
R=31.53%
G=31.98%
B=36.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7071810.140.1200.68234.557.2829.61
Hex464751EC044eb71e
Octal10610712116140104353736
Binary10001101000111101000111101100010001001110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464751; }

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

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

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

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

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

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

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

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