Shades of Atomic #464B4E
Tints of Atomic #464B4E
RGB
CMYK
RGB Variations
Color information
#464B4E (or 0x464B4E) is known color: Atomic. HEX triplet: 46, 4B and 4E. RGB value is (70,75,78). Sum of RGB (Red+Green+Blue) = 70+75+78=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 78 - color contains mainly: blue. Hex color #464B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464B4E is #B9B4B1. Grayscale: #494949. Windows color (decimal): -12170418 or 5131078. OLE color: 5131078.
HSL color Cylindrical-coordinate representation of color #464B4E: hue angle of 202.5º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #464B4E is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 75 | 78 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.69 |
| HSL | 202.5º | 0.05% | 0.29% | - |
| HSV(B) | 202.5º | 0.1% | 0.31% | - |
| XYZ | 6.42 | 6.88 | 8.2 | - |
| YUV | 73.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 78 | 0.10 | 0.04 | 0 | 0.69 | 202.5 | 0.05 | 0.29 |
| Hex | 46 | 4B | 4E | A | 4 | 0 | 45 | CA | 5 | 1D |
| Octal | 106 | 113 | 116 | 12 | 4 | 0 | 105 | 312 | 5 | 35 |
| Binary | 1000110 | 1001011 | 1001110 | 1010 | 100 | 0 | 1000101 | 11001010 | 101 | 11101 |
Color Harmonies of #464B4E
Complementary color
Monochromatic Colors of #464B4E
Black with #464B4E
Text Example
Text Example
White with #464B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464B4E; }
p { color: rgb(70,75,78); }
H1.HeaderClassName
{
color: #464B4E;
}
.AnyTagClassName
{
color: #464B4E;
}
</style>
background-color css
<style>
a { background-color: #464B4E; }
a { background-color: rgb(70,75,78); }
div.DivClassName
{
background-color: #464B4E;
}
.BgClassName
{
background-color: #464B4E;
}
</style>
border-color css
<style>
span { border-color: #464B4E; }
span { border-color: rgb(70,75,78); }
td.TdClassName
{
border-color: #464B4E;
}
.TagClassName
{
border-color: #464B4E;
}
</style>