Shades of San Marino #446EA0
Tints of San Marino #446EA0
RGB
CMYK
RGB Variations
Color information
#446EA0 (or 0x446EA0) is known color: San Marino. HEX triplet: 44, 6E and A0. RGB value is (68,110,160). Sum of RGB (Red+Green+Blue) = 68+110+160=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 160 (62.89% from 255 or 47.34% from 338); Max value from RGB is 160 - color contains mainly: blue. Hex color #446EA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446EA0 is #BB915F. Grayscale: #666666. Windows color (decimal): -12292448 or 10513988. OLE color: 10513988.
HSL color Cylindrical-coordinate representation of color #446EA0: hue angle of 212.61º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #446EA0 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 110 | 160 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.37 |
| HSL | 212.61º | 0.4% | 0.45% | - |
| HSV(B) | 212.61º | 0.58% | 0.63% | - |
| XYZ | 14.3 | 14.92 | 35.38 | - |
| YUV | 103.14 | 160.09 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 110 | 160 | 0.57 | 0.31 | 0 | 0.37 | 212.61 | 0.4 | 0.45 |
| Hex | 44 | 6E | A0 | 39 | 1F | 0 | 25 | D5 | 28 | 2D |
| Octal | 104 | 156 | 240 | 71 | 37 | 0 | 45 | 325 | 50 | 55 |
| Binary | 1000100 | 1101110 | 10100000 | 111001 | 11111 | 0 | 100101 | 11010101 | 101000 | 101101 |
Color Harmonies of #446EA0
Complementary color
Monochromatic Colors of #446EA0
Black with #446EA0
Text Example
Text Example
White with #446EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446EA0; }
p { color: rgb(68,110,160); }
H1.HeaderClassName
{
color: #446EA0;
}
.AnyTagClassName
{
color: #446EA0;
}
</style>
background-color css
<style>
a { background-color: #446EA0; }
a { background-color: rgb(68,110,160); }
div.DivClassName
{
background-color: #446EA0;
}
.BgClassName
{
background-color: #446EA0;
}
</style>
border-color css
<style>
span { border-color: #446EA0; }
span { border-color: rgb(68,110,160); }
td.TdClassName
{
border-color: #446EA0;
}
.TagClassName
{
border-color: #446EA0;
}
</style>