Shades of Atomic #41494B
Tints of Atomic #41494B
RGB
CMYK
RGB Variations
Color information
#41494B (or 0x41494B) is known color: Atomic. HEX triplet: 41, 49 and 4B. RGB value is (65,73,75). Sum of RGB (Red+Green+Blue) = 65+73+75=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 75 - color contains mainly: blue. Hex color #41494B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41494B is #BEB6B4. Grayscale: #464646. Windows color (decimal): -12498613 or 4933953. OLE color: 4933953.
HSL color Cylindrical-coordinate representation of color #41494B: hue angle of 192º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #41494B is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 73 | 75 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.71 |
| HSL | 192º | 0.07% | 0.27% | - |
| HSV(B) | 192º | 0.13% | 0.29% | - |
| XYZ | 5.83 | 6.4 | 7.58 | - |
| YUV | 70.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 73 | 75 | 0.13 | 0.03 | 0 | 0.71 | 192 | 0.07 | 0.27 |
| Hex | 41 | 49 | 4B | D | 3 | 0 | 47 | C0 | 7 | 1B |
| Octal | 101 | 111 | 113 | 15 | 3 | 0 | 107 | 300 | 7 | 33 |
| Binary | 1000001 | 1001001 | 1001011 | 1101 | 11 | 0 | 1000111 | 11000000 | 111 | 11011 |
Color Harmonies of #41494B
Complementary color
Monochromatic Colors of #41494B
Black with #41494B
Text Example
Text Example
White with #41494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41494B; }
p { color: rgb(65,73,75); }
H1.HeaderClassName
{
color: #41494B;
}
.AnyTagClassName
{
color: #41494B;
}
</style>
background-color css
<style>
a { background-color: #41494B; }
a { background-color: rgb(65,73,75); }
div.DivClassName
{
background-color: #41494B;
}
.BgClassName
{
background-color: #41494B;
}
</style>
border-color css
<style>
span { border-color: #41494B; }
span { border-color: rgb(65,73,75); }
td.TdClassName
{
border-color: #41494B;
}
.TagClassName
{
border-color: #41494B;
}
</style>