Shades of Atomic #464A4C
Tints of Atomic #464A4C
RGB
CMYK
RGB Variations
Color information
#464A4C (or 0x464A4C) is known color: Atomic. HEX triplet: 46, 4A and 4C. RGB value is (70,74,76). Sum of RGB (Red+Green+Blue) = 70+74+76=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 76 - color contains mainly: blue. Hex color #464A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464A4C is #B9B5B3. Grayscale: #494949. Windows color (decimal): -12170676 or 4999750. OLE color: 4999750.
HSL color Cylindrical-coordinate representation of color #464A4C: hue angle of 200º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #464A4C is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 74 | 76 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.70 |
| HSL | 200º | 0.04% | 0.29% | - |
| HSV(B) | 200º | 0.08% | 0.3% | - |
| XYZ | 6.28 | 6.72 | 7.8 | - |
| YUV | 73.03 | 129.67 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 76 | 0.08 | 0.03 | 0 | 0.70 | 200 | 0.04 | 0.29 |
| Hex | 46 | 4A | 4C | 8 | 3 | 0 | 46 | C8 | 4 | 1D |
| Octal | 106 | 112 | 114 | 10 | 3 | 0 | 106 | 310 | 4 | 35 |
| Binary | 1000110 | 1001010 | 1001100 | 1000 | 11 | 0 | 1000110 | 11001000 | 100 | 11101 |
Color Harmonies of #464A4C
Complementary color
Monochromatic Colors of #464A4C
Black with #464A4C
Text Example
Text Example
White with #464A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464A4C; }
p { color: rgb(70,74,76); }
H1.HeaderClassName
{
color: #464A4C;
}
.AnyTagClassName
{
color: #464A4C;
}
</style>
background-color css
<style>
a { background-color: #464A4C; }
a { background-color: rgb(70,74,76); }
div.DivClassName
{
background-color: #464A4C;
}
.BgClassName
{
background-color: #464A4C;
}
</style>
border-color css
<style>
span { border-color: #464A4C; }
span { border-color: rgb(70,74,76); }
td.TdClassName
{
border-color: #464A4C;
}
.TagClassName
{
border-color: #464A4C;
}
</style>