Shades of Atomic #424749
Tints of Atomic #424749
RGB
CMYK
RGB Variations
Color information
#424749 (or 0x424749) is known color: Atomic. HEX triplet: 42, 47 and 49. RGB value is (66,71,73). Sum of RGB (Red+Green+Blue) = 66+71+73=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 73 - color contains mainly: blue. Hex color #424749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424749 is #BDB8B6. Grayscale: #454545. Windows color (decimal): -12433591 or 4802370. OLE color: 4802370.
HSL color Cylindrical-coordinate representation of color #424749: hue angle of 197.14º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #424749 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 71 | 73 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.71 |
| HSL | 197.14º | 0.05% | 0.27% | - |
| HSV(B) | 197.14º | 0.1% | 0.29% | - |
| XYZ | 5.7 | 6.15 | 7.19 | - |
| YUV | 69.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 71 | 73 | 0.10 | 0.03 | 0 | 0.71 | 197.14 | 0.05 | 0.27 |
| Hex | 42 | 47 | 49 | A | 3 | 0 | 47 | C5 | 5 | 1B |
| Octal | 102 | 107 | 111 | 12 | 3 | 0 | 107 | 305 | 5 | 33 |
| Binary | 1000010 | 1000111 | 1001001 | 1010 | 11 | 0 | 1000111 | 11000101 | 101 | 11011 |
Color Harmonies of #424749
Complementary color
Monochromatic Colors of #424749
Black with #424749
Text Example
Text Example
White with #424749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424749; }
p { color: rgb(66,71,73); }
H1.HeaderClassName
{
color: #424749;
}
.AnyTagClassName
{
color: #424749;
}
</style>
background-color css
<style>
a { background-color: #424749; }
a { background-color: rgb(66,71,73); }
div.DivClassName
{
background-color: #424749;
}
.BgClassName
{
background-color: #424749;
}
</style>
border-color css
<style>
span { border-color: #424749; }
span { border-color: rgb(66,71,73); }
td.TdClassName
{
border-color: #424749;
}
.TagClassName
{
border-color: #424749;
}
</style>