Shades of San Marino #4F779D
Tints of San Marino #4F779D
RGB
CMYK
RGB Variations
Color information
#4F779D (or 0x4F779D) is known color: San Marino. HEX triplet: 4F, 77 and 9D. RGB value is (79,119,157). Sum of RGB (Red+Green+Blue) = 79+119+157=355 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.25% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #4F779D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F779D is #B08862. Grayscale: #6F6F6F. Windows color (decimal): -11569251 or 10319695. OLE color: 10319695.
HSL color Cylindrical-coordinate representation of color #4F779D: hue angle of 209.23º 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 #4F779D is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 119 | 157 | - |
| CMYK | 0.50 | 0.24 | 0 | 0.38 |
| HSL | 209.23º | 0.33% | 0.46% | - |
| HSV(B) | 209.23º | 0.5% | 0.62% | - |
| XYZ | 15.91 | 17.29 | 34.4 | - |
| YUV | 111.37 | 153.75 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 119 | 157 | 0.50 | 0.24 | 0 | 0.38 | 209.23 | 0.33 | 0.46 |
| Hex | 4F | 77 | 9D | 32 | 18 | 0 | 26 | D1 | 21 | 2E |
| Octal | 117 | 167 | 235 | 62 | 30 | 0 | 46 | 321 | 41 | 56 |
| Binary | 1001111 | 1110111 | 10011101 | 110010 | 11000 | 0 | 100110 | 11010001 | 100001 | 101110 |
Color Harmonies of #4F779D
Complementary color
Monochromatic Colors of #4F779D
Black with #4F779D
Text Example
Text Example
White with #4F779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F779D; }
p { color: rgb(79,119,157); }
H1.HeaderClassName
{
color: #4F779D;
}
.AnyTagClassName
{
color: #4F779D;
}
</style>
background-color css
<style>
a { background-color: #4F779D; }
a { background-color: rgb(79,119,157); }
div.DivClassName
{
background-color: #4F779D;
}
.BgClassName
{
background-color: #4F779D;
}
</style>
border-color css
<style>
span { border-color: #4F779D; }
span { border-color: rgb(79,119,157); }
td.TdClassName
{
border-color: #4F779D;
}
.TagClassName
{
border-color: #4F779D;
}
</style>