Shades of Payne's Grey #46464B
Tints of Payne's Grey #46464B
RGB
CMYK
RGB Variations
Color information
#46464B (or 0x46464B) is known color: Payne's Grey. HEX triplet: 46, 46 and 4B. RGB value is (70,70,75). Sum of RGB (Red+Green+Blue) = 70+70+75=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 75 - color contains mainly: blue. Hex color #46464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46464B is #B9B9B4. Grayscale: #464646. Windows color (decimal): -12171701 or 4933190. OLE color: 4933190.
HSL color Cylindrical-coordinate representation of color #46464B: 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.07%. Process color model (Four color, CMYK) of #46464B is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
RGB | 70 | 70 | 75 | - |
CMYK | 0.07 | 0.07 | 0 | 0.71 |
HSL | 240º | 0.03% | 0.28% | - |
HSV(B) | 240º | 0.07% | 0.29% | - |
XYZ | 5.99 | 6.19 | 7.54 | - |
YUV | 70.57 | 130.5 | 127.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 70 | 70 | 75 | 0.07 | 0.07 | 0 | 0.71 | 240 | 0.03 | 0.28 |
Hex | 46 | 46 | 4B | 7 | 7 | 0 | 47 | F0 | 3 | 1C |
Octal | 106 | 106 | 113 | 7 | 7 | 0 | 107 | 360 | 3 | 34 |
Binary | 1000110 | 1000110 | 1001011 | 111 | 111 | 0 | 1000111 | 11110000 | 11 | 11100 |
Color Harmonies of #46464B
Complementary color
Monochromatic Colors of #46464B
Black with #46464B
Text Example
Text Example
White with #46464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46464B; }
p { color: rgb(70,70,75); }
H1.HeaderClassName
{
color: #46464B;
}
.AnyTagClassName
{
color: #46464B;
}
</style>
background-color css
<style>
a { background-color: #46464B; }
a { background-color: rgb(70,70,75); }
div.DivClassName
{
background-color: #46464B;
}
.BgClassName
{
background-color: #46464B;
}
</style>
border-color css
<style>
span { border-color: #46464B; }
span { border-color: rgb(70,70,75); }
td.TdClassName
{
border-color: #46464B;
}
.TagClassName
{
border-color: #46464B;
}
</style>