Shades of Payne's Grey #424452
Tints of Payne's Grey #424452
RGB
CMYK
RGB Variations
Color information
#424452 (or 0x424452) is known color: Payne's Grey. HEX triplet: 42, 44 and 52. RGB value is (66,68,82). Sum of RGB (Red+Green+Blue) = 66+68+82=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 82 - color contains mainly: blue. Hex color #424452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424452 is #BDBBAD. Grayscale: #444444. Windows color (decimal): -12434350 or 5391426. OLE color: 5391426.
HSL color Cylindrical-coordinate representation of color #424452: hue angle of 232.5º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #424452 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 66 | 68 | 82 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.68 |
| HSL | 232.5º | 0.11% | 0.29% | - |
| HSV(B) | 232.5º | 0.2% | 0.32% | - |
| XYZ | 5.84 | 5.9 | 8.81 | - |
| YUV | 69 | 135.34 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 68 | 82 | 0.20 | 0.17 | 0 | 0.68 | 232.5 | 0.11 | 0.29 |
| Hex | 42 | 44 | 52 | 14 | 11 | 0 | 44 | E8 | B | 1D |
| Octal | 102 | 104 | 122 | 24 | 21 | 0 | 104 | 350 | 13 | 35 |
| Binary | 1000010 | 1000100 | 1010010 | 10100 | 10001 | 0 | 1000100 | 11101000 | 1011 | 11101 |
Color Harmonies of #424452
Complementary color
Monochromatic Colors of #424452
Black with #424452
Text Example
Text Example
White with #424452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424452; }
p { color: rgb(66,68,82); }
H1.HeaderClassName
{
color: #424452;
}
.AnyTagClassName
{
color: #424452;
}
</style>
background-color css
<style>
a { background-color: #424452; }
a { background-color: rgb(66,68,82); }
div.DivClassName
{
background-color: #424452;
}
.BgClassName
{
background-color: #424452;
}
</style>
border-color css
<style>
span { border-color: #424452; }
span { border-color: rgb(66,68,82); }
td.TdClassName
{
border-color: #424452;
}
.TagClassName
{
border-color: #424452;
}
</style>