Shades of Mariner #4058A0
Tints of Mariner #4058A0
RGB
CMYK
RGB Variations
Color information
#4058A0 (or 0x4058A0) is known color: Mariner. HEX triplet: 40, 58 and A0. RGB value is (64,88,160). Sum of RGB (Red+Green+Blue) = 64+88+160=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 160 (62.89% from 255 or 51.28% from 312); Max value from RGB is 160 - color contains mainly: blue. Hex color #4058A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4058A0 is #BFA75F. Grayscale: #585858. Windows color (decimal): -12560224 or 10508352. OLE color: 10508352.
HSL color Cylindrical-coordinate representation of color #4058A0: hue angle of 225º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4058A0 is Cyan = 0.6, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 88 | 160 | - |
| CMYK | 0.6 | 0.45 | 0 | 0.37 |
| HSL | 225º | 0.43% | 0.44% | - |
| HSV(B) | 225º | 0.6% | 0.63% | - |
| XYZ | 11.95 | 10.61 | 34.68 | - |
| YUV | 89.03 | 168.05 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 88 | 160 | 0.6 | 0.45 | 0 | 0.37 | 225 | 0.43 | 0.44 |
| Hex | 40 | 58 | A0 | 3C | 2D | 0 | 25 | E1 | 2B | 2C |
| Octal | 100 | 130 | 240 | 74 | 55 | 0 | 45 | 341 | 53 | 54 |
| Binary | 1000000 | 1011000 | 10100000 | 111100 | 101101 | 0 | 100101 | 11100001 | 101011 | 101100 |
Color Harmonies of #4058A0
Complementary color
Monochromatic Colors of #4058A0
Black with #4058A0
Text Example
Text Example
White with #4058A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4058A0; }
p { color: rgb(64,88,160); }
H1.HeaderClassName
{
color: #4058A0;
}
.AnyTagClassName
{
color: #4058A0;
}
</style>
background-color css
<style>
a { background-color: #4058A0; }
a { background-color: rgb(64,88,160); }
div.DivClassName
{
background-color: #4058A0;
}
.BgClassName
{
background-color: #4058A0;
}
</style>
border-color css
<style>
span { border-color: #4058A0; }
span { border-color: rgb(64,88,160); }
td.TdClassName
{
border-color: #4058A0;
}
.TagClassName
{
border-color: #4058A0;
}
</style>