Shades of San Marino #4F6695
Tints of San Marino #4F6695
RGB
CMYK
RGB Variations
Color information
#4F6695 (or 0x4F6695) is known color: San Marino. HEX triplet: 4F, 66 and 95. RGB value is (79,102,149). Sum of RGB (Red+Green+Blue) = 79+102+149=330 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.94% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 149 - color contains mainly: blue. Hex color #4F6695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6695 is #B0996A. Grayscale: #646464. Windows color (decimal): -11573611 or 9791055. OLE color: 9791055.
HSL color Cylindrical-coordinate representation of color #4F6695: hue angle of 220.29º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F6695 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 79 | 102 | 149 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.42 |
| HSL | 220.29º | 0.31% | 0.45% | - |
| HSV(B) | 220.29º | 0.47% | 0.58% | - |
| XYZ | 13.4 | 13.33 | 30.3 | - |
| YUV | 100.48 | 155.38 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 102 | 149 | 0.47 | 0.32 | 0 | 0.42 | 220.29 | 0.31 | 0.45 |
| Hex | 4F | 66 | 95 | 2F | 20 | 0 | 2A | DC | 1F | 2D |
| Octal | 117 | 146 | 225 | 57 | 40 | 0 | 52 | 334 | 37 | 55 |
| Binary | 1001111 | 1100110 | 10010101 | 101111 | 100000 | 0 | 101010 | 11011100 | 11111 | 101101 |
Color Harmonies of #4F6695
Complementary color
Monochromatic Colors of #4F6695
Black with #4F6695
Text Example
Text Example
White with #4F6695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6695; }
p { color: rgb(79,102,149); }
H1.HeaderClassName
{
color: #4F6695;
}
.AnyTagClassName
{
color: #4F6695;
}
</style>
background-color css
<style>
a { background-color: #4F6695; }
a { background-color: rgb(79,102,149); }
div.DivClassName
{
background-color: #4F6695;
}
.BgClassName
{
background-color: #4F6695;
}
</style>
border-color css
<style>
span { border-color: #4F6695; }
span { border-color: rgb(79,102,149); }
td.TdClassName
{
border-color: #4F6695;
}
.TagClassName
{
border-color: #4F6695;
}
</style>