Shades of San Marino #4F769F
Tints of San Marino #4F769F
RGB
CMYK
RGB Variations
Color information
#4F769F (or 0x4F769F) is known color: San Marino. HEX triplet: 4F, 76 and 9F. RGB value is (79,118,159). Sum of RGB (Red+Green+Blue) = 79+118+159=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 159 - color contains mainly: blue. Hex color #4F769F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F769F is #B08960. Grayscale: #6E6E6E. Windows color (decimal): -11569505 or 10450511. OLE color: 10450511.
HSL color Cylindrical-coordinate representation of color #4F769F: hue angle of 210.75º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F769F is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 118 | 159 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.38 |
| HSL | 210.75º | 0.34% | 0.47% | - |
| HSV(B) | 210.75º | 0.5% | 0.62% | - |
| XYZ | 15.96 | 17.12 | 35.26 | - |
| YUV | 111.01 | 155.08 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 118 | 159 | 0.50 | 0.26 | 0 | 0.38 | 210.75 | 0.34 | 0.47 |
| Hex | 4F | 76 | 9F | 32 | 1A | 0 | 26 | D3 | 22 | 2F |
| Octal | 117 | 166 | 237 | 62 | 32 | 0 | 46 | 323 | 42 | 57 |
| Binary | 1001111 | 1110110 | 10011111 | 110010 | 11010 | 0 | 100110 | 11010011 | 100010 | 101111 |
Color Harmonies of #4F769F
Complementary color
Monochromatic Colors of #4F769F
Black with #4F769F
Text Example
Text Example
White with #4F769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F769F; }
p { color: rgb(79,118,159); }
H1.HeaderClassName
{
color: #4F769F;
}
.AnyTagClassName
{
color: #4F769F;
}
</style>
background-color css
<style>
a { background-color: #4F769F; }
a { background-color: rgb(79,118,159); }
div.DivClassName
{
background-color: #4F769F;
}
.BgClassName
{
background-color: #4F769F;
}
</style>
border-color css
<style>
span { border-color: #4F769F; }
span { border-color: rgb(79,118,159); }
td.TdClassName
{
border-color: #4F769F;
}
.TagClassName
{
border-color: #4F769F;
}
</style>