Shades of Payne's Grey #424456
Tints of Payne's Grey #424456
RGB
CMYK
RGB Variations
Color information
#424456 (or 0x424456) is known color: Payne's Grey. HEX triplet: 42, 44 and 56. RGB value is (66,68,86). Sum of RGB (Red+Green+Blue) = 66+68+86=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 86 - color contains mainly: blue. Hex color #424456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424456 is #BDBBA9. Grayscale: #454545. Windows color (decimal): -12434346 or 5653570. OLE color: 5653570.
HSL color Cylindrical-coordinate representation of color #424456: hue angle of 234º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #424456 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 66 | 68 | 86 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.66 |
| HSL | 234º | 0.13% | 0.3% | - |
| HSV(B) | 234º | 0.23% | 0.34% | - |
| XYZ | 5.99 | 5.96 | 9.64 | - |
| YUV | 69.45 | 137.34 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 68 | 86 | 0.23 | 0.21 | 0 | 0.66 | 234 | 0.13 | 0.3 |
| Hex | 42 | 44 | 56 | 17 | 15 | 0 | 42 | EA | D | 1E |
| Octal | 102 | 104 | 126 | 27 | 25 | 0 | 102 | 352 | 15 | 36 |
| Binary | 1000010 | 1000100 | 1010110 | 10111 | 10101 | 0 | 1000010 | 11101010 | 1101 | 11110 |
Color Harmonies of #424456
Complementary color
Monochromatic Colors of #424456
Black with #424456
Text Example
Text Example
White with #424456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424456; }
p { color: rgb(66,68,86); }
H1.HeaderClassName
{
color: #424456;
}
.AnyTagClassName
{
color: #424456;
}
</style>
background-color css
<style>
a { background-color: #424456; }
a { background-color: rgb(66,68,86); }
div.DivClassName
{
background-color: #424456;
}
.BgClassName
{
background-color: #424456;
}
</style>
border-color css
<style>
span { border-color: #424456; }
span { border-color: rgb(66,68,86); }
td.TdClassName
{
border-color: #424456;
}
.TagClassName
{
border-color: #424456;
}
</style>