Shades of Payne's Grey #44454B
Tints of Payne's Grey #44454B
RGB
CMYK
RGB Variations
Color information
#44454B (or 0x44454B) is known color: Payne's Grey. HEX triplet: 44, 45 and 4B. RGB value is (68,69,75). Sum of RGB (Red+Green+Blue) = 68+69+75=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 75 - color contains mainly: blue. Hex color #44454B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44454B is #BBBAB4. Grayscale: #454545. Windows color (decimal): -12303029 or 4932932. OLE color: 4932932.
HSL color Cylindrical-coordinate representation of color #44454B: hue angle of 231.43º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #44454B is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 69 | 75 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.71 |
| HSL | 231.43º | 0.05% | 0.28% | - |
| HSV(B) | 231.43º | 0.09% | 0.29% | - |
| XYZ | 5.78 | 5.99 | 7.51 | - |
| YUV | 69.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 69 | 75 | 0.09 | 0.08 | 0 | 0.71 | 231.43 | 0.05 | 0.28 |
| Hex | 44 | 45 | 4B | 9 | 8 | 0 | 47 | E7 | 5 | 1C |
| Octal | 104 | 105 | 113 | 11 | 10 | 0 | 107 | 347 | 5 | 34 |
| Binary | 1000100 | 1000101 | 1001011 | 1001 | 1000 | 0 | 1000111 | 11100111 | 101 | 11100 |
Color Harmonies of #44454B
Complementary color
Monochromatic Colors of #44454B
Black with #44454B
Text Example
Text Example
White with #44454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44454B; }
p { color: rgb(68,69,75); }
H1.HeaderClassName
{
color: #44454B;
}
.AnyTagClassName
{
color: #44454B;
}
</style>
background-color css
<style>
a { background-color: #44454B; }
a { background-color: rgb(68,69,75); }
div.DivClassName
{
background-color: #44454B;
}
.BgClassName
{
background-color: #44454B;
}
</style>
border-color css
<style>
span { border-color: #44454B; }
span { border-color: rgb(68,69,75); }
td.TdClassName
{
border-color: #44454B;
}
.TagClassName
{
border-color: #44454B;
}
</style>