Shades of Zeus #40423B
Tints of Zeus #40423B
RGB
CMYK
RGB Variations
Color information
#40423B (or 0x40423B) is known color: Zeus. HEX triplet: 40, 42 and 3B. RGB value is (64,66,59). Sum of RGB (Red+Green+Blue) = 64+66+59=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 66 - color contains mainly: green. Hex color #40423B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40423B is #BFBDC4. Grayscale: #404040. Windows color (decimal): -12565957 or 3883584. OLE color: 3883584.
HSL color Cylindrical-coordinate representation of color #40423B: hue angle of 77.14º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #40423B is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 66 | 59 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.74 |
| HSL | 77.14º | 0.06% | 0.25% | - |
| HSV(B) | 77.14º | 0.11% | 0.26% | - |
| XYZ | 4.85 | 5.3 | 4.91 | - |
| YUV | 64.6 | 124.84 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 59 | 0.03 | 0 | 0.11 | 0.74 | 77.14 | 0.06 | 0.25 |
| Hex | 40 | 42 | 3B | 3 | 0 | B | 4A | 4D | 6 | 19 |
| Octal | 100 | 102 | 73 | 3 | 0 | 13 | 112 | 115 | 6 | 31 |
| Binary | 1000000 | 1000010 | 111011 | 11 | 0 | 1011 | 1001010 | 1001101 | 110 | 11001 |
Color Harmonies of #40423B
Complementary color
Monochromatic Colors of #40423B
Black with #40423B
Text Example
Text Example
White with #40423B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40423B; }
p { color: rgb(64,66,59); }
H1.HeaderClassName
{
color: #40423B;
}
.AnyTagClassName
{
color: #40423B;
}
</style>
background-color css
<style>
a { background-color: #40423B; }
a { background-color: rgb(64,66,59); }
div.DivClassName
{
background-color: #40423B;
}
.BgClassName
{
background-color: #40423B;
}
</style>
border-color css
<style>
span { border-color: #40423B; }
span { border-color: rgb(64,66,59); }
td.TdClassName
{
border-color: #40423B;
}
.TagClassName
{
border-color: #40423B;
}
</style>