Shades of Mariner #41549F
Tints of Mariner #41549F
RGB
CMYK
RGB Variations
Color information
#41549F (or 0x41549F) is known color: Mariner. HEX triplet: 41, 54 and 9F. RGB value is (65,84,159). Sum of RGB (Red+Green+Blue) = 65+84+159=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #41549F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41549F is #BEAB60. Grayscale: #565656. Windows color (decimal): -12495713 or 10441793. OLE color: 10441793.
HSL color Cylindrical-coordinate representation of color #41549F: hue angle of 227.87º 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 #41549F is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 84 | 159 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.38 |
| HSL | 227.87º | 0.42% | 0.44% | - |
| HSV(B) | 227.87º | 0.59% | 0.62% | - |
| XYZ | 11.61 | 9.97 | 34.11 | - |
| YUV | 86.87 | 168.71 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 84 | 159 | 0.59 | 0.47 | 0 | 0.38 | 227.87 | 0.42 | 0.44 |
| Hex | 41 | 54 | 9F | 3B | 2F | 0 | 26 | E4 | 2A | 2C |
| Octal | 101 | 124 | 237 | 73 | 57 | 0 | 46 | 344 | 52 | 54 |
| Binary | 1000001 | 1010100 | 10011111 | 111011 | 101111 | 0 | 100110 | 11100100 | 101010 | 101100 |
Color Harmonies of #41549F
Complementary color
Monochromatic Colors of #41549F
Black with #41549F
Text Example
Text Example
White with #41549F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41549F; }
p { color: rgb(65,84,159); }
H1.HeaderClassName
{
color: #41549F;
}
.AnyTagClassName
{
color: #41549F;
}
</style>
background-color css
<style>
a { background-color: #41549F; }
a { background-color: rgb(65,84,159); }
div.DivClassName
{
background-color: #41549F;
}
.BgClassName
{
background-color: #41549F;
}
</style>
border-color css
<style>
span { border-color: #41549F; }
span { border-color: rgb(65,84,159); }
td.TdClassName
{
border-color: #41549F;
}
.TagClassName
{
border-color: #41549F;
}
</style>