Shades of San Marino #446DA2
Tints of San Marino #446DA2
RGB
CMYK
RGB Variations
Color information
#446DA2 (or 0x446DA2) is known color: San Marino. HEX triplet: 44, 6D and A2. RGB value is (68,109,162). Sum of RGB (Red+Green+Blue) = 68+109+162=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 162 (63.67% from 255 or 47.79% from 339); Max value from RGB is 162 - color contains mainly: blue. Hex color #446DA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446DA2 is #BB925D. Grayscale: #666666. Windows color (decimal): -12292702 or 10644804. OLE color: 10644804.
HSL color Cylindrical-coordinate representation of color #446DA2: hue angle of 213.83º 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 #446DA2 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 68 | 109 | 162 | - |
| CMYK | 0.58 | 0.33 | 0 | 0.36 |
| HSL | 213.83º | 0.41% | 0.45% | - |
| HSV(B) | 213.83º | 0.58% | 0.64% | - |
| XYZ | 14.37 | 14.77 | 36.28 | - |
| YUV | 102.78 | 161.42 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 109 | 162 | 0.58 | 0.33 | 0 | 0.36 | 213.83 | 0.41 | 0.45 |
| Hex | 44 | 6D | A2 | 3A | 21 | 0 | 24 | D6 | 29 | 2D |
| Octal | 104 | 155 | 242 | 72 | 41 | 0 | 44 | 326 | 51 | 55 |
| Binary | 1000100 | 1101101 | 10100010 | 111010 | 100001 | 0 | 100100 | 11010110 | 101001 | 101101 |
Color Harmonies of #446DA2
Complementary color
Monochromatic Colors of #446DA2
Black with #446DA2
Text Example
Text Example
White with #446DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446DA2; }
p { color: rgb(68,109,162); }
H1.HeaderClassName
{
color: #446DA2;
}
.AnyTagClassName
{
color: #446DA2;
}
</style>
background-color css
<style>
a { background-color: #446DA2; }
a { background-color: rgb(68,109,162); }
div.DivClassName
{
background-color: #446DA2;
}
.BgClassName
{
background-color: #446DA2;
}
</style>
border-color css
<style>
span { border-color: #446DA2; }
span { border-color: rgb(68,109,162); }
td.TdClassName
{
border-color: #446DA2;
}
.TagClassName
{
border-color: #446DA2;
}
</style>