Shades of Atomic #444A4C
Tints of Atomic #444A4C
RGB
CMYK
RGB Variations
Color information
#444A4C (or 0x444A4C) is known color: Atomic. HEX triplet: 44, 4A and 4C. RGB value is (68,74,76). Sum of RGB (Red+Green+Blue) = 68+74+76=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 76 - color contains mainly: blue. Hex color #444A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444A4C is #BBB5B3. Grayscale: #484848. Windows color (decimal): -12301748 or 4999748. OLE color: 4999748.
HSL color Cylindrical-coordinate representation of color #444A4C: hue angle of 195º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #444A4C is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 74 | 76 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.70 |
| HSL | 195º | 0.06% | 0.28% | - |
| HSV(B) | 195º | 0.11% | 0.3% | - |
| XYZ | 6.14 | 6.65 | 7.8 | - |
| YUV | 72.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 74 | 76 | 0.11 | 0.03 | 0 | 0.70 | 195 | 0.06 | 0.28 |
| Hex | 44 | 4A | 4C | B | 3 | 0 | 46 | C3 | 6 | 1C |
| Octal | 104 | 112 | 114 | 13 | 3 | 0 | 106 | 303 | 6 | 34 |
| Binary | 1000100 | 1001010 | 1001100 | 1011 | 11 | 0 | 1000110 | 11000011 | 110 | 11100 |
Color Harmonies of #444A4C
Complementary color
Monochromatic Colors of #444A4C
Black with #444A4C
Text Example
Text Example
White with #444A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444A4C; }
p { color: rgb(68,74,76); }
H1.HeaderClassName
{
color: #444A4C;
}
.AnyTagClassName
{
color: #444A4C;
}
</style>
background-color css
<style>
a { background-color: #444A4C; }
a { background-color: rgb(68,74,76); }
div.DivClassName
{
background-color: #444A4C;
}
.BgClassName
{
background-color: #444A4C;
}
</style>
border-color css
<style>
span { border-color: #444A4C; }
span { border-color: rgb(68,74,76); }
td.TdClassName
{
border-color: #444A4C;
}
.TagClassName
{
border-color: #444A4C;
}
</style>