Shades of Mariner #41669B
Tints of Mariner #41669B
RGB
CMYK
RGB Variations
Color information
#41669B (or 0x41669B) is known color: Mariner. HEX triplet: 41, 66 and 9B. RGB value is (65,102,155). Sum of RGB (Red+Green+Blue) = 65+102+155=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #41669B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41669B is #BE9964. Grayscale: #606060. Windows color (decimal): -12491109 or 10184257. OLE color: 10184257.
HSL color Cylindrical-coordinate representation of color #41669B: hue angle of 215.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 #41669B is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 102 | 155 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.39 |
| HSL | 215.33º | 0.41% | 0.43% | - |
| HSV(B) | 215.33º | 0.58% | 0.61% | - |
| XYZ | 12.85 | 12.99 | 32.84 | - |
| YUV | 96.98 | 160.74 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 102 | 155 | 0.58 | 0.34 | 0 | 0.39 | 215.33 | 0.41 | 0.43 |
| Hex | 41 | 66 | 9B | 3A | 22 | 0 | 27 | D7 | 29 | 2B |
| Octal | 101 | 146 | 233 | 72 | 42 | 0 | 47 | 327 | 51 | 53 |
| Binary | 1000001 | 1100110 | 10011011 | 111010 | 100010 | 0 | 100111 | 11010111 | 101001 | 101011 |
Color Harmonies of #41669B
Complementary color
Monochromatic Colors of #41669B
Black with #41669B
Text Example
Text Example
White with #41669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41669B; }
p { color: rgb(65,102,155); }
H1.HeaderClassName
{
color: #41669B;
}
.AnyTagClassName
{
color: #41669B;
}
</style>
background-color css
<style>
a { background-color: #41669B; }
a { background-color: rgb(65,102,155); }
div.DivClassName
{
background-color: #41669B;
}
.BgClassName
{
background-color: #41669B;
}
</style>
border-color css
<style>
span { border-color: #41669B; }
span { border-color: rgb(65,102,155); }
td.TdClassName
{
border-color: #41669B;
}
.TagClassName
{
border-color: #41669B;
}
</style>