Shades of San Marino #4F779B
Tints of San Marino #4F779B
RGB
CMYK
RGB Variations
Color information
#4F779B (or 0x4F779B) is known color: San Marino. HEX triplet: 4F, 77 and 9B. RGB value is (79,119,155). Sum of RGB (Red+Green+Blue) = 79+119+155=353 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.38% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F779B is #B08864. Grayscale: #6E6E6E. Windows color (decimal): -11569253 or 10188623. OLE color: 10188623.
HSL color Cylindrical-coordinate representation of color #4F779B: hue angle of 208.42º 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 #4F779B is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 119 | 155 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.39 |
| HSL | 208.42º | 0.32% | 0.46% | - |
| HSV(B) | 208.42º | 0.49% | 0.61% | - |
| XYZ | 15.74 | 17.22 | 33.51 | - |
| YUV | 111.14 | 152.75 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 119 | 155 | 0.49 | 0.23 | 0 | 0.39 | 208.42 | 0.32 | 0.46 |
| Hex | 4F | 77 | 9B | 31 | 17 | 0 | 27 | D0 | 20 | 2E |
| Octal | 117 | 167 | 233 | 61 | 27 | 0 | 47 | 320 | 40 | 56 |
| Binary | 1001111 | 1110111 | 10011011 | 110001 | 10111 | 0 | 100111 | 11010000 | 100000 | 101110 |
Color Harmonies of #4F779B
Complementary color
Monochromatic Colors of #4F779B
Black with #4F779B
Text Example
Text Example
White with #4F779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F779B; }
p { color: rgb(79,119,155); }
H1.HeaderClassName
{
color: #4F779B;
}
.AnyTagClassName
{
color: #4F779B;
}
</style>
background-color css
<style>
a { background-color: #4F779B; }
a { background-color: rgb(79,119,155); }
div.DivClassName
{
background-color: #4F779B;
}
.BgClassName
{
background-color: #4F779B;
}
</style>
border-color css
<style>
span { border-color: #4F779B; }
span { border-color: rgb(79,119,155); }
td.TdClassName
{
border-color: #4F779B;
}
.TagClassName
{
border-color: #4F779B;
}
</style>