Shades of Payne's Grey #454549
Tints of Payne's Grey #454549
RGB
CMYK
RGB Variations
Color information
#454549 (or 0x454549) is known color: Payne's Grey. HEX triplet: 45, 45 and 49. RGB value is (69,69,73). Sum of RGB (Red+Green+Blue) = 69+69+73=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 73 - color contains mainly: blue. Hex color #454549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454549 is #BABAB6. Grayscale: #454545. Windows color (decimal): -12237495 or 4801861. OLE color: 4801861.
HSL color Cylindrical-coordinate representation of color #454549: 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.05%. Process color model (Four color, CMYK) of #454549 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
RGB | 69 | 69 | 73 | - |
CMYK | 0.05 | 0.05 | 0 | 0.71 |
HSL | 240º | 0.03% | 0.28% | - |
HSV(B) | 240º | 0.05% | 0.29% | - |
XYZ | 5.78 | 6 | 7.16 | - |
YUV | 69.46 | 130 | 127.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 69 | 69 | 73 | 0.05 | 0.05 | 0 | 0.71 | 240 | 0.03 | 0.28 |
Hex | 45 | 45 | 49 | 5 | 5 | 0 | 47 | F0 | 3 | 1C |
Octal | 105 | 105 | 111 | 5 | 5 | 0 | 107 | 360 | 3 | 34 |
Binary | 1000101 | 1000101 | 1001001 | 101 | 101 | 0 | 1000111 | 11110000 | 11 | 11100 |
Color Harmonies of #454549
Complementary color
Monochromatic Colors of #454549
Black with #454549
Text Example
Text Example
White with #454549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454549; }
p { color: rgb(69,69,73); }
H1.HeaderClassName
{
color: #454549;
}
.AnyTagClassName
{
color: #454549;
}
</style>
background-color css
<style>
a { background-color: #454549; }
a { background-color: rgb(69,69,73); }
div.DivClassName
{
background-color: #454549;
}
.BgClassName
{
background-color: #454549;
}
</style>
border-color css
<style>
span { border-color: #454549; }
span { border-color: rgb(69,69,73); }
td.TdClassName
{
border-color: #454549;
}
.TagClassName
{
border-color: #454549;
}
</style>