Shades of San Marino #44749D
Tints of San Marino #44749D
RGB
CMYK
RGB Variations
Color information
#44749D (or 0x44749D) is known color: San Marino. HEX triplet: 44, 74 and 9D. RGB value is (68,116,157). Sum of RGB (Red+Green+Blue) = 68+116+157=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #44749D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44749D is #BB8B62. Grayscale: #6A6A6A. Windows color (decimal): -12290915 or 10318916. OLE color: 10318916.
HSL color Cylindrical-coordinate representation of color #44749D: hue angle of 207.64º 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 #44749D is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 116 | 157 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.38 |
| HSL | 207.64º | 0.4% | 0.44% | - |
| HSV(B) | 207.64º | 0.57% | 0.62% | - |
| XYZ | 14.72 | 16.15 | 34.24 | - |
| YUV | 106.32 | 156.6 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 116 | 157 | 0.57 | 0.26 | 0 | 0.38 | 207.64 | 0.4 | 0.44 |
| Hex | 44 | 74 | 9D | 39 | 1A | 0 | 26 | D0 | 28 | 2C |
| Octal | 104 | 164 | 235 | 71 | 32 | 0 | 46 | 320 | 50 | 54 |
| Binary | 1000100 | 1110100 | 10011101 | 111001 | 11010 | 0 | 100110 | 11010000 | 101000 | 101100 |
Color Harmonies of #44749D
Complementary color
Monochromatic Colors of #44749D
Black with #44749D
Text Example
Text Example
White with #44749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44749D; }
p { color: rgb(68,116,157); }
H1.HeaderClassName
{
color: #44749D;
}
.AnyTagClassName
{
color: #44749D;
}
</style>
background-color css
<style>
a { background-color: #44749D; }
a { background-color: rgb(68,116,157); }
div.DivClassName
{
background-color: #44749D;
}
.BgClassName
{
background-color: #44749D;
}
</style>
border-color css
<style>
span { border-color: #44749D; }
span { border-color: rgb(68,116,157); }
td.TdClassName
{
border-color: #44749D;
}
.TagClassName
{
border-color: #44749D;
}
</style>