Shades of Atomic #414C54
Tints of Atomic #414C54
RGB
CMYK
RGB Variations
Color information
#414C54 (or 0x414C54) is known color: Atomic. HEX triplet: 41, 4C and 54. RGB value is (65,76,84). Sum of RGB (Red+Green+Blue) = 65+76+84=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 84 - color contains mainly: blue. Hex color #414C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414C54 is #BEB3AB. Grayscale: #494949. Windows color (decimal): -12497836 or 5524545. OLE color: 5524545.
HSL color Cylindrical-coordinate representation of color #414C54: hue angle of 205.26º 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 #414C54 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 76 | 84 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.67 |
| HSL | 205.26º | 0.13% | 0.29% | - |
| HSV(B) | 205.26º | 0.23% | 0.33% | - |
| XYZ | 6.36 | 6.93 | 9.39 | - |
| YUV | 73.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 84 | 0.23 | 0.10 | 0 | 0.67 | 205.26 | 0.13 | 0.29 |
| Hex | 41 | 4C | 54 | 17 | A | 0 | 43 | CD | D | 1D |
| Octal | 101 | 114 | 124 | 27 | 12 | 0 | 103 | 315 | 15 | 35 |
| Binary | 1000001 | 1001100 | 1010100 | 10111 | 1010 | 0 | 1000011 | 11001101 | 1101 | 11101 |
Color Harmonies of #414C54
Complementary color
Monochromatic Colors of #414C54
Black with #414C54
Text Example
Text Example
White with #414C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C54; }
p { color: rgb(65,76,84); }
H1.HeaderClassName
{
color: #414C54;
}
.AnyTagClassName
{
color: #414C54;
}
</style>
background-color css
<style>
a { background-color: #414C54; }
a { background-color: rgb(65,76,84); }
div.DivClassName
{
background-color: #414C54;
}
.BgClassName
{
background-color: #414C54;
}
</style>
border-color css
<style>
span { border-color: #414C54; }
span { border-color: rgb(65,76,84); }
td.TdClassName
{
border-color: #414C54;
}
.TagClassName
{
border-color: #414C54;
}
</style>