Shades of Mariner #405C93
Tints of Mariner #405C93
RGB
CMYK
RGB Variations
Color information
#405C93 (or 0x405C93) is known color: Mariner. HEX triplet: 40, 5C and 93. RGB value is (64,92,147). Sum of RGB (Red+Green+Blue) = 64+92+147=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #405C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405C93 is #BFA36C. Grayscale: #595959. Windows color (decimal): -12559213 or 9657408. OLE color: 9657408.
HSL color Cylindrical-coordinate representation of color #405C93: hue angle of 219.76º 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 #405C93 is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 92 | 147 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.42 |
| HSL | 219.76º | 0.39% | 0.41% | - |
| HSV(B) | 219.76º | 0.56% | 0.58% | - |
| XYZ | 11.21 | 10.85 | 29.11 | - |
| YUV | 89.9 | 160.22 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 147 | 0.56 | 0.37 | 0 | 0.42 | 219.76 | 0.39 | 0.41 |
| Hex | 40 | 5C | 93 | 38 | 25 | 0 | 2A | DC | 27 | 29 |
| Octal | 100 | 134 | 223 | 70 | 45 | 0 | 52 | 334 | 47 | 51 |
| Binary | 1000000 | 1011100 | 10010011 | 111000 | 100101 | 0 | 101010 | 11011100 | 100111 | 101001 |
Color Harmonies of #405C93
Complementary color
Monochromatic Colors of #405C93
Black with #405C93
Text Example
Text Example
White with #405C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405C93; }
p { color: rgb(64,92,147); }
H1.HeaderClassName
{
color: #405C93;
}
.AnyTagClassName
{
color: #405C93;
}
</style>
background-color css
<style>
a { background-color: #405C93; }
a { background-color: rgb(64,92,147); }
div.DivClassName
{
background-color: #405C93;
}
.BgClassName
{
background-color: #405C93;
}
</style>
border-color css
<style>
span { border-color: #405C93; }
span { border-color: rgb(64,92,147); }
td.TdClassName
{
border-color: #405C93;
}
.TagClassName
{
border-color: #405C93;
}
</style>