Shades of Atomic #39474F
Tints of Atomic #39474F
RGB
CMYK
RGB Variations
Color information
#39474F (or 0x39474F) is known color: Atomic. HEX triplet: 39, 47 and 4F. RGB value is (57,71,79). Sum of RGB (Red+Green+Blue) = 57+71+79=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 79 - color contains mainly: blue. Hex color #39474F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39474F is #C6B8B0. Grayscale: #434343. Windows color (decimal): -13023409 or 5195577. OLE color: 5195577.
HSL color Cylindrical-coordinate representation of color #39474F: hue angle of 201.82º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #39474F is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 71 | 79 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.69 |
| HSL | 201.82º | 0.16% | 0.27% | - |
| HSV(B) | 201.82º | 0.28% | 0.31% | - |
| XYZ | 5.35 | 5.94 | 8.26 | - |
| YUV | 67.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 71 | 79 | 0.28 | 0.10 | 0 | 0.69 | 201.82 | 0.16 | 0.27 |
| Hex | 39 | 47 | 4F | 1C | A | 0 | 45 | CA | 10 | 1B |
| Octal | 71 | 107 | 117 | 34 | 12 | 0 | 105 | 312 | 20 | 33 |
| Binary | 111001 | 1000111 | 1001111 | 11100 | 1010 | 0 | 1000101 | 11001010 | 10000 | 11011 |
Color Harmonies of #39474F
Complementary color
Monochromatic Colors of #39474F
Black with #39474F
Text Example
Text Example
White with #39474F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39474F; }
p { color: rgb(57,71,79); }
H1.HeaderClassName
{
color: #39474F;
}
.AnyTagClassName
{
color: #39474F;
}
</style>
background-color css
<style>
a { background-color: #39474F; }
a { background-color: rgb(57,71,79); }
div.DivClassName
{
background-color: #39474F;
}
.BgClassName
{
background-color: #39474F;
}
</style>
border-color css
<style>
span { border-color: #39474F; }
span { border-color: rgb(57,71,79); }
td.TdClassName
{
border-color: #39474F;
}
.TagClassName
{
border-color: #39474F;
}
</style>