Shades of San Marino #4F779E
Tints of San Marino #4F779E
RGB
CMYK
RGB Variations
Color information
#4F779E (or 0x4F779E) is known color: San Marino. HEX triplet: 4F, 77 and 9E. RGB value is (79,119,158). Sum of RGB (Red+Green+Blue) = 79+119+158=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 158 - color contains mainly: blue. Hex color #4F779E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F779E is #B08861. Grayscale: #6F6F6F. Windows color (decimal): -11569250 or 10385231. OLE color: 10385231.
HSL color Cylindrical-coordinate representation of color #4F779E: hue angle of 209.62º 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 #4F779E is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 119 | 158 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.38 |
| HSL | 209.62º | 0.33% | 0.46% | - |
| HSV(B) | 209.62º | 0.5% | 0.62% | - |
| XYZ | 15.99 | 17.32 | 34.85 | - |
| YUV | 111.49 | 154.25 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 119 | 158 | 0.50 | 0.25 | 0 | 0.38 | 209.62 | 0.33 | 0.46 |
| Hex | 4F | 77 | 9E | 32 | 19 | 0 | 26 | D2 | 21 | 2E |
| Octal | 117 | 167 | 236 | 62 | 31 | 0 | 46 | 322 | 41 | 56 |
| Binary | 1001111 | 1110111 | 10011110 | 110010 | 11001 | 0 | 100110 | 11010010 | 100001 | 101110 |
Color Harmonies of #4F779E
Complementary color
Monochromatic Colors of #4F779E
Black with #4F779E
Text Example
Text Example
White with #4F779E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F779E; }
p { color: rgb(79,119,158); }
H1.HeaderClassName
{
color: #4F779E;
}
.AnyTagClassName
{
color: #4F779E;
}
</style>
background-color css
<style>
a { background-color: #4F779E; }
a { background-color: rgb(79,119,158); }
div.DivClassName
{
background-color: #4F779E;
}
.BgClassName
{
background-color: #4F779E;
}
</style>
border-color css
<style>
span { border-color: #4F779E; }
span { border-color: rgb(79,119,158); }
td.TdClassName
{
border-color: #4F779E;
}
.TagClassName
{
border-color: #4F779E;
}
</style>