Shades of Mariner #446BAF
Tints of Mariner #446BAF
RGB
CMYK
RGB Variations
Color information
#446BAF (or 0x446BAF) is known color: Mariner. HEX triplet: 44, 6B and AF. RGB value is (68,107,175). Sum of RGB (Red+Green+Blue) = 68+107+175=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #446BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446BAF is #BB9450. Grayscale: #666666. Windows color (decimal): -12293201 or 11496260. OLE color: 11496260.
HSL color Cylindrical-coordinate representation of color #446BAF: hue angle of 218.13º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #446BAF is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 107 | 175 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.31 |
| HSL | 218.13º | 0.44% | 0.48% | - |
| HSV(B) | 218.13º | 0.61% | 0.69% | - |
| XYZ | 15.38 | 14.84 | 42.61 | - |
| YUV | 103.09 | 168.58 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 107 | 175 | 0.61 | 0.39 | 0 | 0.31 | 218.13 | 0.44 | 0.48 |
| Hex | 44 | 6B | AF | 3D | 27 | 0 | 1F | DA | 2C | 30 |
| Octal | 104 | 153 | 257 | 75 | 47 | 0 | 37 | 332 | 54 | 60 |
| Binary | 1000100 | 1101011 | 10101111 | 111101 | 100111 | 0 | 11111 | 11011010 | 101100 | 110000 |
Color Harmonies of #446BAF
Complementary color
Monochromatic Colors of #446BAF
Black with #446BAF
Text Example
Text Example
White with #446BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446BAF; }
p { color: rgb(68,107,175); }
H1.HeaderClassName
{
color: #446BAF;
}
.AnyTagClassName
{
color: #446BAF;
}
</style>
background-color css
<style>
a { background-color: #446BAF; }
a { background-color: rgb(68,107,175); }
div.DivClassName
{
background-color: #446BAF;
}
.BgClassName
{
background-color: #446BAF;
}
</style>
border-color css
<style>
span { border-color: #446BAF; }
span { border-color: rgb(68,107,175); }
td.TdClassName
{
border-color: #446BAF;
}
.TagClassName
{
border-color: #446BAF;
}
</style>