Shades of Atomic #444E53
Tints of Atomic #444E53
RGB
CMYK
RGB Variations
Color information
#444E53 (or 0x444E53) is known color: Atomic. HEX triplet: 44, 4E and 53. RGB value is (68,78,83). Sum of RGB (Red+Green+Blue) = 68+78+83=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 83 - color contains mainly: blue. Hex color #444E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444E53 is #BBB1AC. Grayscale: #4B4B4B. Windows color (decimal): -12300717 or 5459524. OLE color: 5459524.
HSL color Cylindrical-coordinate representation of color #444E53: hue angle of 200º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #444E53 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 78 | 83 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.67 |
| HSL | 200º | 0.1% | 0.3% | - |
| HSV(B) | 200º | 0.18% | 0.33% | - |
| XYZ | 6.67 | 7.3 | 9.24 | - |
| YUV | 75.58 | 132.19 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 78 | 83 | 0.18 | 0.06 | 0 | 0.67 | 200 | 0.1 | 0.3 |
| Hex | 44 | 4E | 53 | 12 | 6 | 0 | 43 | C8 | A | 1E |
| Octal | 104 | 116 | 123 | 22 | 6 | 0 | 103 | 310 | 12 | 36 |
| Binary | 1000100 | 1001110 | 1010011 | 10010 | 110 | 0 | 1000011 | 11001000 | 1010 | 11110 |
Color Harmonies of #444E53
Complementary color
Monochromatic Colors of #444E53
Black with #444E53
Text Example
Text Example
White with #444E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444E53; }
p { color: rgb(68,78,83); }
H1.HeaderClassName
{
color: #444E53;
}
.AnyTagClassName
{
color: #444E53;
}
</style>
background-color css
<style>
a { background-color: #444E53; }
a { background-color: rgb(68,78,83); }
div.DivClassName
{
background-color: #444E53;
}
.BgClassName
{
background-color: #444E53;
}
</style>
border-color css
<style>
span { border-color: #444E53; }
span { border-color: rgb(68,78,83); }
td.TdClassName
{
border-color: #444E53;
}
.TagClassName
{
border-color: #444E53;
}
</style>