Shades of Atomic #414A50
Tints of Atomic #414A50
RGB
CMYK
RGB Variations
Color information
#414A50 (or 0x414A50) is known color: Atomic. HEX triplet: 41, 4A and 50. RGB value is (65,74,80). Sum of RGB (Red+Green+Blue) = 65+74+80=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 80 - color contains mainly: blue. Hex color #414A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414A50 is #BEB5AF. Grayscale: #474747. Windows color (decimal): -12498352 or 5261889. OLE color: 5261889.
HSL color Cylindrical-coordinate representation of color #414A50: hue angle of 204º 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 #414A50 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 74 | 80 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.69 |
| HSL | 204º | 0.1% | 0.28% | - |
| HSV(B) | 204º | 0.19% | 0.31% | - |
| XYZ | 6.08 | 6.6 | 8.54 | - |
| YUV | 71.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 74 | 80 | 0.19 | 0.08 | 0 | 0.69 | 204 | 0.1 | 0.28 |
| Hex | 41 | 4A | 50 | 13 | 8 | 0 | 45 | CC | A | 1C |
| Octal | 101 | 112 | 120 | 23 | 10 | 0 | 105 | 314 | 12 | 34 |
| Binary | 1000001 | 1001010 | 1010000 | 10011 | 1000 | 0 | 1000101 | 11001100 | 1010 | 11100 |
Color Harmonies of #414A50
Complementary color
Monochromatic Colors of #414A50
Black with #414A50
Text Example
Text Example
White with #414A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414A50; }
p { color: rgb(65,74,80); }
H1.HeaderClassName
{
color: #414A50;
}
.AnyTagClassName
{
color: #414A50;
}
</style>
background-color css
<style>
a { background-color: #414A50; }
a { background-color: rgb(65,74,80); }
div.DivClassName
{
background-color: #414A50;
}
.BgClassName
{
background-color: #414A50;
}
</style>
border-color css
<style>
span { border-color: #414A50; }
span { border-color: rgb(65,74,80); }
td.TdClassName
{
border-color: #414A50;
}
.TagClassName
{
border-color: #414A50;
}
</style>