Shades of Mariner #446599
Tints of Mariner #446599
RGB
CMYK
RGB Variations
Color information
#446599 (or 0x446599) is known color: Mariner. HEX triplet: 44, 65 and 99. RGB value is (68,101,153). Sum of RGB (Red+Green+Blue) = 68+101+153=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #446599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446599 is #BB9A66. Grayscale: #606060. Windows color (decimal): -12294759 or 10052932. OLE color: 10052932.
HSL color Cylindrical-coordinate representation of color #446599: hue angle of 216.71º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #446599 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 68 | 101 | 153 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.4 |
| HSL | 216.71º | 0.38% | 0.43% | - |
| HSV(B) | 216.71º | 0.56% | 0.6% | - |
| XYZ | 12.79 | 12.84 | 31.94 | - |
| YUV | 97.06 | 159.57 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 101 | 153 | 0.56 | 0.34 | 0 | 0.4 | 216.71 | 0.38 | 0.43 |
| Hex | 44 | 65 | 99 | 38 | 22 | 0 | 28 | D9 | 26 | 2B |
| Octal | 104 | 145 | 231 | 70 | 42 | 0 | 50 | 331 | 46 | 53 |
| Binary | 1000100 | 1100101 | 10011001 | 111000 | 100010 | 0 | 101000 | 11011001 | 100110 | 101011 |
Color Harmonies of #446599
Complementary color
Monochromatic Colors of #446599
Black with #446599
Text Example
Text Example
White with #446599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446599; }
p { color: rgb(68,101,153); }
H1.HeaderClassName
{
color: #446599;
}
.AnyTagClassName
{
color: #446599;
}
</style>
background-color css
<style>
a { background-color: #446599; }
a { background-color: rgb(68,101,153); }
div.DivClassName
{
background-color: #446599;
}
.BgClassName
{
background-color: #446599;
}
</style>
border-color css
<style>
span { border-color: #446599; }
span { border-color: rgb(68,101,153); }
td.TdClassName
{
border-color: #446599;
}
.TagClassName
{
border-color: #446599;
}
</style>