Shades of Atomic #414D54
Tints of Atomic #414D54
RGB
CMYK
RGB Variations
Color information
#414D54 (or 0x414D54) is known color: Atomic. HEX triplet: 41, 4D and 54. RGB value is (65,77,84). Sum of RGB (Red+Green+Blue) = 65+77+84=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 84 - color contains mainly: blue. Hex color #414D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414D54 is #BEB2AB. Grayscale: #4A4A4A. Windows color (decimal): -12497580 or 5524801. OLE color: 5524801.
HSL color Cylindrical-coordinate representation of color #414D54: hue angle of 202.11º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #414D54 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 77 | 84 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.67 |
| HSL | 202.11º | 0.13% | 0.29% | - |
| HSV(B) | 202.11º | 0.23% | 0.33% | - |
| XYZ | 6.43 | 7.07 | 9.41 | - |
| YUV | 74.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 77 | 84 | 0.23 | 0.08 | 0 | 0.67 | 202.11 | 0.13 | 0.29 |
| Hex | 41 | 4D | 54 | 17 | 8 | 0 | 43 | CA | D | 1D |
| Octal | 101 | 115 | 124 | 27 | 10 | 0 | 103 | 312 | 15 | 35 |
| Binary | 1000001 | 1001101 | 1010100 | 10111 | 1000 | 0 | 1000011 | 11001010 | 1101 | 11101 |
Color Harmonies of #414D54
Complementary color
Monochromatic Colors of #414D54
Black with #414D54
Text Example
Text Example
White with #414D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414D54; }
p { color: rgb(65,77,84); }
H1.HeaderClassName
{
color: #414D54;
}
.AnyTagClassName
{
color: #414D54;
}
</style>
background-color css
<style>
a { background-color: #414D54; }
a { background-color: rgb(65,77,84); }
div.DivClassName
{
background-color: #414D54;
}
.BgClassName
{
background-color: #414D54;
}
</style>
border-color css
<style>
span { border-color: #414D54; }
span { border-color: rgb(65,77,84); }
td.TdClassName
{
border-color: #414D54;
}
.TagClassName
{
border-color: #414D54;
}
</style>