Shades of San Marino #4F7397
Tints of San Marino #4F7397
RGB
CMYK
RGB Variations
Color information
#4F7397 (or 0x4F7397) is known color: San Marino. HEX triplet: 4F, 73 and 97. RGB value is (79,115,151). Sum of RGB (Red+Green+Blue) = 79+115+151=345 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.90% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 151 - color contains mainly: blue. Hex color #4F7397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7397 is #B08C68. Grayscale: #6C6C6C. Windows color (decimal): -11570281 or 9925455. OLE color: 9925455.
HSL color Cylindrical-coordinate representation of color #4F7397: hue angle of 210º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F7397 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 79 | 115 | 151 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.41 |
| HSL | 210º | 0.31% | 0.45% | - |
| HSV(B) | 210º | 0.48% | 0.59% | - |
| XYZ | 14.94 | 16.16 | 31.61 | - |
| YUV | 108.34 | 152.07 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 115 | 151 | 0.48 | 0.24 | 0 | 0.41 | 210 | 0.31 | 0.45 |
| Hex | 4F | 73 | 97 | 30 | 18 | 0 | 29 | D2 | 1F | 2D |
| Octal | 117 | 163 | 227 | 60 | 30 | 0 | 51 | 322 | 37 | 55 |
| Binary | 1001111 | 1110011 | 10010111 | 110000 | 11000 | 0 | 101001 | 11010010 | 11111 | 101101 |
Color Harmonies of #4F7397
Complementary color
Monochromatic Colors of #4F7397
Black with #4F7397
Text Example
Text Example
White with #4F7397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7397; }
p { color: rgb(79,115,151); }
H1.HeaderClassName
{
color: #4F7397;
}
.AnyTagClassName
{
color: #4F7397;
}
</style>
background-color css
<style>
a { background-color: #4F7397; }
a { background-color: rgb(79,115,151); }
div.DivClassName
{
background-color: #4F7397;
}
.BgClassName
{
background-color: #4F7397;
}
</style>
border-color css
<style>
span { border-color: #4F7397; }
span { border-color: rgb(79,115,151); }
td.TdClassName
{
border-color: #4F7397;
}
.TagClassName
{
border-color: #4F7397;
}
</style>