Shades of Mariner #405AAC
Tints of Mariner #405AAC
RGB
CMYK
RGB Variations
Color information
#405AAC (or 0x405AAC) is known color: Mariner. HEX triplet: 40, 5A and AC. RGB value is (64,90,172). Sum of RGB (Red+Green+Blue) = 64+90+172=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #405AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405AAC is #BFA553. Grayscale: #5B5B5B. Windows color (decimal): -12559700 or 11295296. OLE color: 11295296.
HSL color Cylindrical-coordinate representation of color #405AAC: hue angle of 225.56º 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 #405AAC is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 90 | 172 | - |
| CMYK | 0.63 | 0.48 | 0 | 0.33 |
| HSL | 225.56º | 0.46% | 0.46% | - |
| HSV(B) | 225.56º | 0.63% | 0.67% | - |
| XYZ | 13.22 | 11.38 | 40.53 | - |
| YUV | 91.57 | 173.39 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 172 | 0.63 | 0.48 | 0 | 0.33 | 225.56 | 0.46 | 0.46 |
| Hex | 40 | 5A | AC | 3F | 30 | 0 | 21 | E2 | 2E | 2E |
| Octal | 100 | 132 | 254 | 77 | 60 | 0 | 41 | 342 | 56 | 56 |
| Binary | 1000000 | 1011010 | 10101100 | 111111 | 110000 | 0 | 100001 | 11100010 | 101110 | 101110 |
Color Harmonies of #405AAC
Complementary color
Monochromatic Colors of #405AAC
Black with #405AAC
Text Example
Text Example
White with #405AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405AAC; }
p { color: rgb(64,90,172); }
H1.HeaderClassName
{
color: #405AAC;
}
.AnyTagClassName
{
color: #405AAC;
}
</style>
background-color css
<style>
a { background-color: #405AAC; }
a { background-color: rgb(64,90,172); }
div.DivClassName
{
background-color: #405AAC;
}
.BgClassName
{
background-color: #405AAC;
}
</style>
border-color css
<style>
span { border-color: #405AAC; }
span { border-color: rgb(64,90,172); }
td.TdClassName
{
border-color: #405AAC;
}
.TagClassName
{
border-color: #405AAC;
}
</style>