Shades of Payne's Grey #45464B
Tints of Payne's Grey #45464B
RGB
CMYK
RGB Variations
Color information
#45464B (or 0x45464B) is known color: Payne's Grey. HEX triplet: 45, 46 and 4B. RGB value is (69,70,75). Sum of RGB (Red+Green+Blue) = 69+70+75=214 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.24% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 75 - color contains mainly: blue. Hex color #45464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45464B is #BAB9B4. Grayscale: #464646. Windows color (decimal): -12237237 or 4933189. OLE color: 4933189.
HSL color Cylindrical-coordinate representation of color #45464B: hue angle of 230º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #45464B is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 70 | 75 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.71 |
| HSL | 230º | 0.04% | 0.28% | - |
| HSV(B) | 230º | 0.08% | 0.29% | - |
| XYZ | 5.91 | 6.15 | 7.53 | - |
| YUV | 70.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 70 | 75 | 0.08 | 0.07 | 0 | 0.71 | 230 | 0.04 | 0.28 |
| Hex | 45 | 46 | 4B | 8 | 7 | 0 | 47 | E6 | 4 | 1C |
| Octal | 105 | 106 | 113 | 10 | 7 | 0 | 107 | 346 | 4 | 34 |
| Binary | 1000101 | 1000110 | 1001011 | 1000 | 111 | 0 | 1000111 | 11100110 | 100 | 11100 |
Color Harmonies of #45464B
Complementary color
Monochromatic Colors of #45464B
Black with #45464B
Text Example
Text Example
White with #45464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45464B; }
p { color: rgb(69,70,75); }
H1.HeaderClassName
{
color: #45464B;
}
.AnyTagClassName
{
color: #45464B;
}
</style>
background-color css
<style>
a { background-color: #45464B; }
a { background-color: rgb(69,70,75); }
div.DivClassName
{
background-color: #45464B;
}
.BgClassName
{
background-color: #45464B;
}
</style>
border-color css
<style>
span { border-color: #45464B; }
span { border-color: rgb(69,70,75); }
td.TdClassName
{
border-color: #45464B;
}
.TagClassName
{
border-color: #45464B;
}
</style>