Shades of Mariner #405BAC
Tints of Mariner #405BAC
RGB
CMYK
RGB Variations
Color information
#405BAC (or 0x405BAC) is known color: Mariner. HEX triplet: 40, 5B and AC. RGB value is (64,91,172). Sum of RGB (Red+Green+Blue) = 64+91+172=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #405BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405BAC is #BFA453. Grayscale: #5B5B5B. Windows color (decimal): -12559444 or 11295552. OLE color: 11295552.
HSL color Cylindrical-coordinate representation of color #405BAC: hue angle of 225º 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 #405BAC is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 91 | 172 | - |
| CMYK | 0.63 | 0.47 | 0 | 0.33 |
| HSL | 225º | 0.46% | 0.46% | - |
| HSV(B) | 225º | 0.63% | 0.67% | - |
| XYZ | 13.3 | 11.55 | 40.56 | - |
| YUV | 92.16 | 173.05 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 172 | 0.63 | 0.47 | 0 | 0.33 | 225 | 0.46 | 0.46 |
| Hex | 40 | 5B | AC | 3F | 2F | 0 | 21 | E1 | 2E | 2E |
| Octal | 100 | 133 | 254 | 77 | 57 | 0 | 41 | 341 | 56 | 56 |
| Binary | 1000000 | 1011011 | 10101100 | 111111 | 101111 | 0 | 100001 | 11100001 | 101110 | 101110 |
Color Harmonies of #405BAC
Complementary color
Monochromatic Colors of #405BAC
Black with #405BAC
Text Example
Text Example
White with #405BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405BAC; }
p { color: rgb(64,91,172); }
H1.HeaderClassName
{
color: #405BAC;
}
.AnyTagClassName
{
color: #405BAC;
}
</style>
background-color css
<style>
a { background-color: #405BAC; }
a { background-color: rgb(64,91,172); }
div.DivClassName
{
background-color: #405BAC;
}
.BgClassName
{
background-color: #405BAC;
}
</style>
border-color css
<style>
span { border-color: #405BAC; }
span { border-color: rgb(64,91,172); }
td.TdClassName
{
border-color: #405BAC;
}
.TagClassName
{
border-color: #405BAC;
}
</style>