Shades of Mallard #40453B
Tints of Mallard #40453B
RGB
CMYK
RGB Variations
Color information
#40453B (or 0x40453B) is known color: Mallard. HEX triplet: 40, 45 and 3B. RGB value is (64,69,59). Sum of RGB (Red+Green+Blue) = 64+69+59=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 69 - color contains mainly: green. Hex color #40453B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40453B is #BFBAC4. Grayscale: #424242. Windows color (decimal): -12565189 or 3884352. OLE color: 3884352.
HSL color Cylindrical-coordinate representation of color #40453B: hue angle of 90º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #40453B is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 69 | 59 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.73 |
| HSL | 90º | 0.08% | 0.25% | - |
| HSV(B) | 90º | 0.14% | 0.27% | - |
| XYZ | 5.03 | 5.66 | 4.97 | - |
| YUV | 66.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 69 | 59 | 0.07 | 0 | 0.14 | 0.73 | 90 | 0.08 | 0.25 |
| Hex | 40 | 45 | 3B | 7 | 0 | E | 49 | 5A | 8 | 19 |
| Octal | 100 | 105 | 73 | 7 | 0 | 16 | 111 | 132 | 10 | 31 |
| Binary | 1000000 | 1000101 | 111011 | 111 | 0 | 1110 | 1001001 | 1011010 | 1000 | 11001 |
Color Harmonies of #40453B
Complementary color
Monochromatic Colors of #40453B
Black with #40453B
Text Example
Text Example
White with #40453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40453B; }
p { color: rgb(64,69,59); }
H1.HeaderClassName
{
color: #40453B;
}
.AnyTagClassName
{
color: #40453B;
}
</style>
background-color css
<style>
a { background-color: #40453B; }
a { background-color: rgb(64,69,59); }
div.DivClassName
{
background-color: #40453B;
}
.BgClassName
{
background-color: #40453B;
}
</style>
border-color css
<style>
span { border-color: #40453B; }
span { border-color: rgb(64,69,59); }
td.TdClassName
{
border-color: #40453B;
}
.TagClassName
{
border-color: #40453B;
}
</style>