Shades of Atomic #3F494F
Tints of Atomic #3F494F
RGB
CMYK
RGB Variations
Color information
#3F494F (or 0x3F494F) is known color: Atomic. HEX triplet: 3F, 49 and 4F. RGB value is (63,73,79). Sum of RGB (Red+Green+Blue) = 63+73+79=215 (28% of max value = 765). Red value is 63 (25% from 255 or 29.30% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 79 - color contains mainly: blue. Hex color #3F494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F494F is #C0B6B0. Grayscale: #464646. Windows color (decimal): -12629681 or 5196095. OLE color: 5196095.
HSL color Cylindrical-coordinate representation of color #3F494F: hue angle of 202.5º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3F494F is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 73 | 79 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.69 |
| HSL | 202.5º | 0.11% | 0.28% | - |
| HSV(B) | 202.5º | 0.2% | 0.31% | - |
| XYZ | 5.84 | 6.39 | 8.32 | - |
| YUV | 70.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 73 | 79 | 0.20 | 0.08 | 0 | 0.69 | 202.5 | 0.11 | 0.28 |
| Hex | 3F | 49 | 4F | 14 | 8 | 0 | 45 | CA | B | 1C |
| Octal | 77 | 111 | 117 | 24 | 10 | 0 | 105 | 312 | 13 | 34 |
| Binary | 111111 | 1001001 | 1001111 | 10100 | 1000 | 0 | 1000101 | 11001010 | 1011 | 11100 |
Color Harmonies of #3F494F
Complementary color
Monochromatic Colors of #3F494F
Black with #3F494F
Text Example
Text Example
White with #3F494F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F494F; }
p { color: rgb(63,73,79); }
H1.HeaderClassName
{
color: #3F494F;
}
.AnyTagClassName
{
color: #3F494F;
}
</style>
background-color css
<style>
a { background-color: #3F494F; }
a { background-color: rgb(63,73,79); }
div.DivClassName
{
background-color: #3F494F;
}
.BgClassName
{
background-color: #3F494F;
}
</style>
border-color css
<style>
span { border-color: #3F494F; }
span { border-color: rgb(63,73,79); }
td.TdClassName
{
border-color: #3F494F;
}
.TagClassName
{
border-color: #3F494F;
}
</style>