Shades of Payne's Grey #42434B
Tints of Payne's Grey #42434B
RGB
CMYK
RGB Variations
Color information
#42434B (or 0x42434B) is known color: Payne's Grey. HEX triplet: 42, 43 and 4B. RGB value is (66,67,75). Sum of RGB (Red+Green+Blue) = 66+67+75=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 75 - color contains mainly: blue. Hex color #42434B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42434B is #BDBCB4. Grayscale: #434343. Windows color (decimal): -12434613 or 4932418. OLE color: 4932418.
HSL color Cylindrical-coordinate representation of color #42434B: hue angle of 233.33º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #42434B is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 67 | 75 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.71 |
| HSL | 233.33º | 0.06% | 0.28% | - |
| HSV(B) | 233.33º | 0.12% | 0.29% | - |
| XYZ | 5.52 | 5.68 | 7.46 | - |
| YUV | 67.61 | 132.17 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 75 | 0.12 | 0.11 | 0 | 0.71 | 233.33 | 0.06 | 0.28 |
| Hex | 42 | 43 | 4B | C | B | 0 | 47 | E9 | 6 | 1C |
| Octal | 102 | 103 | 113 | 14 | 13 | 0 | 107 | 351 | 6 | 34 |
| Binary | 1000010 | 1000011 | 1001011 | 1100 | 1011 | 0 | 1000111 | 11101001 | 110 | 11100 |
Color Harmonies of #42434B
Complementary color
Monochromatic Colors of #42434B
Black with #42434B
Text Example
Text Example
White with #42434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42434B; }
p { color: rgb(66,67,75); }
H1.HeaderClassName
{
color: #42434B;
}
.AnyTagClassName
{
color: #42434B;
}
</style>
background-color css
<style>
a { background-color: #42434B; }
a { background-color: rgb(66,67,75); }
div.DivClassName
{
background-color: #42434B;
}
.BgClassName
{
background-color: #42434B;
}
</style>
border-color css
<style>
span { border-color: #42434B; }
span { border-color: rgb(66,67,75); }
td.TdClassName
{
border-color: #42434B;
}
.TagClassName
{
border-color: #42434B;
}
</style>