Shades of Mariner #446EB0
Tints of Mariner #446EB0
RGB
CMYK
RGB Variations
Color information
#446EB0 (or 0x446EB0) is known color: Mariner. HEX triplet: 44, 6E and B0. RGB value is (68,110,176). Sum of RGB (Red+Green+Blue) = 68+110+176=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 176 (69.14% from 255 or 49.72% from 354); Max value from RGB is 176 - color contains mainly: blue. Hex color #446EB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446EB0 is #BB914F. Grayscale: #686868. Windows color (decimal): -12292432 or 11562564. OLE color: 11562564.
HSL color Cylindrical-coordinate representation of color #446EB0: hue angle of 216.67º 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 #446EB0 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 110 | 176 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.31 |
| HSL | 216.67º | 0.44% | 0.48% | - |
| HSV(B) | 216.67º | 0.61% | 0.69% | - |
| XYZ | 15.8 | 15.52 | 43.24 | - |
| YUV | 104.97 | 168.09 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 110 | 176 | 0.61 | 0.37 | 0 | 0.31 | 216.67 | 0.44 | 0.48 |
| Hex | 44 | 6E | B0 | 3D | 25 | 0 | 1F | D9 | 2C | 30 |
| Octal | 104 | 156 | 260 | 75 | 45 | 0 | 37 | 331 | 54 | 60 |
| Binary | 1000100 | 1101110 | 10110000 | 111101 | 100101 | 0 | 11111 | 11011001 | 101100 | 110000 |
Color Harmonies of #446EB0
Complementary color
Monochromatic Colors of #446EB0
Black with #446EB0
Text Example
Text Example
White with #446EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446EB0; }
p { color: rgb(68,110,176); }
H1.HeaderClassName
{
color: #446EB0;
}
.AnyTagClassName
{
color: #446EB0;
}
</style>
background-color css
<style>
a { background-color: #446EB0; }
a { background-color: rgb(68,110,176); }
div.DivClassName
{
background-color: #446EB0;
}
.BgClassName
{
background-color: #446EB0;
}
</style>
border-color css
<style>
span { border-color: #446EB0; }
span { border-color: rgb(68,110,176); }
td.TdClassName
{
border-color: #446EB0;
}
.TagClassName
{
border-color: #446EB0;
}
</style>