Shades of Mariner #446AAA
Tints of Mariner #446AAA
RGB
CMYK
RGB Variations
Color information
#446AAA (or 0x446AAA) is known color: Mariner. HEX triplet: 44, 6A and AA. RGB value is (68,106,170). Sum of RGB (Red+Green+Blue) = 68+106+170=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #446AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446AAA is #BB9555. Grayscale: #656565. Windows color (decimal): -12293462 or 11168324. OLE color: 11168324.
HSL color Cylindrical-coordinate representation of color #446AAA: hue angle of 217.65º 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 #446AAA is Cyan = 0.6, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 106 | 170 | - |
| CMYK | 0.6 | 0.38 | 0 | 0.33 |
| HSL | 217.65º | 0.43% | 0.47% | - |
| HSV(B) | 217.65º | 0.6% | 0.67% | - |
| XYZ | 14.79 | 14.44 | 40.04 | - |
| YUV | 101.93 | 166.41 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 106 | 170 | 0.6 | 0.38 | 0 | 0.33 | 217.65 | 0.43 | 0.47 |
| Hex | 44 | 6A | AA | 3C | 26 | 0 | 21 | DA | 2B | 2F |
| Octal | 104 | 152 | 252 | 74 | 46 | 0 | 41 | 332 | 53 | 57 |
| Binary | 1000100 | 1101010 | 10101010 | 111100 | 100110 | 0 | 100001 | 11011010 | 101011 | 101111 |
Color Harmonies of #446AAA
Complementary color
Monochromatic Colors of #446AAA
Black with #446AAA
Text Example
Text Example
White with #446AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446AAA; }
p { color: rgb(68,106,170); }
H1.HeaderClassName
{
color: #446AAA;
}
.AnyTagClassName
{
color: #446AAA;
}
</style>
background-color css
<style>
a { background-color: #446AAA; }
a { background-color: rgb(68,106,170); }
div.DivClassName
{
background-color: #446AAA;
}
.BgClassName
{
background-color: #446AAA;
}
</style>
border-color css
<style>
span { border-color: #446AAA; }
span { border-color: rgb(68,106,170); }
td.TdClassName
{
border-color: #446AAA;
}
.TagClassName
{
border-color: #446AAA;
}
</style>