Shades of Atomic #464D51
Tints of Atomic #464D51
RGB
CMYK
RGB Variations
Color information
#464D51 (or 0x464D51) is known color: Atomic. HEX triplet: 46, 4D and 51. RGB value is (70,77,81). Sum of RGB (Red+Green+Blue) = 70+77+81=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 81 - color contains mainly: blue. Hex color #464D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464D51 is #B9B2AE. Grayscale: #4B4B4B. Windows color (decimal): -12169903 or 5328198. OLE color: 5328198.
HSL color Cylindrical-coordinate representation of color #464D51: hue angle of 201.82º 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 #464D51 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 77 | 81 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.68 |
| HSL | 201.82º | 0.07% | 0.3% | - |
| HSV(B) | 201.82º | 0.14% | 0.32% | - |
| XYZ | 6.66 | 7.2 | 8.82 | - |
| YUV | 75.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 81 | 0.14 | 0.05 | 0 | 0.68 | 201.82 | 0.07 | 0.3 |
| Hex | 46 | 4D | 51 | E | 5 | 0 | 44 | CA | 7 | 1E |
| Octal | 106 | 115 | 121 | 16 | 5 | 0 | 104 | 312 | 7 | 36 |
| Binary | 1000110 | 1001101 | 1010001 | 1110 | 101 | 0 | 1000100 | 11001010 | 111 | 11110 |
Color Harmonies of #464D51
Complementary color
Monochromatic Colors of #464D51
Black with #464D51
Text Example
Text Example
White with #464D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464D51; }
p { color: rgb(70,77,81); }
H1.HeaderClassName
{
color: #464D51;
}
.AnyTagClassName
{
color: #464D51;
}
</style>
background-color css
<style>
a { background-color: #464D51; }
a { background-color: rgb(70,77,81); }
div.DivClassName
{
background-color: #464D51;
}
.BgClassName
{
background-color: #464D51;
}
</style>
border-color css
<style>
span { border-color: #464D51; }
span { border-color: rgb(70,77,81); }
td.TdClassName
{
border-color: #464D51;
}
.TagClassName
{
border-color: #464D51;
}
</style>