Shades of San Marino #4F6899
Tints of San Marino #4F6899
RGB
CMYK
RGB Variations
Color information
#4F6899 (or 0x4F6899) is known color: San Marino. HEX triplet: 4F, 68 and 99. RGB value is (79,104,153). Sum of RGB (Red+Green+Blue) = 79+104+153=336 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.51% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #4F6899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6899 is #B09766. Grayscale: #656565. Windows color (decimal): -11573095 or 10053711. OLE color: 10053711.
HSL color Cylindrical-coordinate representation of color #4F6899: hue angle of 219.73º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F6899 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 79 | 104 | 153 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.4 |
| HSL | 219.73º | 0.32% | 0.45% | - |
| HSV(B) | 219.73º | 0.48% | 0.6% | - |
| XYZ | 13.92 | 13.86 | 32.08 | - |
| YUV | 102.11 | 156.72 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 104 | 153 | 0.48 | 0.32 | 0 | 0.4 | 219.73 | 0.32 | 0.45 |
| Hex | 4F | 68 | 99 | 30 | 20 | 0 | 28 | DC | 20 | 2D |
| Octal | 117 | 150 | 231 | 60 | 40 | 0 | 50 | 334 | 40 | 55 |
| Binary | 1001111 | 1101000 | 10011001 | 110000 | 100000 | 0 | 101000 | 11011100 | 100000 | 101101 |
Color Harmonies of #4F6899
Complementary color
Monochromatic Colors of #4F6899
Black with #4F6899
Text Example
Text Example
White with #4F6899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6899; }
p { color: rgb(79,104,153); }
H1.HeaderClassName
{
color: #4F6899;
}
.AnyTagClassName
{
color: #4F6899;
}
</style>
background-color css
<style>
a { background-color: #4F6899; }
a { background-color: rgb(79,104,153); }
div.DivClassName
{
background-color: #4F6899;
}
.BgClassName
{
background-color: #4F6899;
}
</style>
border-color css
<style>
span { border-color: #4F6899; }
span { border-color: rgb(79,104,153); }
td.TdClassName
{
border-color: #4F6899;
}
.TagClassName
{
border-color: #4F6899;
}
</style>