Shades of Atomic #464C51
Tints of Atomic #464C51
RGB
CMYK
RGB Variations
Color information
#464C51 (or 0x464C51) is known color: Atomic. HEX triplet: 46, 4C and 51. RGB value is (70,76,81). Sum of RGB (Red+Green+Blue) = 70+76+81=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 81 - color contains mainly: blue. Hex color #464C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C51 is #B9B3AE. Grayscale: #4A4A4A. Windows color (decimal): -12170159 or 5327942. OLE color: 5327942.
HSL color Cylindrical-coordinate representation of color #464C51: hue angle of 207.27º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #464C51 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 76 | 81 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.68 |
| HSL | 207.27º | 0.07% | 0.3% | - |
| HSV(B) | 207.27º | 0.14% | 0.32% | - |
| XYZ | 6.6 | 7.07 | 8.8 | - |
| YUV | 74.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 81 | 0.14 | 0.06 | 0 | 0.68 | 207.27 | 0.07 | 0.3 |
| Hex | 46 | 4C | 51 | E | 6 | 0 | 44 | CF | 7 | 1E |
| Octal | 106 | 114 | 121 | 16 | 6 | 0 | 104 | 317 | 7 | 36 |
| Binary | 1000110 | 1001100 | 1010001 | 1110 | 110 | 0 | 1000100 | 11001111 | 111 | 11110 |
Color Harmonies of #464C51
Complementary color
Monochromatic Colors of #464C51
Black with #464C51
Text Example
Text Example
White with #464C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464C51; }
p { color: rgb(70,76,81); }
H1.HeaderClassName
{
color: #464C51;
}
.AnyTagClassName
{
color: #464C51;
}
</style>
background-color css
<style>
a { background-color: #464C51; }
a { background-color: rgb(70,76,81); }
div.DivClassName
{
background-color: #464C51;
}
.BgClassName
{
background-color: #464C51;
}
</style>
border-color css
<style>
span { border-color: #464C51; }
span { border-color: rgb(70,76,81); }
td.TdClassName
{
border-color: #464C51;
}
.TagClassName
{
border-color: #464C51;
}
</style>