Shades of San Marino #4F649C
Tints of San Marino #4F649C
RGB
CMYK
RGB Variations
Color information
#4F649C (or 0x4F649C) is known color: San Marino. HEX triplet: 4F, 64 and 9C. RGB value is (79,100,156). Sum of RGB (Red+Green+Blue) = 79+100+156=335 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.58% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 156 - color contains mainly: blue. Hex color #4F649C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F649C is #B09B63. Grayscale: #636363. Windows color (decimal): -11574116 or 10249295. OLE color: 10249295.
HSL color Cylindrical-coordinate representation of color #4F649C: hue angle of 223.64º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F649C is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 100 | 156 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.39 |
| HSL | 223.64º | 0.33% | 0.46% | - |
| HSV(B) | 223.64º | 0.49% | 0.61% | - |
| XYZ | 13.78 | 13.18 | 33.27 | - |
| YUV | 100.11 | 159.54 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 100 | 156 | 0.49 | 0.36 | 0 | 0.39 | 223.64 | 0.33 | 0.46 |
| Hex | 4F | 64 | 9C | 31 | 24 | 0 | 27 | E0 | 21 | 2E |
| Octal | 117 | 144 | 234 | 61 | 44 | 0 | 47 | 340 | 41 | 56 |
| Binary | 1001111 | 1100100 | 10011100 | 110001 | 100100 | 0 | 100111 | 11100000 | 100001 | 101110 |
Color Harmonies of #4F649C
Complementary color
Monochromatic Colors of #4F649C
Black with #4F649C
Text Example
Text Example
White with #4F649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F649C; }
p { color: rgb(79,100,156); }
H1.HeaderClassName
{
color: #4F649C;
}
.AnyTagClassName
{
color: #4F649C;
}
</style>
background-color css
<style>
a { background-color: #4F649C; }
a { background-color: rgb(79,100,156); }
div.DivClassName
{
background-color: #4F649C;
}
.BgClassName
{
background-color: #4F649C;
}
</style>
border-color css
<style>
span { border-color: #4F649C; }
span { border-color: rgb(79,100,156); }
td.TdClassName
{
border-color: #4F649C;
}
.TagClassName
{
border-color: #4F649C;
}
</style>