Shades of Mariner #446BAE
Tints of Mariner #446BAE
RGB
CMYK
RGB Variations
Color information
#446BAE (or 0x446BAE) is known color: Mariner. HEX triplet: 44, 6B and AE. RGB value is (68,107,174). Sum of RGB (Red+Green+Blue) = 68+107+174=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #446BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446BAE is #BB9451. Grayscale: #666666. Windows color (decimal): -12293202 or 11430724. OLE color: 11430724.
HSL color Cylindrical-coordinate representation of color #446BAE: hue angle of 217.92º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #446BAE is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 107 | 174 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.32 |
| HSL | 217.92º | 0.44% | 0.47% | - |
| HSV(B) | 217.92º | 0.61% | 0.68% | - |
| XYZ | 15.28 | 14.8 | 42.1 | - |
| YUV | 102.98 | 168.08 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 107 | 174 | 0.61 | 0.39 | 0 | 0.32 | 217.92 | 0.44 | 0.47 |
| Hex | 44 | 6B | AE | 3D | 27 | 0 | 20 | DA | 2C | 2F |
| Octal | 104 | 153 | 256 | 75 | 47 | 0 | 40 | 332 | 54 | 57 |
| Binary | 1000100 | 1101011 | 10101110 | 111101 | 100111 | 0 | 100000 | 11011010 | 101100 | 101111 |
Color Harmonies of #446BAE
Complementary color
Monochromatic Colors of #446BAE
Black with #446BAE
Text Example
Text Example
White with #446BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446BAE; }
p { color: rgb(68,107,174); }
H1.HeaderClassName
{
color: #446BAE;
}
.AnyTagClassName
{
color: #446BAE;
}
</style>
background-color css
<style>
a { background-color: #446BAE; }
a { background-color: rgb(68,107,174); }
div.DivClassName
{
background-color: #446BAE;
}
.BgClassName
{
background-color: #446BAE;
}
</style>
border-color css
<style>
span { border-color: #446BAE; }
span { border-color: rgb(68,107,174); }
td.TdClassName
{
border-color: #446BAE;
}
.TagClassName
{
border-color: #446BAE;
}
</style>