Shades of Mariner #446AA2
Tints of Mariner #446AA2
RGB
CMYK
RGB Variations
Color information
#446AA2 (or 0x446AA2) is known color: Mariner. HEX triplet: 44, 6A and A2. RGB value is (68,106,162). Sum of RGB (Red+Green+Blue) = 68+106+162=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 162 (63.67% from 255 or 48.21% from 336); Max value from RGB is 162 - color contains mainly: blue. Hex color #446AA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446AA2 is #BB955D. Grayscale: #646464. Windows color (decimal): -12293470 or 10644036. OLE color: 10644036.
HSL color Cylindrical-coordinate representation of color #446AA2: hue angle of 215.74º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #446AA2 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 68 | 106 | 162 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.36 |
| HSL | 215.74º | 0.41% | 0.45% | - |
| HSV(B) | 215.74º | 0.58% | 0.64% | - |
| XYZ | 14.06 | 14.15 | 36.17 | - |
| YUV | 101.02 | 162.41 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 106 | 162 | 0.58 | 0.35 | 0 | 0.36 | 215.74 | 0.41 | 0.45 |
| Hex | 44 | 6A | A2 | 3A | 23 | 0 | 24 | D8 | 29 | 2D |
| Octal | 104 | 152 | 242 | 72 | 43 | 0 | 44 | 330 | 51 | 55 |
| Binary | 1000100 | 1101010 | 10100010 | 111010 | 100011 | 0 | 100100 | 11011000 | 101001 | 101101 |
Color Harmonies of #446AA2
Complementary color
Monochromatic Colors of #446AA2
Black with #446AA2
Text Example
Text Example
White with #446AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446AA2; }
p { color: rgb(68,106,162); }
H1.HeaderClassName
{
color: #446AA2;
}
.AnyTagClassName
{
color: #446AA2;
}
</style>
background-color css
<style>
a { background-color: #446AA2; }
a { background-color: rgb(68,106,162); }
div.DivClassName
{
background-color: #446AA2;
}
.BgClassName
{
background-color: #446AA2;
}
</style>
border-color css
<style>
span { border-color: #446AA2; }
span { border-color: rgb(68,106,162); }
td.TdClassName
{
border-color: #446AA2;
}
.TagClassName
{
border-color: #446AA2;
}
</style>