Shades of Atomic #444C52
Tints of Atomic #444C52
RGB
CMYK
RGB Variations
Color information
#444C52 (or 0x444C52) is known color: Atomic. HEX triplet: 44, 4C and 52. RGB value is (68,76,82). Sum of RGB (Red+Green+Blue) = 68+76+82=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 82 - color contains mainly: blue. Hex color #444C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444C52 is #BBB3AD. Grayscale: #4A4A4A. Windows color (decimal): -12301230 or 5393476. OLE color: 5393476.
HSL color Cylindrical-coordinate representation of color #444C52: hue angle of 205.71º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #444C52 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 76 | 82 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.68 |
| HSL | 205.71º | 0.09% | 0.29% | - |
| HSV(B) | 205.71º | 0.17% | 0.32% | - |
| XYZ | 6.49 | 7.01 | 8.99 | - |
| YUV | 74.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 82 | 0.17 | 0.07 | 0 | 0.68 | 205.71 | 0.09 | 0.29 |
| Hex | 44 | 4C | 52 | 11 | 7 | 0 | 44 | CE | 9 | 1D |
| Octal | 104 | 114 | 122 | 21 | 7 | 0 | 104 | 316 | 11 | 35 |
| Binary | 1000100 | 1001100 | 1010010 | 10001 | 111 | 0 | 1000100 | 11001110 | 1001 | 11101 |
Color Harmonies of #444C52
Complementary color
Monochromatic Colors of #444C52
Black with #444C52
Text Example
Text Example
White with #444C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444C52; }
p { color: rgb(68,76,82); }
H1.HeaderClassName
{
color: #444C52;
}
.AnyTagClassName
{
color: #444C52;
}
</style>
background-color css
<style>
a { background-color: #444C52; }
a { background-color: rgb(68,76,82); }
div.DivClassName
{
background-color: #444C52;
}
.BgClassName
{
background-color: #444C52;
}
</style>
border-color css
<style>
span { border-color: #444C52; }
span { border-color: rgb(68,76,82); }
td.TdClassName
{
border-color: #444C52;
}
.TagClassName
{
border-color: #444C52;
}
</style>