Shades of Atomic #414749
Tints of Atomic #414749
RGB
CMYK
RGB Variations
Color information
#414749 (or 0x414749) is known color: Atomic. HEX triplet: 41, 47 and 49. RGB value is (65,71,73). Sum of RGB (Red+Green+Blue) = 65+71+73=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 73 - color contains mainly: blue. Hex color #414749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414749 is #BEB8B6. Grayscale: #454545. Windows color (decimal): -12499127 or 4802369. OLE color: 4802369.
HSL color Cylindrical-coordinate representation of color #414749: hue angle of 195º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #414749 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 71 | 73 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.71 |
| HSL | 195º | 0.06% | 0.27% | - |
| HSV(B) | 195º | 0.11% | 0.29% | - |
| XYZ | 5.64 | 6.11 | 7.19 | - |
| YUV | 69.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 71 | 73 | 0.11 | 0.03 | 0 | 0.71 | 195 | 0.06 | 0.27 |
| Hex | 41 | 47 | 49 | B | 3 | 0 | 47 | C3 | 6 | 1B |
| Octal | 101 | 107 | 111 | 13 | 3 | 0 | 107 | 303 | 6 | 33 |
| Binary | 1000001 | 1000111 | 1001001 | 1011 | 11 | 0 | 1000111 | 11000011 | 110 | 11011 |
Color Harmonies of #414749
Complementary color
Monochromatic Colors of #414749
Black with #414749
Text Example
Text Example
White with #414749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414749; }
p { color: rgb(65,71,73); }
H1.HeaderClassName
{
color: #414749;
}
.AnyTagClassName
{
color: #414749;
}
</style>
background-color css
<style>
a { background-color: #414749; }
a { background-color: rgb(65,71,73); }
div.DivClassName
{
background-color: #414749;
}
.BgClassName
{
background-color: #414749;
}
</style>
border-color css
<style>
span { border-color: #414749; }
span { border-color: rgb(65,71,73); }
td.TdClassName
{
border-color: #414749;
}
.TagClassName
{
border-color: #414749;
}
</style>