Shades of Payne's Grey #424149
Tints of Payne's Grey #424149
RGB
CMYK
RGB Variations
Color information
#424149 (or 0x424149) is known color: Payne's Grey. HEX triplet: 42, 41 and 49. RGB value is (66,65,73). Sum of RGB (Red+Green+Blue) = 66+65+73=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 73 - color contains mainly: blue. Hex color #424149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424149 is #BDBEB6. Grayscale: #424242. Windows color (decimal): -12435127 or 4800834. OLE color: 4800834.
HSL color Cylindrical-coordinate representation of color #424149: hue angle of 247.5º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #424149 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 65 | 73 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.71 |
| HSL | 247.5º | 0.06% | 0.27% | - |
| HSV(B) | 247.5º | 0.11% | 0.29% | - |
| XYZ | 5.34 | 5.42 | 7.07 | - |
| YUV | 66.21 | 131.83 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 73 | 0.10 | 0.11 | 0 | 0.71 | 247.5 | 0.06 | 0.27 |
| Hex | 42 | 41 | 49 | A | B | 0 | 47 | F8 | 6 | 1B |
| Octal | 102 | 101 | 111 | 12 | 13 | 0 | 107 | 370 | 6 | 33 |
| Binary | 1000010 | 1000001 | 1001001 | 1010 | 1011 | 0 | 1000111 | 11111000 | 110 | 11011 |
Color Harmonies of #424149
Complementary color
Monochromatic Colors of #424149
Black with #424149
Text Example
Text Example
White with #424149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424149; }
p { color: rgb(66,65,73); }
H1.HeaderClassName
{
color: #424149;
}
.AnyTagClassName
{
color: #424149;
}
</style>
background-color css
<style>
a { background-color: #424149; }
a { background-color: rgb(66,65,73); }
div.DivClassName
{
background-color: #424149;
}
.BgClassName
{
background-color: #424149;
}
</style>
border-color css
<style>
span { border-color: #424149; }
span { border-color: rgb(66,65,73); }
td.TdClassName
{
border-color: #424149;
}
.TagClassName
{
border-color: #424149;
}
</style>