Shades of Atomic #414D52
Tints of Atomic #414D52
RGB
CMYK
RGB Variations
Color information
#414D52 (or 0x414D52) is known color: Atomic. HEX triplet: 41, 4D and 52. RGB value is (65,77,82). Sum of RGB (Red+Green+Blue) = 65+77+82=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 82 - color contains mainly: blue. Hex color #414D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414D52 is #BEB2AD. Grayscale: #494949. Windows color (decimal): -12497582 or 5393729. OLE color: 5393729.
HSL color Cylindrical-coordinate representation of color #414D52: hue angle of 197.65º 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 #414D52 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 77 | 82 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.68 |
| HSL | 197.65º | 0.12% | 0.29% | - |
| HSV(B) | 197.65º | 0.21% | 0.32% | - |
| XYZ | 6.36 | 7.04 | 9.01 | - |
| YUV | 73.98 | 132.52 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 77 | 82 | 0.21 | 0.06 | 0 | 0.68 | 197.65 | 0.12 | 0.29 |
| Hex | 41 | 4D | 52 | 15 | 6 | 0 | 44 | C6 | C | 1D |
| Octal | 101 | 115 | 122 | 25 | 6 | 0 | 104 | 306 | 14 | 35 |
| Binary | 1000001 | 1001101 | 1010010 | 10101 | 110 | 0 | 1000100 | 11000110 | 1100 | 11101 |
Color Harmonies of #414D52
Complementary color
Monochromatic Colors of #414D52
Black with #414D52
Text Example
Text Example
White with #414D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414D52; }
p { color: rgb(65,77,82); }
H1.HeaderClassName
{
color: #414D52;
}
.AnyTagClassName
{
color: #414D52;
}
</style>
background-color css
<style>
a { background-color: #414D52; }
a { background-color: rgb(65,77,82); }
div.DivClassName
{
background-color: #414D52;
}
.BgClassName
{
background-color: #414D52;
}
</style>
border-color css
<style>
span { border-color: #414D52; }
span { border-color: rgb(65,77,82); }
td.TdClassName
{
border-color: #414D52;
}
.TagClassName
{
border-color: #414D52;
}
</style>