Shades of Mariner #405AB0
Tints of Mariner #405AB0
RGB
CMYK
RGB Variations
Color information
#405AB0 (or 0x405AB0) is known color: Mariner. HEX triplet: 40, 5A and B0. RGB value is (64,90,176). Sum of RGB (Red+Green+Blue) = 64+90+176=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 176 (69.14% from 255 or 53.33% from 330); Max value from RGB is 176 - color contains mainly: blue. Hex color #405AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405AB0 is #BFA54F. Grayscale: #5B5B5B. Windows color (decimal): -12559696 or 11557440. OLE color: 11557440.
HSL color Cylindrical-coordinate representation of color #405AB0: hue angle of 226.07º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #405AB0 is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 90 | 176 | - |
| CMYK | 0.64 | 0.49 | 0 | 0.31 |
| HSL | 226.07º | 0.47% | 0.47% | - |
| HSV(B) | 226.07º | 0.64% | 0.69% | - |
| XYZ | 13.61 | 11.54 | 42.58 | - |
| YUV | 92.03 | 175.39 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 176 | 0.64 | 0.49 | 0 | 0.31 | 226.07 | 0.47 | 0.47 |
| Hex | 40 | 5A | B0 | 40 | 31 | 0 | 1F | E2 | 2F | 2F |
| Octal | 100 | 132 | 260 | 100 | 61 | 0 | 37 | 342 | 57 | 57 |
| Binary | 1000000 | 1011010 | 10110000 | 1000000 | 110001 | 0 | 11111 | 11100010 | 101111 | 101111 |
Color Harmonies of #405AB0
Complementary color
Monochromatic Colors of #405AB0
Black with #405AB0
Text Example
Text Example
White with #405AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405AB0; }
p { color: rgb(64,90,176); }
H1.HeaderClassName
{
color: #405AB0;
}
.AnyTagClassName
{
color: #405AB0;
}
</style>
background-color css
<style>
a { background-color: #405AB0; }
a { background-color: rgb(64,90,176); }
div.DivClassName
{
background-color: #405AB0;
}
.BgClassName
{
background-color: #405AB0;
}
</style>
border-color css
<style>
span { border-color: #405AB0; }
span { border-color: rgb(64,90,176); }
td.TdClassName
{
border-color: #405AB0;
}
.TagClassName
{
border-color: #405AB0;
}
</style>