Shades of Mariner #41579F
Tints of Mariner #41579F
RGB
CMYK
RGB Variations
Color information
#41579F (or 0x41579F) is known color: Mariner. HEX triplet: 41, 57 and 9F. RGB value is (65,87,159). Sum of RGB (Red+Green+Blue) = 65+87+159=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #41579F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41579F is #BEA860. Grayscale: #585858. Windows color (decimal): -12494945 or 10442561. OLE color: 10442561.
HSL color Cylindrical-coordinate representation of color #41579F: hue angle of 225.96º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41579F is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 87 | 159 | - |
| CMYK | 0.59 | 0.45 | 0 | 0.38 |
| HSL | 225.96º | 0.42% | 0.44% | - |
| HSV(B) | 225.96º | 0.59% | 0.62% | - |
| XYZ | 11.85 | 10.44 | 34.19 | - |
| YUV | 88.63 | 167.71 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 87 | 159 | 0.59 | 0.45 | 0 | 0.38 | 225.96 | 0.42 | 0.44 |
| Hex | 41 | 57 | 9F | 3B | 2D | 0 | 26 | E2 | 2A | 2C |
| Octal | 101 | 127 | 237 | 73 | 55 | 0 | 46 | 342 | 52 | 54 |
| Binary | 1000001 | 1010111 | 10011111 | 111011 | 101101 | 0 | 100110 | 11100010 | 101010 | 101100 |
Color Harmonies of #41579F
Complementary color
Monochromatic Colors of #41579F
Black with #41579F
Text Example
Text Example
White with #41579F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41579F; }
p { color: rgb(65,87,159); }
H1.HeaderClassName
{
color: #41579F;
}
.AnyTagClassName
{
color: #41579F;
}
</style>
background-color css
<style>
a { background-color: #41579F; }
a { background-color: rgb(65,87,159); }
div.DivClassName
{
background-color: #41579F;
}
.BgClassName
{
background-color: #41579F;
}
</style>
border-color css
<style>
span { border-color: #41579F; }
span { border-color: rgb(65,87,159); }
td.TdClassName
{
border-color: #41579F;
}
.TagClassName
{
border-color: #41579F;
}
</style>