Shades of Atomic #3F494C
Tints of Atomic #3F494C
RGB
CMYK
RGB Variations
Color information
#3F494C (or 0x3F494C) is known color: Atomic. HEX triplet: 3F, 49 and 4C. RGB value is (63,73,76). Sum of RGB (Red+Green+Blue) = 63+73+76=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 76 - color contains mainly: blue. Hex color #3F494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F494C is #C0B6B3. Grayscale: #464646. Windows color (decimal): -12629684 or 4999487. OLE color: 4999487.
HSL color Cylindrical-coordinate representation of color #3F494C: hue angle of 193.85º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3F494C is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 73 | 76 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.70 |
| HSL | 193.85º | 0.09% | 0.27% | - |
| HSV(B) | 193.85º | 0.17% | 0.3% | - |
| XYZ | 5.74 | 6.34 | 7.76 | - |
| YUV | 70.35 | 131.19 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 73 | 76 | 0.17 | 0.04 | 0 | 0.70 | 193.85 | 0.09 | 0.27 |
| Hex | 3F | 49 | 4C | 11 | 4 | 0 | 46 | C2 | 9 | 1B |
| Octal | 77 | 111 | 114 | 21 | 4 | 0 | 106 | 302 | 11 | 33 |
| Binary | 111111 | 1001001 | 1001100 | 10001 | 100 | 0 | 1000110 | 11000010 | 1001 | 11011 |
Color Harmonies of #3F494C
Complementary color
Monochromatic Colors of #3F494C
Black with #3F494C
Text Example
Text Example
White with #3F494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F494C; }
p { color: rgb(63,73,76); }
H1.HeaderClassName
{
color: #3F494C;
}
.AnyTagClassName
{
color: #3F494C;
}
</style>
background-color css
<style>
a { background-color: #3F494C; }
a { background-color: rgb(63,73,76); }
div.DivClassName
{
background-color: #3F494C;
}
.BgClassName
{
background-color: #3F494C;
}
</style>
border-color css
<style>
span { border-color: #3F494C; }
span { border-color: rgb(63,73,76); }
td.TdClassName
{
border-color: #3F494C;
}
.TagClassName
{
border-color: #3F494C;
}
</style>