Shades of Payne's Grey #45454E
Tints of Payne's Grey #45454E
RGB
CMYK
RGB Variations
Color information
#45454E (or 0x45454E) is known color: Payne's Grey. HEX triplet: 45, 45 and 4E. RGB value is (69,69,78). Sum of RGB (Red+Green+Blue) = 69+69+78=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 78 - color contains mainly: blue. Hex color #45454E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45454E is #BABAB1. Grayscale: #454545. Windows color (decimal): -12237490 or 5129541. OLE color: 5129541.
HSL color Cylindrical-coordinate representation of color #45454E: hue angle of 240º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #45454E is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
RGB | 69 | 69 | 78 | - |
CMYK | 0.12 | 0.12 | 0 | 0.69 |
HSL | 240º | 0.06% | 0.29% | - |
HSV(B) | 240º | 0.12% | 0.31% | - |
XYZ | 5.96 | 6.07 | 8.07 | - |
YUV | 70.03 | 132.5 | 127.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 69 | 69 | 78 | 0.12 | 0.12 | 0 | 0.69 | 240 | 0.06 | 0.29 |
Hex | 45 | 45 | 4E | C | C | 0 | 45 | F0 | 6 | 1D |
Octal | 105 | 105 | 116 | 14 | 14 | 0 | 105 | 360 | 6 | 35 |
Binary | 1000101 | 1000101 | 1001110 | 1100 | 1100 | 0 | 1000101 | 11110000 | 110 | 11101 |
Color Harmonies of #45454E
Complementary color
Monochromatic Colors of #45454E
Black with #45454E
Text Example
Text Example
White with #45454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45454E; }
p { color: rgb(69,69,78); }
H1.HeaderClassName
{
color: #45454E;
}
.AnyTagClassName
{
color: #45454E;
}
</style>
background-color css
<style>
a { background-color: #45454E; }
a { background-color: rgb(69,69,78); }
div.DivClassName
{
background-color: #45454E;
}
.BgClassName
{
background-color: #45454E;
}
</style>
border-color css
<style>
span { border-color: #45454E; }
span { border-color: rgb(69,69,78); }
td.TdClassName
{
border-color: #45454E;
}
.TagClassName
{
border-color: #45454E;
}
</style>