Shades of San Marino #44719F
Tints of San Marino #44719F
RGB
CMYK
RGB Variations
Color information
#44719F (or 0x44719F) is known color: San Marino. HEX triplet: 44, 71 and 9F. RGB value is (68,113,159). Sum of RGB (Red+Green+Blue) = 68+113+159=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 159 - color contains mainly: blue. Hex color #44719F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44719F is #BB8E60. Grayscale: #686868. Windows color (decimal): -12291681 or 10449220. OLE color: 10449220.
HSL color Cylindrical-coordinate representation of color #44719F: hue angle of 210.33º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44719F is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 113 | 159 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.38 |
| HSL | 210.33º | 0.4% | 0.45% | - |
| HSV(B) | 210.33º | 0.57% | 0.62% | - |
| XYZ | 14.55 | 15.54 | 35.03 | - |
| YUV | 104.79 | 158.59 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 113 | 159 | 0.57 | 0.29 | 0 | 0.38 | 210.33 | 0.4 | 0.45 |
| Hex | 44 | 71 | 9F | 39 | 1D | 0 | 26 | D2 | 28 | 2D |
| Octal | 104 | 161 | 237 | 71 | 35 | 0 | 46 | 322 | 50 | 55 |
| Binary | 1000100 | 1110001 | 10011111 | 111001 | 11101 | 0 | 100110 | 11010010 | 101000 | 101101 |
Color Harmonies of #44719F
Complementary color
Monochromatic Colors of #44719F
Black with #44719F
Text Example
Text Example
White with #44719F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44719F; }
p { color: rgb(68,113,159); }
H1.HeaderClassName
{
color: #44719F;
}
.AnyTagClassName
{
color: #44719F;
}
</style>
background-color css
<style>
a { background-color: #44719F; }
a { background-color: rgb(68,113,159); }
div.DivClassName
{
background-color: #44719F;
}
.BgClassName
{
background-color: #44719F;
}
</style>
border-color css
<style>
span { border-color: #44719F; }
span { border-color: rgb(68,113,159); }
td.TdClassName
{
border-color: #44719F;
}
.TagClassName
{
border-color: #44719F;
}
</style>