Shades of Atomic #444E55
Tints of Atomic #444E55
RGB
CMYK
RGB Variations
Color information
#444E55 (or 0x444E55) is known color: Atomic. HEX triplet: 44, 4E and 55. RGB value is (68,78,85). Sum of RGB (Red+Green+Blue) = 68+78+85=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 85 - color contains mainly: blue. Hex color #444E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444E55 is #BBB1AA. Grayscale: #4B4B4B. Windows color (decimal): -12300715 or 5590596. OLE color: 5590596.
HSL color Cylindrical-coordinate representation of color #444E55: hue angle of 204.71º 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 #444E55 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 78 | 85 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.67 |
| HSL | 204.71º | 0.11% | 0.3% | - |
| HSV(B) | 204.71º | 0.2% | 0.33% | - |
| XYZ | 6.75 | 7.33 | 9.65 | - |
| YUV | 75.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 78 | 85 | 0.20 | 0.08 | 0 | 0.67 | 204.71 | 0.11 | 0.3 |
| Hex | 44 | 4E | 55 | 14 | 8 | 0 | 43 | CD | B | 1E |
| Octal | 104 | 116 | 125 | 24 | 10 | 0 | 103 | 315 | 13 | 36 |
| Binary | 1000100 | 1001110 | 1010101 | 10100 | 1000 | 0 | 1000011 | 11001101 | 1011 | 11110 |
Color Harmonies of #444E55
Complementary color
Monochromatic Colors of #444E55
Black with #444E55
Text Example
Text Example
White with #444E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444E55; }
p { color: rgb(68,78,85); }
H1.HeaderClassName
{
color: #444E55;
}
.AnyTagClassName
{
color: #444E55;
}
</style>
background-color css
<style>
a { background-color: #444E55; }
a { background-color: rgb(68,78,85); }
div.DivClassName
{
background-color: #444E55;
}
.BgClassName
{
background-color: #444E55;
}
</style>
border-color css
<style>
span { border-color: #444E55; }
span { border-color: rgb(68,78,85); }
td.TdClassName
{
border-color: #444E55;
}
.TagClassName
{
border-color: #444E55;
}
</style>