Shades of Atomic #3E474B
Tints of Atomic #3E474B
RGB
CMYK
RGB Variations
Color information
#3E474B (or 0x3E474B) is known color: Atomic. HEX triplet: 3E, 47 and 4B. RGB value is (62,71,75). Sum of RGB (Red+Green+Blue) = 62+71+75=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 75 - color contains mainly: blue. Hex color #3E474B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E474B is #C1B8B4. Grayscale: #444444. Windows color (decimal): -12695733 or 4933438. OLE color: 4933438.
HSL color Cylindrical-coordinate representation of color #3E474B: hue angle of 198.46º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3E474B is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 71 | 75 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.71 |
| HSL | 198.46º | 0.09% | 0.27% | - |
| HSV(B) | 198.46º | 0.17% | 0.29% | - |
| XYZ | 5.51 | 6.04 | 7.53 | - |
| YUV | 68.77 | 131.52 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 71 | 75 | 0.17 | 0.05 | 0 | 0.71 | 198.46 | 0.09 | 0.27 |
| Hex | 3E | 47 | 4B | 11 | 5 | 0 | 47 | C6 | 9 | 1B |
| Octal | 76 | 107 | 113 | 21 | 5 | 0 | 107 | 306 | 11 | 33 |
| Binary | 111110 | 1000111 | 1001011 | 10001 | 101 | 0 | 1000111 | 11000110 | 1001 | 11011 |
Color Harmonies of #3E474B
Complementary color
Monochromatic Colors of #3E474B
Black with #3E474B
Text Example
Text Example
White with #3E474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E474B; }
p { color: rgb(62,71,75); }
H1.HeaderClassName
{
color: #3E474B;
}
.AnyTagClassName
{
color: #3E474B;
}
</style>
background-color css
<style>
a { background-color: #3E474B; }
a { background-color: rgb(62,71,75); }
div.DivClassName
{
background-color: #3E474B;
}
.BgClassName
{
background-color: #3E474B;
}
</style>
border-color css
<style>
span { border-color: #3E474B; }
span { border-color: rgb(62,71,75); }
td.TdClassName
{
border-color: #3E474B;
}
.TagClassName
{
border-color: #3E474B;
}
</style>