Shades of Mariner #405D93
Tints of Mariner #405D93
RGB
CMYK
RGB Variations
Color information
#405D93 (or 0x405D93) is known color: Mariner. HEX triplet: 40, 5D and 93. RGB value is (64,93,147). Sum of RGB (Red+Green+Blue) = 64+93+147=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #405D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405D93 is #BFA26C. Grayscale: #5A5A5A. Windows color (decimal): -12558957 or 9657664. OLE color: 9657664.
HSL color Cylindrical-coordinate representation of color #405D93: hue angle of 219.04º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #405D93 is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 93 | 147 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.42 |
| HSL | 219.04º | 0.39% | 0.41% | - |
| HSV(B) | 219.04º | 0.56% | 0.58% | - |
| XYZ | 11.3 | 11.03 | 29.14 | - |
| YUV | 90.49 | 159.89 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 93 | 147 | 0.56 | 0.37 | 0 | 0.42 | 219.04 | 0.39 | 0.41 |
| Hex | 40 | 5D | 93 | 38 | 25 | 0 | 2A | DB | 27 | 29 |
| Octal | 100 | 135 | 223 | 70 | 45 | 0 | 52 | 333 | 47 | 51 |
| Binary | 1000000 | 1011101 | 10010011 | 111000 | 100101 | 0 | 101010 | 11011011 | 100111 | 101001 |
Color Harmonies of #405D93
Complementary color
Monochromatic Colors of #405D93
Black with #405D93
Text Example
Text Example
White with #405D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405D93; }
p { color: rgb(64,93,147); }
H1.HeaderClassName
{
color: #405D93;
}
.AnyTagClassName
{
color: #405D93;
}
</style>
background-color css
<style>
a { background-color: #405D93; }
a { background-color: rgb(64,93,147); }
div.DivClassName
{
background-color: #405D93;
}
.BgClassName
{
background-color: #405D93;
}
</style>
border-color css
<style>
span { border-color: #405D93; }
span { border-color: rgb(64,93,147); }
td.TdClassName
{
border-color: #405D93;
}
.TagClassName
{
border-color: #405D93;
}
</style>