Shades of Mariner #405FA6
Tints of Mariner #405FA6
RGB
CMYK
RGB Variations
Color information
#405FA6 (or 0x405FA6) is known color: Mariner. HEX triplet: 40, 5F and A6. RGB value is (64,95,166). Sum of RGB (Red+Green+Blue) = 64+95+166=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 166 (65.23% from 255 or 51.08% from 325); Max value from RGB is 166 - color contains mainly: blue. Hex color #405FA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405FA6 is #BFA059. Grayscale: #5D5D5D. Windows color (decimal): -12558426 or 10903360. OLE color: 10903360.
HSL color Cylindrical-coordinate representation of color #405FA6: hue angle of 221.76º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #405FA6 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 95 | 166 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.35 |
| HSL | 221.76º | 0.44% | 0.45% | - |
| HSV(B) | 221.76º | 0.61% | 0.65% | - |
| XYZ | 13.09 | 12.03 | 37.71 | - |
| YUV | 93.83 | 168.73 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 166 | 0.61 | 0.43 | 0 | 0.35 | 221.76 | 0.44 | 0.45 |
| Hex | 40 | 5F | A6 | 3D | 2B | 0 | 23 | DE | 2C | 2D |
| Octal | 100 | 137 | 246 | 75 | 53 | 0 | 43 | 336 | 54 | 55 |
| Binary | 1000000 | 1011111 | 10100110 | 111101 | 101011 | 0 | 100011 | 11011110 | 101100 | 101101 |
Color Harmonies of #405FA6
Complementary color
Monochromatic Colors of #405FA6
Black with #405FA6
Text Example
Text Example
White with #405FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405FA6; }
p { color: rgb(64,95,166); }
H1.HeaderClassName
{
color: #405FA6;
}
.AnyTagClassName
{
color: #405FA6;
}
</style>
background-color css
<style>
a { background-color: #405FA6; }
a { background-color: rgb(64,95,166); }
div.DivClassName
{
background-color: #405FA6;
}
.BgClassName
{
background-color: #405FA6;
}
</style>
border-color css
<style>
span { border-color: #405FA6; }
span { border-color: rgb(64,95,166); }
td.TdClassName
{
border-color: #405FA6;
}
.TagClassName
{
border-color: #405FA6;
}
</style>