Shades of San Marino #4F759D
Tints of San Marino #4F759D
RGB
CMYK
RGB Variations
Color information
#4F759D (or 0x4F759D) is known color: San Marino. HEX triplet: 4F, 75 and 9D. RGB value is (79,117,157). Sum of RGB (Red+Green+Blue) = 79+117+157=353 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.38% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #4F759D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F759D is #B08A62. Grayscale: #6E6E6E. Windows color (decimal): -11569763 or 10319183. OLE color: 10319183.
HSL color Cylindrical-coordinate representation of color #4F759D: hue angle of 210.77º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F759D is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 117 | 157 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.38 |
| HSL | 210.77º | 0.33% | 0.46% | - |
| HSV(B) | 210.77º | 0.5% | 0.62% | - |
| XYZ | 15.67 | 16.82 | 34.32 | - |
| YUV | 110.2 | 154.41 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 117 | 157 | 0.50 | 0.25 | 0 | 0.38 | 210.77 | 0.33 | 0.46 |
| Hex | 4F | 75 | 9D | 32 | 19 | 0 | 26 | D3 | 21 | 2E |
| Octal | 117 | 165 | 235 | 62 | 31 | 0 | 46 | 323 | 41 | 56 |
| Binary | 1001111 | 1110101 | 10011101 | 110010 | 11001 | 0 | 100110 | 11010011 | 100001 | 101110 |
Color Harmonies of #4F759D
Complementary color
Monochromatic Colors of #4F759D
Black with #4F759D
Text Example
Text Example
White with #4F759D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F759D; }
p { color: rgb(79,117,157); }
H1.HeaderClassName
{
color: #4F759D;
}
.AnyTagClassName
{
color: #4F759D;
}
</style>
background-color css
<style>
a { background-color: #4F759D; }
a { background-color: rgb(79,117,157); }
div.DivClassName
{
background-color: #4F759D;
}
.BgClassName
{
background-color: #4F759D;
}
</style>
border-color css
<style>
span { border-color: #4F759D; }
span { border-color: rgb(79,117,157); }
td.TdClassName
{
border-color: #4F759D;
}
.TagClassName
{
border-color: #4F759D;
}
</style>