Shades of Atomic #444A4D
Tints of Atomic #444A4D
RGB
CMYK
RGB Variations
Color information
#444A4D (or 0x444A4D) is known color: Atomic. HEX triplet: 44, 4A and 4D. RGB value is (68,74,77). Sum of RGB (Red+Green+Blue) = 68+74+77=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 77 - color contains mainly: blue. Hex color #444A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444A4D is #BBB5B2. Grayscale: #484848. Windows color (decimal): -12301747 or 5065284. OLE color: 5065284.
HSL color Cylindrical-coordinate representation of color #444A4D: hue angle of 200º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #444A4D is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 74 | 77 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.70 |
| HSL | 200º | 0.06% | 0.28% | - |
| HSV(B) | 200º | 0.12% | 0.3% | - |
| XYZ | 6.17 | 6.66 | 7.98 | - |
| YUV | 72.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 74 | 77 | 0.12 | 0.04 | 0 | 0.70 | 200 | 0.06 | 0.28 |
| Hex | 44 | 4A | 4D | C | 4 | 0 | 46 | C8 | 6 | 1C |
| Octal | 104 | 112 | 115 | 14 | 4 | 0 | 106 | 310 | 6 | 34 |
| Binary | 1000100 | 1001010 | 1001101 | 1100 | 100 | 0 | 1000110 | 11001000 | 110 | 11100 |
Color Harmonies of #444A4D
Complementary color
Monochromatic Colors of #444A4D
Black with #444A4D
Text Example
Text Example
White with #444A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444A4D; }
p { color: rgb(68,74,77); }
H1.HeaderClassName
{
color: #444A4D;
}
.AnyTagClassName
{
color: #444A4D;
}
</style>
background-color css
<style>
a { background-color: #444A4D; }
a { background-color: rgb(68,74,77); }
div.DivClassName
{
background-color: #444A4D;
}
.BgClassName
{
background-color: #444A4D;
}
</style>
border-color css
<style>
span { border-color: #444A4D; }
span { border-color: rgb(68,74,77); }
td.TdClassName
{
border-color: #444A4D;
}
.TagClassName
{
border-color: #444A4D;
}
</style>