Shades of Mariner #405B9E
Tints of Mariner #405B9E
RGB
CMYK
RGB Variations
Color information
#405B9E (or 0x405B9E) is known color: Mariner. HEX triplet: 40, 5B and 9E. RGB value is (64,91,158). Sum of RGB (Red+Green+Blue) = 64+91+158=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #405B9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405B9E is #BFA461. Grayscale: #5A5A5A. Windows color (decimal): -12559458 or 10378048. OLE color: 10378048.
HSL color Cylindrical-coordinate representation of color #405B9E: hue angle of 222.77º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #405B9E is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 91 | 158 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.38 |
| HSL | 222.77º | 0.42% | 0.44% | - |
| HSV(B) | 222.77º | 0.59% | 0.62% | - |
| XYZ | 12.03 | 11.04 | 33.84 | - |
| YUV | 90.57 | 166.05 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 158 | 0.59 | 0.42 | 0 | 0.38 | 222.77 | 0.42 | 0.44 |
| Hex | 40 | 5B | 9E | 3B | 2A | 0 | 26 | DF | 2A | 2C |
| Octal | 100 | 133 | 236 | 73 | 52 | 0 | 46 | 337 | 52 | 54 |
| Binary | 1000000 | 1011011 | 10011110 | 111011 | 101010 | 0 | 100110 | 11011111 | 101010 | 101100 |
Color Harmonies of #405B9E
Complementary color
Monochromatic Colors of #405B9E
Black with #405B9E
Text Example
Text Example
White with #405B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405B9E; }
p { color: rgb(64,91,158); }
H1.HeaderClassName
{
color: #405B9E;
}
.AnyTagClassName
{
color: #405B9E;
}
</style>
background-color css
<style>
a { background-color: #405B9E; }
a { background-color: rgb(64,91,158); }
div.DivClassName
{
background-color: #405B9E;
}
.BgClassName
{
background-color: #405B9E;
}
</style>
border-color css
<style>
span { border-color: #405B9E; }
span { border-color: rgb(64,91,158); }
td.TdClassName
{
border-color: #405B9E;
}
.TagClassName
{
border-color: #405B9E;
}
</style>