Shades of Mariner #446DB6
Tints of Mariner #446DB6
RGB
CMYK
RGB Variations
Color information
#446DB6 (or 0x446DB6) is known color: Mariner. HEX triplet: 44, 6D and B6. RGB value is (68,109,182). Sum of RGB (Red+Green+Blue) = 68+109+182=359 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.94% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 182 (71.48% from 255 or 50.70% from 359); Max value from RGB is 182 - color contains mainly: blue. Hex color #446DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446DB6 is #BB9249. Grayscale: #686868. Windows color (decimal): -12292682 or 11955524. OLE color: 11955524.
HSL color Cylindrical-coordinate representation of color #446DB6: hue angle of 218.42º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #446DB6 is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 109 | 182 | - |
| CMYK | 0.63 | 0.40 | 0 | 0.29 |
| HSL | 218.42º | 0.46% | 0.49% | - |
| HSV(B) | 218.42º | 0.63% | 0.71% | - |
| XYZ | 16.3 | 15.54 | 46.4 | - |
| YUV | 105.06 | 171.42 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 109 | 182 | 0.63 | 0.40 | 0 | 0.29 | 218.42 | 0.46 | 0.49 |
| Hex | 44 | 6D | B6 | 3F | 28 | 0 | 1D | DA | 2E | 31 |
| Octal | 104 | 155 | 266 | 77 | 50 | 0 | 35 | 332 | 56 | 61 |
| Binary | 1000100 | 1101101 | 10110110 | 111111 | 101000 | 0 | 11101 | 11011010 | 101110 | 110001 |
Color Harmonies of #446DB6
Complementary color
Monochromatic Colors of #446DB6
Black with #446DB6
Text Example
Text Example
White with #446DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446DB6; }
p { color: rgb(68,109,182); }
H1.HeaderClassName
{
color: #446DB6;
}
.AnyTagClassName
{
color: #446DB6;
}
</style>
background-color css
<style>
a { background-color: #446DB6; }
a { background-color: rgb(68,109,182); }
div.DivClassName
{
background-color: #446DB6;
}
.BgClassName
{
background-color: #446DB6;
}
</style>
border-color css
<style>
span { border-color: #446DB6; }
span { border-color: rgb(68,109,182); }
td.TdClassName
{
border-color: #446DB6;
}
.TagClassName
{
border-color: #446DB6;
}
</style>