Shades of Mariner #446FB1
Tints of Mariner #446FB1
RGB
CMYK
RGB Variations
Color information
#446FB1 (or 0x446FB1) is known color: Mariner. HEX triplet: 44, 6F and B1. RGB value is (68,111,177). Sum of RGB (Red+Green+Blue) = 68+111+177=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 177 (69.53% from 255 or 49.72% from 356); Max value from RGB is 177 - color contains mainly: blue. Hex color #446FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446FB1 is #BB904E. Grayscale: #696969. Windows color (decimal): -12292175 or 11628356. OLE color: 11628356.
HSL color Cylindrical-coordinate representation of color #446FB1: hue angle of 216.33º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #446FB1 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 111 | 177 | - |
| CMYK | 0.62 | 0.37 | 0 | 0.31 |
| HSL | 216.33º | 0.44% | 0.48% | - |
| HSV(B) | 216.33º | 0.62% | 0.69% | - |
| XYZ | 16 | 15.77 | 43.8 | - |
| YUV | 105.67 | 168.25 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 111 | 177 | 0.62 | 0.37 | 0 | 0.31 | 216.33 | 0.44 | 0.48 |
| Hex | 44 | 6F | B1 | 3E | 25 | 0 | 1F | D8 | 2C | 30 |
| Octal | 104 | 157 | 261 | 76 | 45 | 0 | 37 | 330 | 54 | 60 |
| Binary | 1000100 | 1101111 | 10110001 | 111110 | 100101 | 0 | 11111 | 11011000 | 101100 | 110000 |
Color Harmonies of #446FB1
Complementary color
Monochromatic Colors of #446FB1
Black with #446FB1
Text Example
Text Example
White with #446FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446FB1; }
p { color: rgb(68,111,177); }
H1.HeaderClassName
{
color: #446FB1;
}
.AnyTagClassName
{
color: #446FB1;
}
</style>
background-color css
<style>
a { background-color: #446FB1; }
a { background-color: rgb(68,111,177); }
div.DivClassName
{
background-color: #446FB1;
}
.BgClassName
{
background-color: #446FB1;
}
</style>
border-color css
<style>
span { border-color: #446FB1; }
span { border-color: rgb(68,111,177); }
td.TdClassName
{
border-color: #446FB1;
}
.TagClassName
{
border-color: #446FB1;
}
</style>