Shades of Mariner #446DAA
Tints of Mariner #446DAA
RGB
CMYK
RGB Variations
Color information
#446DAA (or 0x446DAA) is known color: Mariner. HEX triplet: 44, 6D and AA. RGB value is (68,109,170). Sum of RGB (Red+Green+Blue) = 68+109+170=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #446DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446DAA is #BB9255. Grayscale: #676767. Windows color (decimal): -12292694 or 11169092. OLE color: 11169092.
HSL color Cylindrical-coordinate representation of color #446DAA: hue angle of 215.88º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #446DAA is Cyan = 0.6, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 109 | 170 | - |
| CMYK | 0.6 | 0.36 | 0 | 0.33 |
| HSL | 215.88º | 0.43% | 0.47% | - |
| HSV(B) | 215.88º | 0.6% | 0.67% | - |
| XYZ | 15.11 | 15.07 | 40.14 | - |
| YUV | 103.7 | 165.42 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 109 | 170 | 0.6 | 0.36 | 0 | 0.33 | 215.88 | 0.43 | 0.47 |
| Hex | 44 | 6D | AA | 3C | 24 | 0 | 21 | D8 | 2B | 2F |
| Octal | 104 | 155 | 252 | 74 | 44 | 0 | 41 | 330 | 53 | 57 |
| Binary | 1000100 | 1101101 | 10101010 | 111100 | 100100 | 0 | 100001 | 11011000 | 101011 | 101111 |
Color Harmonies of #446DAA
Complementary color
Monochromatic Colors of #446DAA
Black with #446DAA
Text Example
Text Example
White with #446DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446DAA; }
p { color: rgb(68,109,170); }
H1.HeaderClassName
{
color: #446DAA;
}
.AnyTagClassName
{
color: #446DAA;
}
</style>
background-color css
<style>
a { background-color: #446DAA; }
a { background-color: rgb(68,109,170); }
div.DivClassName
{
background-color: #446DAA;
}
.BgClassName
{
background-color: #446DAA;
}
</style>
border-color css
<style>
span { border-color: #446DAA; }
span { border-color: rgb(68,109,170); }
td.TdClassName
{
border-color: #446DAA;
}
.TagClassName
{
border-color: #446DAA;
}
</style>