Shades of San Marino #4F779C
Tints of San Marino #4F779C
RGB
CMYK
RGB Variations
Color information
#4F779C (or 0x4F779C) is known color: San Marino. HEX triplet: 4F, 77 and 9C. RGB value is (79,119,156). Sum of RGB (Red+Green+Blue) = 79+119+156=354 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.32% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #4F779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F779C is #B08863. Grayscale: #6F6F6F. Windows color (decimal): -11569252 or 10254159. OLE color: 10254159.
HSL color Cylindrical-coordinate representation of color #4F779C: hue angle of 208.83º 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 #4F779C is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 119 | 156 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.39 |
| HSL | 208.83º | 0.33% | 0.46% | - |
| HSV(B) | 208.83º | 0.49% | 0.61% | - |
| XYZ | 15.82 | 17.26 | 33.95 | - |
| YUV | 111.26 | 153.25 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 119 | 156 | 0.49 | 0.24 | 0 | 0.39 | 208.83 | 0.33 | 0.46 |
| Hex | 4F | 77 | 9C | 31 | 18 | 0 | 27 | D1 | 21 | 2E |
| Octal | 117 | 167 | 234 | 61 | 30 | 0 | 47 | 321 | 41 | 56 |
| Binary | 1001111 | 1110111 | 10011100 | 110001 | 11000 | 0 | 100111 | 11010001 | 100001 | 101110 |
Color Harmonies of #4F779C
Complementary color
Monochromatic Colors of #4F779C
Black with #4F779C
Text Example
Text Example
White with #4F779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F779C; }
p { color: rgb(79,119,156); }
H1.HeaderClassName
{
color: #4F779C;
}
.AnyTagClassName
{
color: #4F779C;
}
</style>
background-color css
<style>
a { background-color: #4F779C; }
a { background-color: rgb(79,119,156); }
div.DivClassName
{
background-color: #4F779C;
}
.BgClassName
{
background-color: #4F779C;
}
</style>
border-color css
<style>
span { border-color: #4F779C; }
span { border-color: rgb(79,119,156); }
td.TdClassName
{
border-color: #4F779C;
}
.TagClassName
{
border-color: #4F779C;
}
</style>