Shades of Atomic #444C51
Tints of Atomic #444C51
RGB
CMYK
RGB Variations
Color information
#444C51 (or 0x444C51) is known color: Atomic. HEX triplet: 44, 4C and 51. RGB value is (68,76,81). Sum of RGB (Red+Green+Blue) = 68+76+81=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 81 - color contains mainly: blue. Hex color #444C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444C51 is #BBB3AE. Grayscale: #4A4A4A. Windows color (decimal): -12301231 or 5327940. OLE color: 5327940.
HSL color Cylindrical-coordinate representation of color #444C51: hue angle of 203.08º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #444C51 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 76 | 81 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.68 |
| HSL | 203.08º | 0.09% | 0.29% | - |
| HSV(B) | 203.08º | 0.16% | 0.32% | - |
| XYZ | 6.45 | 6.99 | 8.79 | - |
| YUV | 74.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 81 | 0.16 | 0.06 | 0 | 0.68 | 203.08 | 0.09 | 0.29 |
| Hex | 44 | 4C | 51 | 10 | 6 | 0 | 44 | CB | 9 | 1D |
| Octal | 104 | 114 | 121 | 20 | 6 | 0 | 104 | 313 | 11 | 35 |
| Binary | 1000100 | 1001100 | 1010001 | 10000 | 110 | 0 | 1000100 | 11001011 | 1001 | 11101 |
Color Harmonies of #444C51
Complementary color
Monochromatic Colors of #444C51
Black with #444C51
Text Example
Text Example
White with #444C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444C51; }
p { color: rgb(68,76,81); }
H1.HeaderClassName
{
color: #444C51;
}
.AnyTagClassName
{
color: #444C51;
}
</style>
background-color css
<style>
a { background-color: #444C51; }
a { background-color: rgb(68,76,81); }
div.DivClassName
{
background-color: #444C51;
}
.BgClassName
{
background-color: #444C51;
}
</style>
border-color css
<style>
span { border-color: #444C51; }
span { border-color: rgb(68,76,81); }
td.TdClassName
{
border-color: #444C51;
}
.TagClassName
{
border-color: #444C51;
}
</style>