Shades of Payne's Grey #45464D
Tints of Payne's Grey #45464D
RGB
CMYK
RGB Variations
Color information
#45464D (or 0x45464D) is known color: Payne's Grey. HEX triplet: 45, 46 and 4D. RGB value is (69,70,77). Sum of RGB (Red+Green+Blue) = 69+70+77=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 77 - color contains mainly: blue. Hex color #45464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45464D is #BAB9B2. Grayscale: #464646. Windows color (decimal): -12237235 or 5064261. OLE color: 5064261.
HSL color Cylindrical-coordinate representation of color #45464D: hue angle of 232.5º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #45464D is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 70 | 77 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.70 |
| HSL | 232.5º | 0.05% | 0.29% | - |
| HSV(B) | 232.5º | 0.1% | 0.3% | - |
| XYZ | 5.98 | 6.18 | 7.9 | - |
| YUV | 70.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 70 | 77 | 0.10 | 0.09 | 0 | 0.70 | 232.5 | 0.05 | 0.29 |
| Hex | 45 | 46 | 4D | A | 9 | 0 | 46 | E8 | 5 | 1D |
| Octal | 105 | 106 | 115 | 12 | 11 | 0 | 106 | 350 | 5 | 35 |
| Binary | 1000101 | 1000110 | 1001101 | 1010 | 1001 | 0 | 1000110 | 11101000 | 101 | 11101 |
Color Harmonies of #45464D
Complementary color
Monochromatic Colors of #45464D
Black with #45464D
Text Example
Text Example
White with #45464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45464D; }
p { color: rgb(69,70,77); }
H1.HeaderClassName
{
color: #45464D;
}
.AnyTagClassName
{
color: #45464D;
}
</style>
background-color css
<style>
a { background-color: #45464D; }
a { background-color: rgb(69,70,77); }
div.DivClassName
{
background-color: #45464D;
}
.BgClassName
{
background-color: #45464D;
}
</style>
border-color css
<style>
span { border-color: #45464D; }
span { border-color: rgb(69,70,77); }
td.TdClassName
{
border-color: #45464D;
}
.TagClassName
{
border-color: #45464D;
}
</style>