Shades of San Marino #4F649A
Tints of San Marino #4F649A
RGB
CMYK
RGB Variations
Color information
#4F649A (or 0x4F649A) is known color: San Marino. HEX triplet: 4F, 64 and 9A. RGB value is (79,100,154). Sum of RGB (Red+Green+Blue) = 79+100+154=333 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.72% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 154 (60.55% from 255 or 46.25% from 333); Max value from RGB is 154 - color contains mainly: blue. Hex color #4F649A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F649A is #B09B65. Grayscale: #636363. Windows color (decimal): -11574118 or 10118223. OLE color: 10118223.
HSL color Cylindrical-coordinate representation of color #4F649A: hue angle of 223.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F649A is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 79 | 100 | 154 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.40 |
| HSL | 223.2º | 0.32% | 0.46% | - |
| HSV(B) | 223.2º | 0.49% | 0.6% | - |
| XYZ | 13.61 | 13.11 | 32.38 | - |
| YUV | 99.88 | 158.54 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 100 | 154 | 0.49 | 0.35 | 0 | 0.40 | 223.2 | 0.32 | 0.46 |
| Hex | 4F | 64 | 9A | 31 | 23 | 0 | 28 | DF | 20 | 2E |
| Octal | 117 | 144 | 232 | 61 | 43 | 0 | 50 | 337 | 40 | 56 |
| Binary | 1001111 | 1100100 | 10011010 | 110001 | 100011 | 0 | 101000 | 11011111 | 100000 | 101110 |
Color Harmonies of #4F649A
Complementary color
Monochromatic Colors of #4F649A
Black with #4F649A
Text Example
Text Example
White with #4F649A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F649A; }
p { color: rgb(79,100,154); }
H1.HeaderClassName
{
color: #4F649A;
}
.AnyTagClassName
{
color: #4F649A;
}
</style>
background-color css
<style>
a { background-color: #4F649A; }
a { background-color: rgb(79,100,154); }
div.DivClassName
{
background-color: #4F649A;
}
.BgClassName
{
background-color: #4F649A;
}
</style>
border-color css
<style>
span { border-color: #4F649A; }
span { border-color: rgb(79,100,154); }
td.TdClassName
{
border-color: #4F649A;
}
.TagClassName
{
border-color: #4F649A;
}
</style>