Shades of Atomic #39494D
Tints of Atomic #39494D
RGB
CMYK
RGB Variations
Color information
#39494D (or 0x39494D) is known color: Atomic. HEX triplet: 39, 49 and 4D. RGB value is (57,73,77). Sum of RGB (Red+Green+Blue) = 57+73+77=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 77 - color contains mainly: blue. Hex color #39494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39494D is #C6B6B2. Grayscale: #444444. Windows color (decimal): -13022899 or 5065017. OLE color: 5065017.
HSL color Cylindrical-coordinate representation of color #39494D: hue angle of 192º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #39494D is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 73 | 77 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.70 |
| HSL | 192º | 0.15% | 0.26% | - |
| HSV(B) | 192º | 0.26% | 0.3% | - |
| XYZ | 5.41 | 6.17 | 7.93 | - |
| YUV | 68.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 73 | 77 | 0.26 | 0.05 | 0 | 0.70 | 192 | 0.15 | 0.26 |
| Hex | 39 | 49 | 4D | 1A | 5 | 0 | 46 | C0 | F | 1A |
| Octal | 71 | 111 | 115 | 32 | 5 | 0 | 106 | 300 | 17 | 32 |
| Binary | 111001 | 1001001 | 1001101 | 11010 | 101 | 0 | 1000110 | 11000000 | 1111 | 11010 |
Color Harmonies of #39494D
Complementary color
Monochromatic Colors of #39494D
Black with #39494D
Text Example
Text Example
White with #39494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39494D; }
p { color: rgb(57,73,77); }
H1.HeaderClassName
{
color: #39494D;
}
.AnyTagClassName
{
color: #39494D;
}
</style>
background-color css
<style>
a { background-color: #39494D; }
a { background-color: rgb(57,73,77); }
div.DivClassName
{
background-color: #39494D;
}
.BgClassName
{
background-color: #39494D;
}
</style>
border-color css
<style>
span { border-color: #39494D; }
span { border-color: rgb(57,73,77); }
td.TdClassName
{
border-color: #39494D;
}
.TagClassName
{
border-color: #39494D;
}
</style>