Shades of Payne's Grey #464649
Tints of Payne's Grey #464649
RGB
CMYK
RGB Variations
Color information
#464649 (or 0x464649) is known color: Payne's Grey. HEX triplet: 46, 46 and 49. RGB value is (70,70,73). Sum of RGB (Red+Green+Blue) = 70+70+73=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 73 - color contains mainly: blue. Hex color #464649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464649 is #B9B9B6. Grayscale: #464646. Windows color (decimal): -12171703 or 4802118. OLE color: 4802118.
HSL color Cylindrical-coordinate representation of color #464649: hue angle of 240º degrees, saturation: 0.02, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #464649 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 70 | 73 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.71 |
| HSL | 240º | 0.02% | 0.28% | - |
| HSV(B) | 240º | 0.04% | 0.29% | - |
| XYZ | 5.92 | 6.16 | 7.18 | - |
| YUV | 70.34 | 129.5 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 70 | 73 | 0.04 | 0.04 | 0 | 0.71 | 240 | 0.02 | 0.28 |
| Hex | 46 | 46 | 49 | 4 | 4 | 0 | 47 | F0 | 2 | 1C |
| Octal | 106 | 106 | 111 | 4 | 4 | 0 | 107 | 360 | 2 | 34 |
| Binary | 1000110 | 1000110 | 1001001 | 100 | 100 | 0 | 1000111 | 11110000 | 10 | 11100 |
Color Harmonies of #464649
Complementary color
Monochromatic Colors of #464649
Black with #464649
Text Example
Text Example
White with #464649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464649; }
p { color: rgb(70,70,73); }
H1.HeaderClassName
{
color: #464649;
}
.AnyTagClassName
{
color: #464649;
}
</style>
background-color css
<style>
a { background-color: #464649; }
a { background-color: rgb(70,70,73); }
div.DivClassName
{
background-color: #464649;
}
.BgClassName
{
background-color: #464649;
}
</style>
border-color css
<style>
span { border-color: #464649; }
span { border-color: rgb(70,70,73); }
td.TdClassName
{
border-color: #464649;
}
.TagClassName
{
border-color: #464649;
}
</style>