Shades of Atomic #444D55
Tints of Atomic #444D55
RGB
CMYK
RGB Variations
Color information
#444D55 (or 0x444D55) is known color: Atomic. HEX triplet: 44, 4D and 55. RGB value is (68,77,85). Sum of RGB (Red+Green+Blue) = 68+77+85=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 85 - color contains mainly: blue. Hex color #444D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444D55 is #BBB2AA. Grayscale: #4B4B4B. Windows color (decimal): -12300971 or 5590340. OLE color: 5590340.
HSL color Cylindrical-coordinate representation of color #444D55: hue angle of 208.24º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #444D55 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 77 | 85 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.67 |
| HSL | 208.24º | 0.11% | 0.3% | - |
| HSV(B) | 208.24º | 0.2% | 0.33% | - |
| XYZ | 6.68 | 7.19 | 9.63 | - |
| YUV | 75.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 85 | 0.20 | 0.09 | 0 | 0.67 | 208.24 | 0.11 | 0.3 |
| Hex | 44 | 4D | 55 | 14 | 9 | 0 | 43 | D0 | B | 1E |
| Octal | 104 | 115 | 125 | 24 | 11 | 0 | 103 | 320 | 13 | 36 |
| Binary | 1000100 | 1001101 | 1010101 | 10100 | 1001 | 0 | 1000011 | 11010000 | 1011 | 11110 |
Color Harmonies of #444D55
Complementary color
Monochromatic Colors of #444D55
Black with #444D55
Text Example
Text Example
White with #444D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444D55; }
p { color: rgb(68,77,85); }
H1.HeaderClassName
{
color: #444D55;
}
.AnyTagClassName
{
color: #444D55;
}
</style>
background-color css
<style>
a { background-color: #444D55; }
a { background-color: rgb(68,77,85); }
div.DivClassName
{
background-color: #444D55;
}
.BgClassName
{
background-color: #444D55;
}
</style>
border-color css
<style>
span { border-color: #444D55; }
span { border-color: rgb(68,77,85); }
td.TdClassName
{
border-color: #444D55;
}
.TagClassName
{
border-color: #444D55;
}
</style>