Shades of Bay Of Many #40425D
Tints of Bay Of Many #40425D
RGB
CMYK
RGB Variations
Color information
#40425D (or 0x40425D) is known color: Bay Of Many. HEX triplet: 40, 42 and 5D. RGB value is (64,66,93). Sum of RGB (Red+Green+Blue) = 64+66+93=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 93 - color contains mainly: blue. Hex color #40425D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40425D is #BFBDA2. Grayscale: #444444. Windows color (decimal): -12565923 or 6111808. OLE color: 6111808.
HSL color Cylindrical-coordinate representation of color #40425D: hue angle of 235.86º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #40425D is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 66 | 93 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.64 |
| HSL | 235.86º | 0.18% | 0.31% | - |
| HSV(B) | 235.86º | 0.31% | 0.36% | - |
| XYZ | 6.04 | 5.78 | 11.15 | - |
| YUV | 68.48 | 141.84 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 93 | 0.31 | 0.29 | 0 | 0.64 | 235.86 | 0.18 | 0.31 |
| Hex | 40 | 42 | 5D | 1F | 1D | 0 | 40 | EC | 12 | 1F |
| Octal | 100 | 102 | 135 | 37 | 35 | 0 | 100 | 354 | 22 | 37 |
| Binary | 1000000 | 1000010 | 1011101 | 11111 | 11101 | 0 | 1000000 | 11101100 | 10010 | 11111 |
Color Harmonies of #40425D
Complementary color
Monochromatic Colors of #40425D
Black with #40425D
Text Example
Text Example
White with #40425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40425D; }
p { color: rgb(64,66,93); }
H1.HeaderClassName
{
color: #40425D;
}
.AnyTagClassName
{
color: #40425D;
}
</style>
background-color css
<style>
a { background-color: #40425D; }
a { background-color: rgb(64,66,93); }
div.DivClassName
{
background-color: #40425D;
}
.BgClassName
{
background-color: #40425D;
}
</style>
border-color css
<style>
span { border-color: #40425D; }
span { border-color: rgb(64,66,93); }
td.TdClassName
{
border-color: #40425D;
}
.TagClassName
{
border-color: #40425D;
}
</style>