Shades of Mariner #4058AA
Tints of Mariner #4058AA
RGB
CMYK
RGB Variations
Color information
#4058AA (or 0x4058AA) is known color: Mariner. HEX triplet: 40, 58 and AA. RGB value is (64,88,170). Sum of RGB (Red+Green+Blue) = 64+88+170=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #4058AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4058AA is #BFA755. Grayscale: #595959. Windows color (decimal): -12560214 or 11163712. OLE color: 11163712.
HSL color Cylindrical-coordinate representation of color #4058AA: hue angle of 226.42º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4058AA is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 88 | 170 | - |
| CMYK | 0.62 | 0.48 | 0 | 0.33 |
| HSL | 226.42º | 0.45% | 0.46% | - |
| HSV(B) | 226.42º | 0.62% | 0.67% | - |
| XYZ | 12.86 | 10.97 | 39.47 | - |
| YUV | 90.17 | 173.05 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 88 | 170 | 0.62 | 0.48 | 0 | 0.33 | 226.42 | 0.45 | 0.46 |
| Hex | 40 | 58 | AA | 3E | 30 | 0 | 21 | E2 | 2D | 2E |
| Octal | 100 | 130 | 252 | 76 | 60 | 0 | 41 | 342 | 55 | 56 |
| Binary | 1000000 | 1011000 | 10101010 | 111110 | 110000 | 0 | 100001 | 11100010 | 101101 | 101110 |
Color Harmonies of #4058AA
Complementary color
Monochromatic Colors of #4058AA
Black with #4058AA
Text Example
Text Example
White with #4058AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4058AA; }
p { color: rgb(64,88,170); }
H1.HeaderClassName
{
color: #4058AA;
}
.AnyTagClassName
{
color: #4058AA;
}
</style>
background-color css
<style>
a { background-color: #4058AA; }
a { background-color: rgb(64,88,170); }
div.DivClassName
{
background-color: #4058AA;
}
.BgClassName
{
background-color: #4058AA;
}
</style>
border-color css
<style>
span { border-color: #4058AA; }
span { border-color: rgb(64,88,170); }
td.TdClassName
{
border-color: #4058AA;
}
.TagClassName
{
border-color: #4058AA;
}
</style>