Shades of San Marino #4F689F
Tints of San Marino #4F689F
RGB
CMYK
RGB Variations
Color information
#4F689F (or 0x4F689F) is known color: San Marino. HEX triplet: 4F, 68 and 9F. RGB value is (79,104,159). Sum of RGB (Red+Green+Blue) = 79+104+159=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 159 - color contains mainly: blue. Hex color #4F689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F689F is #B09760. Grayscale: #666666. Windows color (decimal): -11573089 or 10446927. OLE color: 10446927.
HSL color Cylindrical-coordinate representation of color #4F689F: hue angle of 221.25º 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 #4F689F is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 104 | 159 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.38 |
| HSL | 221.25º | 0.34% | 0.47% | - |
| HSV(B) | 221.25º | 0.5% | 0.62% | - |
| XYZ | 14.43 | 14.07 | 34.76 | - |
| YUV | 102.8 | 159.72 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 104 | 159 | 0.50 | 0.35 | 0 | 0.38 | 221.25 | 0.34 | 0.47 |
| Hex | 4F | 68 | 9F | 32 | 23 | 0 | 26 | DD | 22 | 2F |
| Octal | 117 | 150 | 237 | 62 | 43 | 0 | 46 | 335 | 42 | 57 |
| Binary | 1001111 | 1101000 | 10011111 | 110010 | 100011 | 0 | 100110 | 11011101 | 100010 | 101111 |
Color Harmonies of #4F689F
Complementary color
Monochromatic Colors of #4F689F
Black with #4F689F
Text Example
Text Example
White with #4F689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F689F; }
p { color: rgb(79,104,159); }
H1.HeaderClassName
{
color: #4F689F;
}
.AnyTagClassName
{
color: #4F689F;
}
</style>
background-color css
<style>
a { background-color: #4F689F; }
a { background-color: rgb(79,104,159); }
div.DivClassName
{
background-color: #4F689F;
}
.BgClassName
{
background-color: #4F689F;
}
</style>
border-color css
<style>
span { border-color: #4F689F; }
span { border-color: rgb(79,104,159); }
td.TdClassName
{
border-color: #4F689F;
}
.TagClassName
{
border-color: #4F689F;
}
</style>