Shades of Atomic #42494D
Tints of Atomic #42494D
RGB
CMYK
RGB Variations
Color information
#42494D (or 0x42494D) is known color: Atomic. HEX triplet: 42, 49 and 4D. RGB value is (66,73,77). Sum of RGB (Red+Green+Blue) = 66+73+77=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 77 - color contains mainly: blue. Hex color #42494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42494D is #BDB6B2. Grayscale: #474747. Windows color (decimal): -12433075 or 5065026. OLE color: 5065026.
HSL color Cylindrical-coordinate representation of color #42494D: hue angle of 201.82º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #42494D is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 73 | 77 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.70 |
| HSL | 201.82º | 0.08% | 0.28% | - |
| HSV(B) | 201.82º | 0.14% | 0.3% | - |
| XYZ | 5.97 | 6.46 | 7.95 | - |
| YUV | 71.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 77 | 0.14 | 0.05 | 0 | 0.70 | 201.82 | 0.08 | 0.28 |
| Hex | 42 | 49 | 4D | E | 5 | 0 | 46 | CA | 8 | 1C |
| Octal | 102 | 111 | 115 | 16 | 5 | 0 | 106 | 312 | 10 | 34 |
| Binary | 1000010 | 1001001 | 1001101 | 1110 | 101 | 0 | 1000110 | 11001010 | 1000 | 11100 |
Color Harmonies of #42494D
Complementary color
Monochromatic Colors of #42494D
Black with #42494D
Text Example
Text Example
White with #42494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42494D; }
p { color: rgb(66,73,77); }
H1.HeaderClassName
{
color: #42494D;
}
.AnyTagClassName
{
color: #42494D;
}
</style>
background-color css
<style>
a { background-color: #42494D; }
a { background-color: rgb(66,73,77); }
div.DivClassName
{
background-color: #42494D;
}
.BgClassName
{
background-color: #42494D;
}
</style>
border-color css
<style>
span { border-color: #42494D; }
span { border-color: rgb(66,73,77); }
td.TdClassName
{
border-color: #42494D;
}
.TagClassName
{
border-color: #42494D;
}
</style>