Shades of San Marino #4F779A
Tints of San Marino #4F779A
RGB
CMYK
RGB Variations
Color information
#4F779A (or 0x4F779A) is known color: San Marino. HEX triplet: 4F, 77 and 9A. RGB value is (79,119,154). Sum of RGB (Red+Green+Blue) = 79+119+154=352 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.44% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 154 - color contains mainly: blue. Hex color #4F779A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F779A is #B08865. Grayscale: #6E6E6E. Windows color (decimal): -11569254 or 10123087. OLE color: 10123087.
HSL color Cylindrical-coordinate representation of color #4F779A: hue angle of 208º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F779A is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 79 | 119 | 154 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.40 |
| HSL | 208º | 0.32% | 0.46% | - |
| HSV(B) | 208º | 0.49% | 0.6% | - |
| XYZ | 15.65 | 17.19 | 33.06 | - |
| YUV | 111.03 | 152.25 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 119 | 154 | 0.49 | 0.23 | 0 | 0.40 | 208 | 0.32 | 0.46 |
| Hex | 4F | 77 | 9A | 31 | 17 | 0 | 28 | D0 | 20 | 2E |
| Octal | 117 | 167 | 232 | 61 | 27 | 0 | 50 | 320 | 40 | 56 |
| Binary | 1001111 | 1110111 | 10011010 | 110001 | 10111 | 0 | 101000 | 11010000 | 100000 | 101110 |
Color Harmonies of #4F779A
Complementary color
Monochromatic Colors of #4F779A
Black with #4F779A
Text Example
Text Example
White with #4F779A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F779A; }
p { color: rgb(79,119,154); }
H1.HeaderClassName
{
color: #4F779A;
}
.AnyTagClassName
{
color: #4F779A;
}
</style>
background-color css
<style>
a { background-color: #4F779A; }
a { background-color: rgb(79,119,154); }
div.DivClassName
{
background-color: #4F779A;
}
.BgClassName
{
background-color: #4F779A;
}
</style>
border-color css
<style>
span { border-color: #4F779A; }
span { border-color: rgb(79,119,154); }
td.TdClassName
{
border-color: #4F779A;
}
.TagClassName
{
border-color: #4F779A;
}
</style>