Shades of Atomic #464E55
Tints of Atomic #464E55
RGB
CMYK
RGB Variations
Color information
#464E55 (or 0x464E55) is known color: Atomic. HEX triplet: 46, 4E and 55. RGB value is (70,78,85). Sum of RGB (Red+Green+Blue) = 70+78+85=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 85 - color contains mainly: blue. Hex color #464E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464E55 is #B9B1AA. Grayscale: #4C4C4C. Windows color (decimal): -12169643 or 5590598. OLE color: 5590598.
HSL color Cylindrical-coordinate representation of color #464E55: hue angle of 208º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #464E55 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 78 | 85 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.67 |
| HSL | 208º | 0.1% | 0.3% | - |
| HSV(B) | 208º | 0.18% | 0.33% | - |
| XYZ | 6.89 | 7.41 | 9.66 | - |
| YUV | 76.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 85 | 0.18 | 0.08 | 0 | 0.67 | 208 | 0.1 | 0.3 |
| Hex | 46 | 4E | 55 | 12 | 8 | 0 | 43 | D0 | A | 1E |
| Octal | 106 | 116 | 125 | 22 | 10 | 0 | 103 | 320 | 12 | 36 |
| Binary | 1000110 | 1001110 | 1010101 | 10010 | 1000 | 0 | 1000011 | 11010000 | 1010 | 11110 |
Color Harmonies of #464E55
Complementary color
Monochromatic Colors of #464E55
Black with #464E55
Text Example
Text Example
White with #464E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464E55; }
p { color: rgb(70,78,85); }
H1.HeaderClassName
{
color: #464E55;
}
.AnyTagClassName
{
color: #464E55;
}
</style>
background-color css
<style>
a { background-color: #464E55; }
a { background-color: rgb(70,78,85); }
div.DivClassName
{
background-color: #464E55;
}
.BgClassName
{
background-color: #464E55;
}
</style>
border-color css
<style>
span { border-color: #464E55; }
span { border-color: rgb(70,78,85); }
td.TdClassName
{
border-color: #464E55;
}
.TagClassName
{
border-color: #464E55;
}
</style>