Shades of Mariner #405DAC
Tints of Mariner #405DAC
RGB
CMYK
RGB Variations
Color information
#405DAC (or 0x405DAC) is known color: Mariner. HEX triplet: 40, 5D and AC. RGB value is (64,93,172). Sum of RGB (Red+Green+Blue) = 64+93+172=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #405DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405DAC is #BFA253. Grayscale: #5C5C5C. Windows color (decimal): -12558932 or 11296064. OLE color: 11296064.
HSL color Cylindrical-coordinate representation of color #405DAC: hue angle of 223.89º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #405DAC is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 93 | 172 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.33 |
| HSL | 223.89º | 0.46% | 0.46% | - |
| HSV(B) | 223.89º | 0.63% | 0.67% | - |
| XYZ | 13.48 | 11.9 | 40.62 | - |
| YUV | 93.34 | 172.39 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 93 | 172 | 0.63 | 0.46 | 0 | 0.33 | 223.89 | 0.46 | 0.46 |
| Hex | 40 | 5D | AC | 3F | 2E | 0 | 21 | E0 | 2E | 2E |
| Octal | 100 | 135 | 254 | 77 | 56 | 0 | 41 | 340 | 56 | 56 |
| Binary | 1000000 | 1011101 | 10101100 | 111111 | 101110 | 0 | 100001 | 11100000 | 101110 | 101110 |
Color Harmonies of #405DAC
Complementary color
Monochromatic Colors of #405DAC
Black with #405DAC
Text Example
Text Example
White with #405DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405DAC; }
p { color: rgb(64,93,172); }
H1.HeaderClassName
{
color: #405DAC;
}
.AnyTagClassName
{
color: #405DAC;
}
</style>
background-color css
<style>
a { background-color: #405DAC; }
a { background-color: rgb(64,93,172); }
div.DivClassName
{
background-color: #405DAC;
}
.BgClassName
{
background-color: #405DAC;
}
</style>
border-color css
<style>
span { border-color: #405DAC; }
span { border-color: rgb(64,93,172); }
td.TdClassName
{
border-color: #405DAC;
}
.TagClassName
{
border-color: #405DAC;
}
</style>