Shades of Payne's Grey #464751
Tints of Payne's Grey #464751
RGB
CMYK
RGB Variations
Color information
#464751 (or 0x464751) is known color: 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
| RGB | 70 | 71 | 81 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.68 |
| HSL | 234.55º | 0.07% | 0.3% | - |
| HSV(B) | 234.55º | 0.14% | 0.32% | - |
| XYZ | 6.26 | 6.4 | 8.69 | - |
| YUV | 71.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 71 | 81 | 0.14 | 0.12 | 0 | 0.68 | 234.55 | 0.07 | 0.3 |
| Hex | 46 | 47 | 51 | E | C | 0 | 44 | EB | 7 | 1E |
| Octal | 106 | 107 | 121 | 16 | 14 | 0 | 104 | 353 | 7 | 36 |
| Binary | 1000110 | 1000111 | 1010001 | 1110 | 1100 | 0 | 1000100 | 11101011 | 111 | 11110 |
Color Harmonies of #464751
Complementary color
Monochromatic Colors of #464751
Black with #464751
Text Example
Text Example
White with #464751
Text Example
Text Example
HTML Codes & Css Web 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>