Shades of Atomic #444F56
Tints of Atomic #444F56
RGB
CMYK
RGB Variations
Color information
#444F56 (or 0x444F56) is known color: Atomic. HEX triplet: 44, 4F and 56. RGB value is (68,79,86). Sum of RGB (Red+Green+Blue) = 68+79+86=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 86 - color contains mainly: blue. Hex color #444F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444F56 is #BBB0A9. Grayscale: #4C4C4C. Windows color (decimal): -12300458 or 5656388. OLE color: 5656388.
HSL color Cylindrical-coordinate representation of color #444F56: hue angle of 203.33º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #444F56 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 79 | 86 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.66 |
| HSL | 203.33º | 0.12% | 0.3% | - |
| HSV(B) | 203.33º | 0.21% | 0.34% | - |
| XYZ | 6.86 | 7.49 | 9.89 | - |
| YUV | 76.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 86 | 0.21 | 0.08 | 0 | 0.66 | 203.33 | 0.12 | 0.3 |
| Hex | 44 | 4F | 56 | 15 | 8 | 0 | 42 | CB | C | 1E |
| Octal | 104 | 117 | 126 | 25 | 10 | 0 | 102 | 313 | 14 | 36 |
| Binary | 1000100 | 1001111 | 1010110 | 10101 | 1000 | 0 | 1000010 | 11001011 | 1100 | 11110 |
Color Harmonies of #444F56
Complementary color
Monochromatic Colors of #444F56
Black with #444F56
Text Example
Text Example
White with #444F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444F56; }
p { color: rgb(68,79,86); }
H1.HeaderClassName
{
color: #444F56;
}
.AnyTagClassName
{
color: #444F56;
}
</style>
background-color css
<style>
a { background-color: #444F56; }
a { background-color: rgb(68,79,86); }
div.DivClassName
{
background-color: #444F56;
}
.BgClassName
{
background-color: #444F56;
}
</style>
border-color css
<style>
span { border-color: #444F56; }
span { border-color: rgb(68,79,86); }
td.TdClassName
{
border-color: #444F56;
}
.TagClassName
{
border-color: #444F56;
}
</style>