Shades of Atomic #414E52
Tints of Atomic #414E52
RGB
CMYK
RGB Variations
Color information
#414E52 (or 0x414E52) is known color: Atomic. HEX triplet: 41, 4E and 52. RGB value is (65,78,82). Sum of RGB (Red+Green+Blue) = 65+78+82=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 82 - color contains mainly: blue. Hex color #414E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414E52 is #BEB1AD. Grayscale: #4A4A4A. Windows color (decimal): -12497326 or 5393985. OLE color: 5393985.
HSL color Cylindrical-coordinate representation of color #414E52: hue angle of 194.12º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #414E52 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 78 | 82 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.68 |
| HSL | 194.12º | 0.12% | 0.29% | - |
| HSV(B) | 194.12º | 0.21% | 0.32% | - |
| XYZ | 6.43 | 7.18 | 9.03 | - |
| YUV | 74.57 | 132.19 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 78 | 82 | 0.21 | 0.05 | 0 | 0.68 | 194.12 | 0.12 | 0.29 |
| Hex | 41 | 4E | 52 | 15 | 5 | 0 | 44 | C2 | C | 1D |
| Octal | 101 | 116 | 122 | 25 | 5 | 0 | 104 | 302 | 14 | 35 |
| Binary | 1000001 | 1001110 | 1010010 | 10101 | 101 | 0 | 1000100 | 11000010 | 1100 | 11101 |
Color Harmonies of #414E52
Complementary color
Monochromatic Colors of #414E52
Black with #414E52
Text Example
Text Example
White with #414E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414E52; }
p { color: rgb(65,78,82); }
H1.HeaderClassName
{
color: #414E52;
}
.AnyTagClassName
{
color: #414E52;
}
</style>
background-color css
<style>
a { background-color: #414E52; }
a { background-color: rgb(65,78,82); }
div.DivClassName
{
background-color: #414E52;
}
.BgClassName
{
background-color: #414E52;
}
</style>
border-color css
<style>
span { border-color: #414E52; }
span { border-color: rgb(65,78,82); }
td.TdClassName
{
border-color: #414E52;
}
.TagClassName
{
border-color: #414E52;
}
</style>