Shades of San Marino #4F7398
Tints of San Marino #4F7398
RGB
CMYK
RGB Variations
Color information
#4F7398 (or 0x4F7398) is known color: San Marino. HEX triplet: 4F, 73 and 98. RGB value is (79,115,152). Sum of RGB (Red+Green+Blue) = 79+115+152=346 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.83% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 152 - color contains mainly: blue. Hex color #4F7398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7398 is #B08C67. Grayscale: #6C6C6C. Windows color (decimal): -11570280 or 9990991. OLE color: 9990991.
HSL color Cylindrical-coordinate representation of color #4F7398: hue angle of 210.41º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F7398 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 79 | 115 | 152 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.40 |
| HSL | 210.41º | 0.32% | 0.45% | - |
| HSV(B) | 210.41º | 0.48% | 0.6% | - |
| XYZ | 15.02 | 16.19 | 32.04 | - |
| YUV | 108.45 | 152.57 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 115 | 152 | 0.48 | 0.24 | 0 | 0.40 | 210.41 | 0.32 | 0.45 |
| Hex | 4F | 73 | 98 | 30 | 18 | 0 | 28 | D2 | 20 | 2D |
| Octal | 117 | 163 | 230 | 60 | 30 | 0 | 50 | 322 | 40 | 55 |
| Binary | 1001111 | 1110011 | 10011000 | 110000 | 11000 | 0 | 101000 | 11010010 | 100000 | 101101 |
Color Harmonies of #4F7398
Complementary color
Monochromatic Colors of #4F7398
Black with #4F7398
Text Example
Text Example
White with #4F7398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7398; }
p { color: rgb(79,115,152); }
H1.HeaderClassName
{
color: #4F7398;
}
.AnyTagClassName
{
color: #4F7398;
}
</style>
background-color css
<style>
a { background-color: #4F7398; }
a { background-color: rgb(79,115,152); }
div.DivClassName
{
background-color: #4F7398;
}
.BgClassName
{
background-color: #4F7398;
}
</style>
border-color css
<style>
span { border-color: #4F7398; }
span { border-color: rgb(79,115,152); }
td.TdClassName
{
border-color: #4F7398;
}
.TagClassName
{
border-color: #4F7398;
}
</style>