Shades of Mariner #405B93
Tints of Mariner #405B93
RGB
CMYK
RGB Variations
Color information
#405B93 (or 0x405B93) is known color: Mariner. HEX triplet: 40, 5B and 93. RGB value is (64,91,147). Sum of RGB (Red+Green+Blue) = 64+91+147=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #405B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405B93 is #BFA46C. Grayscale: #595959. Windows color (decimal): -12559469 or 9657152. OLE color: 9657152.
HSL color Cylindrical-coordinate representation of color #405B93: hue angle of 220.48º 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 #405B93 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 91 | 147 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.42 |
| HSL | 220.48º | 0.39% | 0.41% | - |
| HSV(B) | 220.48º | 0.56% | 0.58% | - |
| XYZ | 11.12 | 10.68 | 29.08 | - |
| YUV | 89.31 | 160.55 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 147 | 0.56 | 0.38 | 0 | 0.42 | 220.48 | 0.39 | 0.41 |
| Hex | 40 | 5B | 93 | 38 | 26 | 0 | 2A | DC | 27 | 29 |
| Octal | 100 | 133 | 223 | 70 | 46 | 0 | 52 | 334 | 47 | 51 |
| Binary | 1000000 | 1011011 | 10010011 | 111000 | 100110 | 0 | 101010 | 11011100 | 100111 | 101001 |
Color Harmonies of #405B93
Complementary color
Monochromatic Colors of #405B93
Black with #405B93
Text Example
Text Example
White with #405B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405B93; }
p { color: rgb(64,91,147); }
H1.HeaderClassName
{
color: #405B93;
}
.AnyTagClassName
{
color: #405B93;
}
</style>
background-color css
<style>
a { background-color: #405B93; }
a { background-color: rgb(64,91,147); }
div.DivClassName
{
background-color: #405B93;
}
.BgClassName
{
background-color: #405B93;
}
</style>
border-color css
<style>
span { border-color: #405B93; }
span { border-color: rgb(64,91,147); }
td.TdClassName
{
border-color: #405B93;
}
.TagClassName
{
border-color: #405B93;
}
</style>