Shades of San Marino #44759D
Tints of San Marino #44759D
RGB
CMYK
RGB Variations
Color information
#44759D (or 0x44759D) is known color: San Marino. HEX triplet: 44, 75 and 9D. RGB value is (68,117,157). Sum of RGB (Red+Green+Blue) = 68+117+157=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #44759D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44759D is #BB8A62. Grayscale: #6A6A6A. Windows color (decimal): -12290659 or 10319172. OLE color: 10319172.
HSL color Cylindrical-coordinate representation of color #44759D: hue angle of 206.97º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44759D is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 117 | 157 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.38 |
| HSL | 206.97º | 0.4% | 0.44% | - |
| HSV(B) | 206.97º | 0.57% | 0.62% | - |
| XYZ | 14.83 | 16.39 | 34.28 | - |
| YUV | 106.91 | 156.27 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 117 | 157 | 0.57 | 0.25 | 0 | 0.38 | 206.97 | 0.4 | 0.44 |
| Hex | 44 | 75 | 9D | 39 | 19 | 0 | 26 | CF | 28 | 2C |
| Octal | 104 | 165 | 235 | 71 | 31 | 0 | 46 | 317 | 50 | 54 |
| Binary | 1000100 | 1110101 | 10011101 | 111001 | 11001 | 0 | 100110 | 11001111 | 101000 | 101100 |
Color Harmonies of #44759D
Complementary color
Monochromatic Colors of #44759D
Black with #44759D
Text Example
Text Example
White with #44759D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44759D; }
p { color: rgb(68,117,157); }
H1.HeaderClassName
{
color: #44759D;
}
.AnyTagClassName
{
color: #44759D;
}
</style>
background-color css
<style>
a { background-color: #44759D; }
a { background-color: rgb(68,117,157); }
div.DivClassName
{
background-color: #44759D;
}
.BgClassName
{
background-color: #44759D;
}
</style>
border-color css
<style>
span { border-color: #44759D; }
span { border-color: rgb(68,117,157); }
td.TdClassName
{
border-color: #44759D;
}
.TagClassName
{
border-color: #44759D;
}
</style>