Shades of Mariner #41549B
Tints of Mariner #41549B
RGB
CMYK
RGB Variations
Color information
#41549B (or 0x41549B) is known color: Mariner. HEX triplet: 41, 54 and 9B. RGB value is (65,84,155). Sum of RGB (Red+Green+Blue) = 65+84+155=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #41549B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41549B is #BEAB64. Grayscale: #565656. Windows color (decimal): -12495717 or 10179649. OLE color: 10179649.
HSL color Cylindrical-coordinate representation of color #41549B: hue angle of 227.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41549B is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 84 | 155 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.39 |
| HSL | 227.33º | 0.41% | 0.43% | - |
| HSV(B) | 227.33º | 0.58% | 0.61% | - |
| XYZ | 11.27 | 9.83 | 32.31 | - |
| YUV | 86.41 | 166.71 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 84 | 155 | 0.58 | 0.46 | 0 | 0.39 | 227.33 | 0.41 | 0.43 |
| Hex | 41 | 54 | 9B | 3A | 2E | 0 | 27 | E3 | 29 | 2B |
| Octal | 101 | 124 | 233 | 72 | 56 | 0 | 47 | 343 | 51 | 53 |
| Binary | 1000001 | 1010100 | 10011011 | 111010 | 101110 | 0 | 100111 | 11100011 | 101001 | 101011 |
Color Harmonies of #41549B
Complementary color
Monochromatic Colors of #41549B
Black with #41549B
Text Example
Text Example
White with #41549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41549B; }
p { color: rgb(65,84,155); }
H1.HeaderClassName
{
color: #41549B;
}
.AnyTagClassName
{
color: #41549B;
}
</style>
background-color css
<style>
a { background-color: #41549B; }
a { background-color: rgb(65,84,155); }
div.DivClassName
{
background-color: #41549B;
}
.BgClassName
{
background-color: #41549B;
}
</style>
border-color css
<style>
span { border-color: #41549B; }
span { border-color: rgb(65,84,155); }
td.TdClassName
{
border-color: #41549B;
}
.TagClassName
{
border-color: #41549B;
}
</style>