Shades of Atomic #41494D
Tints of Atomic #41494D
RGB
CMYK
RGB Variations
Color information
#41494D (or 0x41494D) is known color: Atomic. HEX triplet: 41, 49 and 4D. RGB value is (65,73,77). Sum of RGB (Red+Green+Blue) = 65+73+77=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 77 - color contains mainly: blue. Hex color #41494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41494D is #BEB6B2. Grayscale: #474747. Windows color (decimal): -12498611 or 5065025. OLE color: 5065025.
HSL color Cylindrical-coordinate representation of color #41494D: hue angle of 200º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #41494D is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 73 | 77 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.70 |
| HSL | 200º | 0.08% | 0.28% | - |
| HSV(B) | 200º | 0.16% | 0.3% | - |
| XYZ | 5.9 | 6.42 | 7.95 | - |
| YUV | 71.06 | 131.35 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 73 | 77 | 0.16 | 0.05 | 0 | 0.70 | 200 | 0.08 | 0.28 |
| Hex | 41 | 49 | 4D | 10 | 5 | 0 | 46 | C8 | 8 | 1C |
| Octal | 101 | 111 | 115 | 20 | 5 | 0 | 106 | 310 | 10 | 34 |
| Binary | 1000001 | 1001001 | 1001101 | 10000 | 101 | 0 | 1000110 | 11001000 | 1000 | 11100 |
Color Harmonies of #41494D
Complementary color
Monochromatic Colors of #41494D
Black with #41494D
Text Example
Text Example
White with #41494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41494D; }
p { color: rgb(65,73,77); }
H1.HeaderClassName
{
color: #41494D;
}
.AnyTagClassName
{
color: #41494D;
}
</style>
background-color css
<style>
a { background-color: #41494D; }
a { background-color: rgb(65,73,77); }
div.DivClassName
{
background-color: #41494D;
}
.BgClassName
{
background-color: #41494D;
}
</style>
border-color css
<style>
span { border-color: #41494D; }
span { border-color: rgb(65,73,77); }
td.TdClassName
{
border-color: #41494D;
}
.TagClassName
{
border-color: #41494D;
}
</style>