Shades of Mariner #446CAD
Tints of Mariner #446CAD
RGB
CMYK
RGB Variations
Color information
#446CAD (or 0x446CAD) is known color: Mariner. HEX triplet: 44, 6C and AD. RGB value is (68,108,173). Sum of RGB (Red+Green+Blue) = 68+108+173=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #446CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446CAD is #BB9352. Grayscale: #676767. Windows color (decimal): -12292947 or 11365444. OLE color: 11365444.
HSL color Cylindrical-coordinate representation of color #446CAD: hue angle of 217.14º 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 #446CAD is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 108 | 173 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.32 |
| HSL | 217.14º | 0.44% | 0.47% | - |
| HSV(B) | 217.14º | 0.61% | 0.68% | - |
| XYZ | 15.29 | 14.97 | 41.62 | - |
| YUV | 103.45 | 167.25 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 108 | 173 | 0.61 | 0.38 | 0 | 0.32 | 217.14 | 0.44 | 0.47 |
| Hex | 44 | 6C | AD | 3D | 26 | 0 | 20 | D9 | 2C | 2F |
| Octal | 104 | 154 | 255 | 75 | 46 | 0 | 40 | 331 | 54 | 57 |
| Binary | 1000100 | 1101100 | 10101101 | 111101 | 100110 | 0 | 100000 | 11011001 | 101100 | 101111 |
Color Harmonies of #446CAD
Complementary color
Monochromatic Colors of #446CAD
Black with #446CAD
Text Example
Text Example
White with #446CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446CAD; }
p { color: rgb(68,108,173); }
H1.HeaderClassName
{
color: #446CAD;
}
.AnyTagClassName
{
color: #446CAD;
}
</style>
background-color css
<style>
a { background-color: #446CAD; }
a { background-color: rgb(68,108,173); }
div.DivClassName
{
background-color: #446CAD;
}
.BgClassName
{
background-color: #446CAD;
}
</style>
border-color css
<style>
span { border-color: #446CAD; }
span { border-color: rgb(68,108,173); }
td.TdClassName
{
border-color: #446CAD;
}
.TagClassName
{
border-color: #446CAD;
}
</style>