Shades of Arsenic #444A4F
Tints of Arsenic #444A4F
RGB
CMYK
RGB Variations
Color information
#444A4F (or 0x444A4F) is known color: Arsenic. HEX triplet: 44, 4A and 4F. RGB value is (68,74,79). Sum of RGB (Red+Green+Blue) = 68+74+79=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 79 - color contains mainly: blue. Hex color #444A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444A4F is #BBB5B0. Grayscale: #484848. Windows color (decimal): -12301745 or 5196356. OLE color: 5196356.
HSL color Cylindrical-coordinate representation of color #444A4F: hue angle of 207.27º 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 #444A4F is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 74 | 79 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.69 |
| HSL | 207.27º | 0.07% | 0.29% | - |
| HSV(B) | 207.27º | 0.14% | 0.31% | - |
| XYZ | 6.24 | 6.69 | 8.36 | - |
| YUV | 72.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 74 | 79 | 0.14 | 0.06 | 0 | 0.69 | 207.27 | 0.07 | 0.29 |
| Hex | 44 | 4A | 4F | E | 6 | 0 | 45 | CF | 7 | 1D |
| Octal | 104 | 112 | 117 | 16 | 6 | 0 | 105 | 317 | 7 | 35 |
| Binary | 1000100 | 1001010 | 1001111 | 1110 | 110 | 0 | 1000101 | 11001111 | 111 | 11101 |
Color Harmonies of #444A4F
Complementary color
Monochromatic Colors of #444A4F
Black with #444A4F
Text Example
Text Example
White with #444A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444A4F; }
p { color: rgb(68,74,79); }
H1.HeaderClassName
{
color: #444A4F;
}
.AnyTagClassName
{
color: #444A4F;
}
</style>
background-color css
<style>
a { background-color: #444A4F; }
a { background-color: rgb(68,74,79); }
div.DivClassName
{
background-color: #444A4F;
}
.BgClassName
{
background-color: #444A4F;
}
</style>
border-color css
<style>
span { border-color: #444A4F; }
span { border-color: rgb(68,74,79); }
td.TdClassName
{
border-color: #444A4F;
}
.TagClassName
{
border-color: #444A4F;
}
</style>