Shades of Atomic #42494B
Tints of Atomic #42494B
RGB
CMYK
RGB Variations
Color information
#42494B (or 0x42494B) is known color: Atomic. HEX triplet: 42, 49 and 4B. RGB value is (66,73,75). Sum of RGB (Red+Green+Blue) = 66+73+75=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 75 - color contains mainly: blue. Hex color #42494B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42494B is #BDB6B4. Grayscale: #474747. Windows color (decimal): -12433077 or 4933954. OLE color: 4933954.
HSL color Cylindrical-coordinate representation of color #42494B: hue angle of 193.33º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #42494B is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 73 | 75 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.71 |
| HSL | 193.33º | 0.06% | 0.28% | - |
| HSV(B) | 193.33º | 0.12% | 0.29% | - |
| XYZ | 5.9 | 6.43 | 7.59 | - |
| YUV | 71.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 75 | 0.12 | 0.03 | 0 | 0.71 | 193.33 | 0.06 | 0.28 |
| Hex | 42 | 49 | 4B | C | 3 | 0 | 47 | C1 | 6 | 1C |
| Octal | 102 | 111 | 113 | 14 | 3 | 0 | 107 | 301 | 6 | 34 |
| Binary | 1000010 | 1001001 | 1001011 | 1100 | 11 | 0 | 1000111 | 11000001 | 110 | 11100 |
Color Harmonies of #42494B
Complementary color
Monochromatic Colors of #42494B
Black with #42494B
Text Example
Text Example
White with #42494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42494B; }
p { color: rgb(66,73,75); }
H1.HeaderClassName
{
color: #42494B;
}
.AnyTagClassName
{
color: #42494B;
}
</style>
background-color css
<style>
a { background-color: #42494B; }
a { background-color: rgb(66,73,75); }
div.DivClassName
{
background-color: #42494B;
}
.BgClassName
{
background-color: #42494B;
}
</style>
border-color css
<style>
span { border-color: #42494B; }
span { border-color: rgb(66,73,75); }
td.TdClassName
{
border-color: #42494B;
}
.TagClassName
{
border-color: #42494B;
}
</style>