Shades of Atomic #414E53
Tints of Atomic #414E53
RGB
CMYK
RGB Variations
Color information
#414E53 (or 0x414E53) is known color: Atomic. HEX triplet: 41, 4E and 53. RGB value is (65,78,83). Sum of RGB (Red+Green+Blue) = 65+78+83=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 83 - color contains mainly: blue. Hex color #414E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414E53 is #BEB1AC. Grayscale: #4A4A4A. Windows color (decimal): -12497325 or 5459521. OLE color: 5459521.
HSL color Cylindrical-coordinate representation of color #414E53: hue angle of 196.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #414E53 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 78 | 83 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.67 |
| HSL | 196.67º | 0.12% | 0.29% | - |
| HSV(B) | 196.67º | 0.22% | 0.33% | - |
| XYZ | 6.47 | 7.2 | 9.23 | - |
| YUV | 74.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 78 | 83 | 0.22 | 0.06 | 0 | 0.67 | 196.67 | 0.12 | 0.29 |
| Hex | 41 | 4E | 53 | 16 | 6 | 0 | 43 | C5 | C | 1D |
| Octal | 101 | 116 | 123 | 26 | 6 | 0 | 103 | 305 | 14 | 35 |
| Binary | 1000001 | 1001110 | 1010011 | 10110 | 110 | 0 | 1000011 | 11000101 | 1100 | 11101 |
Color Harmonies of #414E53
Complementary color
Monochromatic Colors of #414E53
Black with #414E53
Text Example
Text Example
White with #414E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414E53; }
p { color: rgb(65,78,83); }
H1.HeaderClassName
{
color: #414E53;
}
.AnyTagClassName
{
color: #414E53;
}
</style>
background-color css
<style>
a { background-color: #414E53; }
a { background-color: rgb(65,78,83); }
div.DivClassName
{
background-color: #414E53;
}
.BgClassName
{
background-color: #414E53;
}
</style>
border-color css
<style>
span { border-color: #414E53; }
span { border-color: rgb(65,78,83); }
td.TdClassName
{
border-color: #414E53;
}
.TagClassName
{
border-color: #414E53;
}
</style>