Shades of Atomic #414F55
Tints of Atomic #414F55
RGB
CMYK
RGB Variations
Color information
#414F55 (or 0x414F55) is known color: Atomic. HEX triplet: 41, 4F and 55. RGB value is (65,79,85). Sum of RGB (Red+Green+Blue) = 65+79+85=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 85 - color contains mainly: blue. Hex color #414F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414F55 is #BEB0AA. Grayscale: #4B4B4B. Windows color (decimal): -12497067 or 5590849. OLE color: 5590849.
HSL color Cylindrical-coordinate representation of color #414F55: hue angle of 198º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #414F55 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 79 | 85 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.67 |
| HSL | 198º | 0.13% | 0.29% | - |
| HSV(B) | 198º | 0.24% | 0.33% | - |
| XYZ | 6.62 | 7.37 | 9.67 | - |
| YUV | 75.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 79 | 85 | 0.24 | 0.07 | 0 | 0.67 | 198 | 0.13 | 0.29 |
| Hex | 41 | 4F | 55 | 18 | 7 | 0 | 43 | C6 | D | 1D |
| Octal | 101 | 117 | 125 | 30 | 7 | 0 | 103 | 306 | 15 | 35 |
| Binary | 1000001 | 1001111 | 1010101 | 11000 | 111 | 0 | 1000011 | 11000110 | 1101 | 11101 |
Color Harmonies of #414F55
Complementary color
Monochromatic Colors of #414F55
Black with #414F55
Text Example
Text Example
White with #414F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414F55; }
p { color: rgb(65,79,85); }
H1.HeaderClassName
{
color: #414F55;
}
.AnyTagClassName
{
color: #414F55;
}
</style>
background-color css
<style>
a { background-color: #414F55; }
a { background-color: rgb(65,79,85); }
div.DivClassName
{
background-color: #414F55;
}
.BgClassName
{
background-color: #414F55;
}
</style>
border-color css
<style>
span { border-color: #414F55; }
span { border-color: rgb(65,79,85); }
td.TdClassName
{
border-color: #414F55;
}
.TagClassName
{
border-color: #414F55;
}
</style>