Shades of Mariner #446BB1
Tints of Mariner #446BB1
RGB
CMYK
RGB Variations
Color information
#446BB1 (or 0x446BB1) is known color: Mariner. HEX triplet: 44, 6B and B1. RGB value is (68,107,177). Sum of RGB (Red+Green+Blue) = 68+107+177=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 177 (69.53% from 255 or 50.28% from 352); Max value from RGB is 177 - color contains mainly: blue. Hex color #446BB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446BB1 is #BB944E. Grayscale: #676767. Windows color (decimal): -12293199 or 11627332. OLE color: 11627332.
HSL color Cylindrical-coordinate representation of color #446BB1: hue angle of 218.53º 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 #446BB1 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 107 | 177 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.31 |
| HSL | 218.53º | 0.44% | 0.48% | - |
| HSV(B) | 218.53º | 0.62% | 0.69% | - |
| XYZ | 15.58 | 14.92 | 43.65 | - |
| YUV | 103.32 | 169.58 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 107 | 177 | 0.62 | 0.40 | 0 | 0.31 | 218.53 | 0.44 | 0.48 |
| Hex | 44 | 6B | B1 | 3E | 28 | 0 | 1F | DB | 2C | 30 |
| Octal | 104 | 153 | 261 | 76 | 50 | 0 | 37 | 333 | 54 | 60 |
| Binary | 1000100 | 1101011 | 10110001 | 111110 | 101000 | 0 | 11111 | 11011011 | 101100 | 110000 |
Color Harmonies of #446BB1
Complementary color
Monochromatic Colors of #446BB1
Black with #446BB1
Text Example
Text Example
White with #446BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446BB1; }
p { color: rgb(68,107,177); }
H1.HeaderClassName
{
color: #446BB1;
}
.AnyTagClassName
{
color: #446BB1;
}
</style>
background-color css
<style>
a { background-color: #446BB1; }
a { background-color: rgb(68,107,177); }
div.DivClassName
{
background-color: #446BB1;
}
.BgClassName
{
background-color: #446BB1;
}
</style>
border-color css
<style>
span { border-color: #446BB1; }
span { border-color: rgb(68,107,177); }
td.TdClassName
{
border-color: #446BB1;
}
.TagClassName
{
border-color: #446BB1;
}
</style>