Shades of Mariner #446BAA
Tints of Mariner #446BAA
RGB
CMYK
RGB Variations
Color information
#446BAA (or 0x446BAA) is known color: Mariner. HEX triplet: 44, 6B and AA. RGB value is (68,107,170). Sum of RGB (Red+Green+Blue) = 68+107+170=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #446BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446BAA is #BB9455. Grayscale: #666666. Windows color (decimal): -12293206 or 11168580. OLE color: 11168580.
HSL color Cylindrical-coordinate representation of color #446BAA: hue angle of 217.06º 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 #446BAA is Cyan = 0.6, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 107 | 170 | - |
| CMYK | 0.6 | 0.37 | 0 | 0.33 |
| HSL | 217.06º | 0.43% | 0.47% | - |
| HSV(B) | 217.06º | 0.6% | 0.67% | - |
| XYZ | 14.9 | 14.65 | 40.07 | - |
| YUV | 102.52 | 166.08 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 107 | 170 | 0.6 | 0.37 | 0 | 0.33 | 217.06 | 0.43 | 0.47 |
| Hex | 44 | 6B | AA | 3C | 25 | 0 | 21 | D9 | 2B | 2F |
| Octal | 104 | 153 | 252 | 74 | 45 | 0 | 41 | 331 | 53 | 57 |
| Binary | 1000100 | 1101011 | 10101010 | 111100 | 100101 | 0 | 100001 | 11011001 | 101011 | 101111 |
Color Harmonies of #446BAA
Complementary color
Monochromatic Colors of #446BAA
Black with #446BAA
Text Example
Text Example
White with #446BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446BAA; }
p { color: rgb(68,107,170); }
H1.HeaderClassName
{
color: #446BAA;
}
.AnyTagClassName
{
color: #446BAA;
}
</style>
background-color css
<style>
a { background-color: #446BAA; }
a { background-color: rgb(68,107,170); }
div.DivClassName
{
background-color: #446BAA;
}
.BgClassName
{
background-color: #446BAA;
}
</style>
border-color css
<style>
span { border-color: #446BAA; }
span { border-color: rgb(68,107,170); }
td.TdClassName
{
border-color: #446BAA;
}
.TagClassName
{
border-color: #446BAA;
}
</style>