Shades of Zeus #404438
Tints of Zeus #404438
RGB
CMYK
RGB Variations
Color information
#404438 (or 0x404438) is known color: Zeus. HEX triplet: 40, 44 and 38. RGB value is (64,68,56). Sum of RGB (Red+Green+Blue) = 64+68+56=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 56 (22.27% from 255 or 29.79% from 188); Max value from RGB is 68 - color contains mainly: green. Hex color #404438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404438 is #BFBBC7. Grayscale: #414141. Windows color (decimal): -12565448 or 3687488. OLE color: 3687488.
HSL color Cylindrical-coordinate representation of color #404438: hue angle of 80º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #404438 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 68 | 56 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.73 |
| HSL | 80º | 0.1% | 0.24% | - |
| HSV(B) | 80º | 0.18% | 0.27% | - |
| XYZ | 4.9 | 5.51 | 4.55 | - |
| YUV | 65.44 | 122.67 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 68 | 56 | 0.06 | 0 | 0.18 | 0.73 | 80 | 0.1 | 0.24 |
| Hex | 40 | 44 | 38 | 6 | 0 | 12 | 49 | 50 | A | 18 |
| Octal | 100 | 104 | 70 | 6 | 0 | 22 | 111 | 120 | 12 | 30 |
| Binary | 1000000 | 1000100 | 111000 | 110 | 0 | 10010 | 1001001 | 1010000 | 1010 | 11000 |
Color Harmonies of #404438
Complementary color
Monochromatic Colors of #404438
Black with #404438
Text Example
Text Example
White with #404438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404438; }
p { color: rgb(64,68,56); }
H1.HeaderClassName
{
color: #404438;
}
.AnyTagClassName
{
color: #404438;
}
</style>
background-color css
<style>
a { background-color: #404438; }
a { background-color: rgb(64,68,56); }
div.DivClassName
{
background-color: #404438;
}
.BgClassName
{
background-color: #404438;
}
</style>
border-color css
<style>
span { border-color: #404438; }
span { border-color: rgb(64,68,56); }
td.TdClassName
{
border-color: #404438;
}
.TagClassName
{
border-color: #404438;
}
</style>