Shades of Atomic #464D53
Tints of Atomic #464D53
RGB
CMYK
RGB Variations
Color information
#464D53 (or 0x464D53) is known color: Atomic. HEX triplet: 46, 4D and 53. RGB value is (70,77,83). Sum of RGB (Red+Green+Blue) = 70+77+83=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 83 - color contains mainly: blue. Hex color #464D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464D53 is #B9B2AC. Grayscale: #4B4B4B. Windows color (decimal): -12169901 or 5459270. OLE color: 5459270.
HSL color Cylindrical-coordinate representation of color #464D53: hue angle of 207.69º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #464D53 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 77 | 83 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.67 |
| HSL | 207.69º | 0.08% | 0.3% | - |
| HSV(B) | 207.69º | 0.16% | 0.33% | - |
| XYZ | 6.74 | 7.23 | 9.22 | - |
| YUV | 75.59 | 132.18 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 83 | 0.16 | 0.07 | 0 | 0.67 | 207.69 | 0.08 | 0.3 |
| Hex | 46 | 4D | 53 | 10 | 7 | 0 | 43 | D0 | 8 | 1E |
| Octal | 106 | 115 | 123 | 20 | 7 | 0 | 103 | 320 | 10 | 36 |
| Binary | 1000110 | 1001101 | 1010011 | 10000 | 111 | 0 | 1000011 | 11010000 | 1000 | 11110 |
Color Harmonies of #464D53
Complementary color
Monochromatic Colors of #464D53
Black with #464D53
Text Example
Text Example
White with #464D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464D53; }
p { color: rgb(70,77,83); }
H1.HeaderClassName
{
color: #464D53;
}
.AnyTagClassName
{
color: #464D53;
}
</style>
background-color css
<style>
a { background-color: #464D53; }
a { background-color: rgb(70,77,83); }
div.DivClassName
{
background-color: #464D53;
}
.BgClassName
{
background-color: #464D53;
}
</style>
border-color css
<style>
span { border-color: #464D53; }
span { border-color: rgb(70,77,83); }
td.TdClassName
{
border-color: #464D53;
}
.TagClassName
{
border-color: #464D53;
}
</style>