Shades of Atomic #444B4E
Tints of Atomic #444B4E
RGB
CMYK
RGB Variations
Color information
#444B4E (or 0x444B4E) is known color: Atomic. HEX triplet: 44, 4B and 4E. RGB value is (68,75,78). Sum of RGB (Red+Green+Blue) = 68+75+78=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 78 - color contains mainly: blue. Hex color #444B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444B4E is #BBB4B1. Grayscale: #494949. Windows color (decimal): -12301490 or 5131076. OLE color: 5131076.
HSL color Cylindrical-coordinate representation of color #444B4E: hue angle of 198º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #444B4E is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 75 | 78 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.69 |
| HSL | 198º | 0.07% | 0.29% | - |
| HSV(B) | 198º | 0.13% | 0.31% | - |
| XYZ | 6.28 | 6.81 | 8.19 | - |
| YUV | 73.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 78 | 0.13 | 0.04 | 0 | 0.69 | 198 | 0.07 | 0.29 |
| Hex | 44 | 4B | 4E | D | 4 | 0 | 45 | C6 | 7 | 1D |
| Octal | 104 | 113 | 116 | 15 | 4 | 0 | 105 | 306 | 7 | 35 |
| Binary | 1000100 | 1001011 | 1001110 | 1101 | 100 | 0 | 1000101 | 11000110 | 111 | 11101 |
Color Harmonies of #444B4E
Complementary color
Monochromatic Colors of #444B4E
Black with #444B4E
Text Example
Text Example
White with #444B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444B4E; }
p { color: rgb(68,75,78); }
H1.HeaderClassName
{
color: #444B4E;
}
.AnyTagClassName
{
color: #444B4E;
}
</style>
background-color css
<style>
a { background-color: #444B4E; }
a { background-color: rgb(68,75,78); }
div.DivClassName
{
background-color: #444B4E;
}
.BgClassName
{
background-color: #444B4E;
}
</style>
border-color css
<style>
span { border-color: #444B4E; }
span { border-color: rgb(68,75,78); }
td.TdClassName
{
border-color: #444B4E;
}
.TagClassName
{
border-color: #444B4E;
}
</style>