Shades of San Marino #50749C
Tints of San Marino #50749C
RGB
CMYK
RGB Variations
Color information
#50749C (or 0x50749C) is known color: San Marino. HEX triplet: 50, 74 and 9C. RGB value is (80,116,156). Sum of RGB (Red+Green+Blue) = 80+116+156=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #50749C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50749C is #AF8B63. Grayscale: #6D6D6D. Windows color (decimal): -11504484 or 10253392. OLE color: 10253392.
HSL color Cylindrical-coordinate representation of color #50749C: hue angle of 211.58º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50749C is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 116 | 156 | - |
| CMYK | 0.49 | 0.26 | 0 | 0.39 |
| HSL | 211.58º | 0.32% | 0.46% | - |
| HSV(B) | 211.58º | 0.49% | 0.61% | - |
| XYZ | 15.55 | 16.6 | 33.84 | - |
| YUV | 109.8 | 154.07 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 116 | 156 | 0.49 | 0.26 | 0 | 0.39 | 211.58 | 0.32 | 0.46 |
| Hex | 50 | 74 | 9C | 31 | 1A | 0 | 27 | D4 | 20 | 2E |
| Octal | 120 | 164 | 234 | 61 | 32 | 0 | 47 | 324 | 40 | 56 |
| Binary | 1010000 | 1110100 | 10011100 | 110001 | 11010 | 0 | 100111 | 11010100 | 100000 | 101110 |
Color Harmonies of #50749C
Complementary color
Monochromatic Colors of #50749C
Black with #50749C
Text Example
Text Example
White with #50749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50749C; }
p { color: rgb(80,116,156); }
H1.HeaderClassName
{
color: #50749C;
}
.AnyTagClassName
{
color: #50749C;
}
</style>
background-color css
<style>
a { background-color: #50749C; }
a { background-color: rgb(80,116,156); }
div.DivClassName
{
background-color: #50749C;
}
.BgClassName
{
background-color: #50749C;
}
</style>
border-color css
<style>
span { border-color: #50749C; }
span { border-color: rgb(80,116,156); }
td.TdClassName
{
border-color: #50749C;
}
.TagClassName
{
border-color: #50749C;
}
</style>