Shades of Payne's Grey #42434C
Tints of Payne's Grey #42434C
RGB
CMYK
RGB Variations
Color information
#42434C (or 0x42434C) is known color: Payne's Grey. HEX triplet: 42, 43 and 4C. RGB value is (66,67,76). Sum of RGB (Red+Green+Blue) = 66+67+76=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 76 - color contains mainly: blue. Hex color #42434C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42434C is #BDBCB3. Grayscale: #434343. Windows color (decimal): -12434612 or 4997954. OLE color: 4997954.
HSL color Cylindrical-coordinate representation of color #42434C: hue angle of 234º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #42434C is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 67 | 76 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.70 |
| HSL | 234º | 0.07% | 0.28% | - |
| HSV(B) | 234º | 0.13% | 0.3% | - |
| XYZ | 5.56 | 5.69 | 7.64 | - |
| YUV | 67.73 | 132.67 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 76 | 0.13 | 0.12 | 0 | 0.70 | 234 | 0.07 | 0.28 |
| Hex | 42 | 43 | 4C | D | C | 0 | 46 | EA | 7 | 1C |
| Octal | 102 | 103 | 114 | 15 | 14 | 0 | 106 | 352 | 7 | 34 |
| Binary | 1000010 | 1000011 | 1001100 | 1101 | 1100 | 0 | 1000110 | 11101010 | 111 | 11100 |
Color Harmonies of #42434C
Complementary color
Monochromatic Colors of #42434C
Black with #42434C
Text Example
Text Example
White with #42434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42434C; }
p { color: rgb(66,67,76); }
H1.HeaderClassName
{
color: #42434C;
}
.AnyTagClassName
{
color: #42434C;
}
</style>
background-color css
<style>
a { background-color: #42434C; }
a { background-color: rgb(66,67,76); }
div.DivClassName
{
background-color: #42434C;
}
.BgClassName
{
background-color: #42434C;
}
</style>
border-color css
<style>
span { border-color: #42434C; }
span { border-color: rgb(66,67,76); }
td.TdClassName
{
border-color: #42434C;
}
.TagClassName
{
border-color: #42434C;
}
</style>