Shades of Atomic #444C4F
Tints of Atomic #444C4F
RGB
CMYK
RGB Variations
Color information
#444C4F (or 0x444C4F) is known color: Atomic. HEX triplet: 44, 4C and 4F. RGB value is (68,76,79). Sum of RGB (Red+Green+Blue) = 68+76+79=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 79 - color contains mainly: blue. Hex color #444C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444C4F is #BBB3B0. Grayscale: #494949. Windows color (decimal): -12301233 or 5196868. OLE color: 5196868.
HSL color Cylindrical-coordinate representation of color #444C4F: hue angle of 196.36º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #444C4F is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 76 | 79 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.69 |
| HSL | 196.36º | 0.07% | 0.29% | - |
| HSV(B) | 196.36º | 0.14% | 0.31% | - |
| XYZ | 6.38 | 6.96 | 8.4 | - |
| YUV | 73.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 79 | 0.14 | 0.04 | 0 | 0.69 | 196.36 | 0.07 | 0.29 |
| Hex | 44 | 4C | 4F | E | 4 | 0 | 45 | C4 | 7 | 1D |
| Octal | 104 | 114 | 117 | 16 | 4 | 0 | 105 | 304 | 7 | 35 |
| Binary | 1000100 | 1001100 | 1001111 | 1110 | 100 | 0 | 1000101 | 11000100 | 111 | 11101 |
Color Harmonies of #444C4F
Complementary color
Monochromatic Colors of #444C4F
Black with #444C4F
Text Example
Text Example
White with #444C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444C4F; }
p { color: rgb(68,76,79); }
H1.HeaderClassName
{
color: #444C4F;
}
.AnyTagClassName
{
color: #444C4F;
}
</style>
background-color css
<style>
a { background-color: #444C4F; }
a { background-color: rgb(68,76,79); }
div.DivClassName
{
background-color: #444C4F;
}
.BgClassName
{
background-color: #444C4F;
}
</style>
border-color css
<style>
span { border-color: #444C4F; }
span { border-color: rgb(68,76,79); }
td.TdClassName
{
border-color: #444C4F;
}
.TagClassName
{
border-color: #444C4F;
}
</style>