Shades of Payne's Grey #45454D
Tints of Payne's Grey #45454D
RGB
CMYK
RGB Variations
Color information
#45454D (or 0x45454D) is known color: Payne's Grey. HEX triplet: 45, 45 and 4D. RGB value is (69,69,77). Sum of RGB (Red+Green+Blue) = 69+69+77=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 77 - color contains mainly: blue. Hex color #45454D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45454D is #BABAB2. Grayscale: #454545. Windows color (decimal): -12237491 or 5064005. OLE color: 5064005.
HSL color Cylindrical-coordinate representation of color #45454D: hue angle of 240º 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 #45454D is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 69 | 77 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.70 |
| HSL | 240º | 0.05% | 0.29% | - |
| HSV(B) | 240º | 0.1% | 0.3% | - |
| XYZ | 5.92 | 6.06 | 7.88 | - |
| YUV | 69.91 | 132 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 69 | 77 | 0.10 | 0.10 | 0 | 0.70 | 240 | 0.05 | 0.29 |
| Hex | 45 | 45 | 4D | A | A | 0 | 46 | F0 | 5 | 1D |
| Octal | 105 | 105 | 115 | 12 | 12 | 0 | 106 | 360 | 5 | 35 |
| Binary | 1000101 | 1000101 | 1001101 | 1010 | 1010 | 0 | 1000110 | 11110000 | 101 | 11101 |
Color Harmonies of #45454D
Complementary color
Monochromatic Colors of #45454D
Black with #45454D
Text Example
Text Example
White with #45454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45454D; }
p { color: rgb(69,69,77); }
H1.HeaderClassName
{
color: #45454D;
}
.AnyTagClassName
{
color: #45454D;
}
</style>
background-color css
<style>
a { background-color: #45454D; }
a { background-color: rgb(69,69,77); }
div.DivClassName
{
background-color: #45454D;
}
.BgClassName
{
background-color: #45454D;
}
</style>
border-color css
<style>
span { border-color: #45454D; }
span { border-color: rgb(69,69,77); }
td.TdClassName
{
border-color: #45454D;
}
.TagClassName
{
border-color: #45454D;
}
</style>