Shades of Atomic #424D50
Tints of Atomic #424D50
RGB
CMYK
RGB Variations
Color information
#424D50 (or 0x424D50) is known color: Atomic. HEX triplet: 42, 4D and 50. RGB value is (66,77,80). Sum of RGB (Red+Green+Blue) = 66+77+80=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 80 - color contains mainly: blue. Hex color #424D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424D50 is #BDB2AF. Grayscale: #4A4A4A. Windows color (decimal): -12432048 or 5262658. OLE color: 5262658.
HSL color Cylindrical-coordinate representation of color #424D50: hue angle of 192.86º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #424D50 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 77 | 80 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.69 |
| HSL | 192.86º | 0.1% | 0.29% | - |
| HSV(B) | 192.86º | 0.18% | 0.31% | - |
| XYZ | 6.35 | 7.05 | 8.61 | - |
| YUV | 74.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 80 | 0.17 | 0.04 | 0 | 0.69 | 192.86 | 0.1 | 0.29 |
| Hex | 42 | 4D | 50 | 11 | 4 | 0 | 45 | C1 | A | 1D |
| Octal | 102 | 115 | 120 | 21 | 4 | 0 | 105 | 301 | 12 | 35 |
| Binary | 1000010 | 1001101 | 1010000 | 10001 | 100 | 0 | 1000101 | 11000001 | 1010 | 11101 |
Color Harmonies of #424D50
Complementary color
Monochromatic Colors of #424D50
Black with #424D50
Text Example
Text Example
White with #424D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424D50; }
p { color: rgb(66,77,80); }
H1.HeaderClassName
{
color: #424D50;
}
.AnyTagClassName
{
color: #424D50;
}
</style>
background-color css
<style>
a { background-color: #424D50; }
a { background-color: rgb(66,77,80); }
div.DivClassName
{
background-color: #424D50;
}
.BgClassName
{
background-color: #424D50;
}
</style>
border-color css
<style>
span { border-color: #424D50; }
span { border-color: rgb(66,77,80); }
td.TdClassName
{
border-color: #424D50;
}
.TagClassName
{
border-color: #424D50;
}
</style>