Shades of Atomic #414C50
Tints of Atomic #414C50
RGB
CMYK
RGB Variations
Color information
#414C50 (or 0x414C50) is known color: Atomic. HEX triplet: 41, 4C and 50. RGB value is (65,76,80). Sum of RGB (Red+Green+Blue) = 65+76+80=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 80 - color contains mainly: blue. Hex color #414C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414C50 is #BEB3AF. Grayscale: #494949. Windows color (decimal): -12497840 or 5262401. OLE color: 5262401.
HSL color Cylindrical-coordinate representation of color #414C50: hue angle of 196º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #414C50 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 76 | 80 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.69 |
| HSL | 196º | 0.1% | 0.28% | - |
| HSV(B) | 196º | 0.19% | 0.31% | - |
| XYZ | 6.21 | 6.87 | 8.59 | - |
| YUV | 73.17 | 131.86 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 80 | 0.19 | 0.05 | 0 | 0.69 | 196 | 0.1 | 0.28 |
| Hex | 41 | 4C | 50 | 13 | 5 | 0 | 45 | C4 | A | 1C |
| Octal | 101 | 114 | 120 | 23 | 5 | 0 | 105 | 304 | 12 | 34 |
| Binary | 1000001 | 1001100 | 1010000 | 10011 | 101 | 0 | 1000101 | 11000100 | 1010 | 11100 |
Color Harmonies of #414C50
Complementary color
Monochromatic Colors of #414C50
Black with #414C50
Text Example
Text Example
White with #414C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C50; }
p { color: rgb(65,76,80); }
H1.HeaderClassName
{
color: #414C50;
}
.AnyTagClassName
{
color: #414C50;
}
</style>
background-color css
<style>
a { background-color: #414C50; }
a { background-color: rgb(65,76,80); }
div.DivClassName
{
background-color: #414C50;
}
.BgClassName
{
background-color: #414C50;
}
</style>
border-color css
<style>
span { border-color: #414C50; }
span { border-color: rgb(65,76,80); }
td.TdClassName
{
border-color: #414C50;
}
.TagClassName
{
border-color: #414C50;
}
</style>