Shades of San Marino #4F759C
Tints of San Marino #4F759C
RGB
CMYK
RGB Variations
Color information
#4F759C (or 0x4F759C) is known color: San Marino. HEX triplet: 4F, 75 and 9C. RGB value is (79,117,156). Sum of RGB (Red+Green+Blue) = 79+117+156=352 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.44% from 352); Green value is 117 (46.09% from 255 or 33.24% 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 #4F759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F759C is #B08A63. Grayscale: #6D6D6D. Windows color (decimal): -11569764 or 10253647. OLE color: 10253647.
HSL color Cylindrical-coordinate representation of color #4F759C: hue angle of 210.39º degrees, saturation: 0.33, 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 #4F759C is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 117 | 156 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.39 |
| HSL | 210.39º | 0.33% | 0.46% | - |
| HSV(B) | 210.39º | 0.49% | 0.61% | - |
| XYZ | 15.59 | 16.79 | 33.87 | - |
| YUV | 110.08 | 153.91 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 117 | 156 | 0.49 | 0.25 | 0 | 0.39 | 210.39 | 0.33 | 0.46 |
| Hex | 4F | 75 | 9C | 31 | 19 | 0 | 27 | D2 | 21 | 2E |
| Octal | 117 | 165 | 234 | 61 | 31 | 0 | 47 | 322 | 41 | 56 |
| Binary | 1001111 | 1110101 | 10011100 | 110001 | 11001 | 0 | 100111 | 11010010 | 100001 | 101110 |
Color Harmonies of #4F759C
Complementary color
Monochromatic Colors of #4F759C
Black with #4F759C
Text Example
Text Example
White with #4F759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F759C; }
p { color: rgb(79,117,156); }
H1.HeaderClassName
{
color: #4F759C;
}
.AnyTagClassName
{
color: #4F759C;
}
</style>
background-color css
<style>
a { background-color: #4F759C; }
a { background-color: rgb(79,117,156); }
div.DivClassName
{
background-color: #4F759C;
}
.BgClassName
{
background-color: #4F759C;
}
</style>
border-color css
<style>
span { border-color: #4F759C; }
span { border-color: rgb(79,117,156); }
td.TdClassName
{
border-color: #4F759C;
}
.TagClassName
{
border-color: #4F759C;
}
</style>