Shades of Atomic #444D50
Tints of Atomic #444D50
RGB
CMYK
RGB Variations
Color information
#444D50 (or 0x444D50) is known color: Atomic. HEX triplet: 44, 4D and 50. RGB value is (68,77,80). Sum of RGB (Red+Green+Blue) = 68+77+80=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 80 - color contains mainly: blue. Hex color #444D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444D50 is #BBB2AF. Grayscale: #4A4A4A. Windows color (decimal): -12300976 or 5262660. OLE color: 5262660.
HSL color Cylindrical-coordinate representation of color #444D50: hue angle of 195º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #444D50 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 77 | 80 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.69 |
| HSL | 195º | 0.08% | 0.29% | - |
| HSV(B) | 195º | 0.15% | 0.31% | - |
| XYZ | 6.49 | 7.12 | 8.62 | - |
| YUV | 74.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 80 | 0.15 | 0.04 | 0 | 0.69 | 195 | 0.08 | 0.29 |
| Hex | 44 | 4D | 50 | F | 4 | 0 | 45 | C3 | 8 | 1D |
| Octal | 104 | 115 | 120 | 17 | 4 | 0 | 105 | 303 | 10 | 35 |
| Binary | 1000100 | 1001101 | 1010000 | 1111 | 100 | 0 | 1000101 | 11000011 | 1000 | 11101 |
Color Harmonies of #444D50
Complementary color
Monochromatic Colors of #444D50
Black with #444D50
Text Example
Text Example
White with #444D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444D50; }
p { color: rgb(68,77,80); }
H1.HeaderClassName
{
color: #444D50;
}
.AnyTagClassName
{
color: #444D50;
}
</style>
background-color css
<style>
a { background-color: #444D50; }
a { background-color: rgb(68,77,80); }
div.DivClassName
{
background-color: #444D50;
}
.BgClassName
{
background-color: #444D50;
}
</style>
border-color css
<style>
span { border-color: #444D50; }
span { border-color: rgb(68,77,80); }
td.TdClassName
{
border-color: #444D50;
}
.TagClassName
{
border-color: #444D50;
}
</style>