Shades of San Marino #4F6FB5
Tints of San Marino #4F6FB5
RGB
CMYK
RGB Variations
Color information
#4F6FB5 (or 0x4F6FB5) is known color: San Marino. HEX triplet: 4F, 6F and B5. RGB value is (79,111,181). Sum of RGB (Red+Green+Blue) = 79+111+181=371 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.29% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 181 - color contains mainly: blue. Hex color #4F6FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F6FB5 is #B0904A. Grayscale: #6D6D6D. Windows color (decimal): -11571275 or 11890511. OLE color: 11890511.
HSL color Cylindrical-coordinate representation of color #4F6FB5: hue angle of 221.18º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F6FB5 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 79 | 111 | 181 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.29 |
| HSL | 221.18º | 0.41% | 0.51% | - |
| HSV(B) | 221.18º | 0.56% | 0.71% | - |
| XYZ | 17.25 | 16.37 | 45.97 | - |
| YUV | 109.41 | 168.4 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 111 | 181 | 0.56 | 0.39 | 0 | 0.29 | 221.18 | 0.41 | 0.51 |
| Hex | 4F | 6F | B5 | 38 | 27 | 0 | 1D | DD | 29 | 33 |
| Octal | 117 | 157 | 265 | 70 | 47 | 0 | 35 | 335 | 51 | 63 |
| Binary | 1001111 | 1101111 | 10110101 | 111000 | 100111 | 0 | 11101 | 11011101 | 101001 | 110011 |
Color Harmonies of #4F6FB5
Complementary color
Monochromatic Colors of #4F6FB5
Black with #4F6FB5
Text Example
Text Example
White with #4F6FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6FB5; }
p { color: rgb(79,111,181); }
H1.HeaderClassName
{
color: #4F6FB5;
}
.AnyTagClassName
{
color: #4F6FB5;
}
</style>
background-color css
<style>
a { background-color: #4F6FB5; }
a { background-color: rgb(79,111,181); }
div.DivClassName
{
background-color: #4F6FB5;
}
.BgClassName
{
background-color: #4F6FB5;
}
</style>
border-color css
<style>
span { border-color: #4F6FB5; }
span { border-color: rgb(79,111,181); }
td.TdClassName
{
border-color: #4F6FB5;
}
.TagClassName
{
border-color: #4F6FB5;
}
</style>