Shades of Atomic #39474D
Tints of Atomic #39474D
RGB
CMYK
RGB Variations
Color information
#39474D (or 0x39474D) is known color: Atomic. HEX triplet: 39, 47 and 4D. RGB value is (57,71,77). Sum of RGB (Red+Green+Blue) = 57+71+77=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 77 - color contains mainly: blue. Hex color #39474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39474D is #C6B8B2. Grayscale: #434343. Windows color (decimal): -13023411 or 5064505. OLE color: 5064505.
HSL color Cylindrical-coordinate representation of color #39474D: hue angle of 198º 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 #39474D is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 71 | 77 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.70 |
| HSL | 198º | 0.15% | 0.26% | - |
| HSV(B) | 198º | 0.26% | 0.3% | - |
| XYZ | 5.28 | 5.91 | 7.88 | - |
| YUV | 67.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 71 | 77 | 0.26 | 0.08 | 0 | 0.70 | 198 | 0.15 | 0.26 |
| Hex | 39 | 47 | 4D | 1A | 8 | 0 | 46 | C6 | F | 1A |
| Octal | 71 | 107 | 115 | 32 | 10 | 0 | 106 | 306 | 17 | 32 |
| Binary | 111001 | 1000111 | 1001101 | 11010 | 1000 | 0 | 1000110 | 11000110 | 1111 | 11010 |
Color Harmonies of #39474D
Complementary color
Monochromatic Colors of #39474D
Black with #39474D
Text Example
Text Example
White with #39474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39474D; }
p { color: rgb(57,71,77); }
H1.HeaderClassName
{
color: #39474D;
}
.AnyTagClassName
{
color: #39474D;
}
</style>
background-color css
<style>
a { background-color: #39474D; }
a { background-color: rgb(57,71,77); }
div.DivClassName
{
background-color: #39474D;
}
.BgClassName
{
background-color: #39474D;
}
</style>
border-color css
<style>
span { border-color: #39474D; }
span { border-color: rgb(57,71,77); }
td.TdClassName
{
border-color: #39474D;
}
.TagClassName
{
border-color: #39474D;
}
</style>