Shades of San Marino #4F6796
Tints of San Marino #4F6796
RGB
CMYK
RGB Variations
Color information
#4F6796 (or 0x4F6796) is known color: San Marino. HEX triplet: 4F, 67 and 96. RGB value is (79,103,150). Sum of RGB (Red+Green+Blue) = 79+103+150=332 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.80% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #4F6796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6796 is #B09869. Grayscale: #646464. Windows color (decimal): -11573354 or 9856847. OLE color: 9856847.
HSL color Cylindrical-coordinate representation of color #4F6796: hue angle of 219.72º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F6796 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 79 | 103 | 150 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.41 |
| HSL | 219.72º | 0.31% | 0.45% | - |
| HSV(B) | 219.72º | 0.47% | 0.59% | - |
| XYZ | 13.58 | 13.56 | 30.76 | - |
| YUV | 101.18 | 155.55 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 103 | 150 | 0.47 | 0.31 | 0 | 0.41 | 219.72 | 0.31 | 0.45 |
| Hex | 4F | 67 | 96 | 2F | 1F | 0 | 29 | DC | 1F | 2D |
| Octal | 117 | 147 | 226 | 57 | 37 | 0 | 51 | 334 | 37 | 55 |
| Binary | 1001111 | 1100111 | 10010110 | 101111 | 11111 | 0 | 101001 | 11011100 | 11111 | 101101 |
Color Harmonies of #4F6796
Complementary color
Monochromatic Colors of #4F6796
Black with #4F6796
Text Example
Text Example
White with #4F6796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6796; }
p { color: rgb(79,103,150); }
H1.HeaderClassName
{
color: #4F6796;
}
.AnyTagClassName
{
color: #4F6796;
}
</style>
background-color css
<style>
a { background-color: #4F6796; }
a { background-color: rgb(79,103,150); }
div.DivClassName
{
background-color: #4F6796;
}
.BgClassName
{
background-color: #4F6796;
}
</style>
border-color css
<style>
span { border-color: #4F6796; }
span { border-color: rgb(79,103,150); }
td.TdClassName
{
border-color: #4F6796;
}
.TagClassName
{
border-color: #4F6796;
}
</style>