Shades of Mariner #415699
Tints of Mariner #415699
RGB
CMYK
RGB Variations
Color information
#415699 (or 0x415699) is known color: Mariner. HEX triplet: 41, 56 and 99. RGB value is (65,86,153). Sum of RGB (Red+Green+Blue) = 65+86+153=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #415699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415699 is #BEA966. Grayscale: #575757. Windows color (decimal): -12495207 or 10049089. OLE color: 10049089.
HSL color Cylindrical-coordinate representation of color #415699: hue angle of 225.68º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #415699 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 65 | 86 | 153 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.4 |
| HSL | 225.68º | 0.4% | 0.43% | - |
| HSV(B) | 225.68º | 0.58% | 0.6% | - |
| XYZ | 11.26 | 10.08 | 31.49 | - |
| YUV | 87.36 | 165.04 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 86 | 153 | 0.58 | 0.44 | 0 | 0.4 | 225.68 | 0.4 | 0.43 |
| Hex | 41 | 56 | 99 | 3A | 2C | 0 | 28 | E2 | 28 | 2B |
| Octal | 101 | 126 | 231 | 72 | 54 | 0 | 50 | 342 | 50 | 53 |
| Binary | 1000001 | 1010110 | 10011001 | 111010 | 101100 | 0 | 101000 | 11100010 | 101000 | 101011 |
Color Harmonies of #415699
Complementary color
Monochromatic Colors of #415699
Black with #415699
Text Example
Text Example
White with #415699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415699; }
p { color: rgb(65,86,153); }
H1.HeaderClassName
{
color: #415699;
}
.AnyTagClassName
{
color: #415699;
}
</style>
background-color css
<style>
a { background-color: #415699; }
a { background-color: rgb(65,86,153); }
div.DivClassName
{
background-color: #415699;
}
.BgClassName
{
background-color: #415699;
}
</style>
border-color css
<style>
span { border-color: #415699; }
span { border-color: rgb(65,86,153); }
td.TdClassName
{
border-color: #415699;
}
.TagClassName
{
border-color: #415699;
}
</style>