Shades of Payne's Grey #45454A
Tints of Payne's Grey #45454A
RGB
CMYK
RGB Variations
Color information
#45454A (or 0x45454A) is known color: Payne's Grey. HEX triplet: 45, 45 and 4A. RGB value is (69,69,74). Sum of RGB (Red+Green+Blue) = 69+69+74=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 74 - color contains mainly: blue. Hex color #45454A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45454A is #BABAB5. Grayscale: #454545. Windows color (decimal): -12237494 or 4867397. OLE color: 4867397.
HSL color Cylindrical-coordinate representation of color #45454A: 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 #45454A is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 69 | 74 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.71 |
| HSL | 240º | 0.03% | 0.28% | - |
| HSV(B) | 240º | 0.07% | 0.29% | - |
| XYZ | 5.82 | 6.02 | 7.33 | - |
| YUV | 69.57 | 130.5 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 69 | 74 | 0.07 | 0.07 | 0 | 0.71 | 240 | 0.03 | 0.28 |
| Hex | 45 | 45 | 4A | 7 | 7 | 0 | 47 | F0 | 3 | 1C |
| Octal | 105 | 105 | 112 | 7 | 7 | 0 | 107 | 360 | 3 | 34 |
| Binary | 1000101 | 1000101 | 1001010 | 111 | 111 | 0 | 1000111 | 11110000 | 11 | 11100 |
Color Harmonies of #45454A
Complementary color
Monochromatic Colors of #45454A
Black with #45454A
Text Example
Text Example
White with #45454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45454A; }
p { color: rgb(69,69,74); }
H1.HeaderClassName
{
color: #45454A;
}
.AnyTagClassName
{
color: #45454A;
}
</style>
background-color css
<style>
a { background-color: #45454A; }
a { background-color: rgb(69,69,74); }
div.DivClassName
{
background-color: #45454A;
}
.BgClassName
{
background-color: #45454A;
}
</style>
border-color css
<style>
span { border-color: #45454A; }
span { border-color: rgb(69,69,74); }
td.TdClassName
{
border-color: #45454A;
}
.TagClassName
{
border-color: #45454A;
}
</style>