Shades of Atomic #464E54
Tints of Atomic #464E54
RGB
CMYK
RGB Variations
Color information
#464E54 (or 0x464E54) is known color: Atomic. HEX triplet: 46, 4E and 54. RGB value is (70,78,84). Sum of RGB (Red+Green+Blue) = 70+78+84=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 84 - color contains mainly: blue. Hex color #464E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464E54 is #B9B1AB. Grayscale: #4C4C4C. Windows color (decimal): -12169644 or 5525062. OLE color: 5525062.
HSL color Cylindrical-coordinate representation of color #464E54: hue angle of 205.71º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #464E54 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 78 | 84 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.67 |
| HSL | 205.71º | 0.09% | 0.3% | - |
| HSV(B) | 205.71º | 0.17% | 0.33% | - |
| XYZ | 6.85 | 7.39 | 9.45 | - |
| YUV | 76.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 84 | 0.17 | 0.07 | 0 | 0.67 | 205.71 | 0.09 | 0.3 |
| Hex | 46 | 4E | 54 | 11 | 7 | 0 | 43 | CE | 9 | 1E |
| Octal | 106 | 116 | 124 | 21 | 7 | 0 | 103 | 316 | 11 | 36 |
| Binary | 1000110 | 1001110 | 1010100 | 10001 | 111 | 0 | 1000011 | 11001110 | 1001 | 11110 |
Color Harmonies of #464E54
Complementary color
Monochromatic Colors of #464E54
Black with #464E54
Text Example
Text Example
White with #464E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464E54; }
p { color: rgb(70,78,84); }
H1.HeaderClassName
{
color: #464E54;
}
.AnyTagClassName
{
color: #464E54;
}
</style>
background-color css
<style>
a { background-color: #464E54; }
a { background-color: rgb(70,78,84); }
div.DivClassName
{
background-color: #464E54;
}
.BgClassName
{
background-color: #464E54;
}
</style>
border-color css
<style>
span { border-color: #464E54; }
span { border-color: rgb(70,78,84); }
td.TdClassName
{
border-color: #464E54;
}
.TagClassName
{
border-color: #464E54;
}
</style>