Shades of San Marino #4F729B
Tints of San Marino #4F729B
RGB
CMYK
RGB Variations
Color information
#4F729B (or 0x4F729B) is known color: San Marino. HEX triplet: 4F, 72 and 9B. RGB value is (79,114,155). Sum of RGB (Red+Green+Blue) = 79+114+155=348 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.70% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F729B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F729B is #B08D64. Grayscale: #6C6C6C. Windows color (decimal): -11570533 or 10187343. OLE color: 10187343.
HSL color Cylindrical-coordinate representation of color #4F729B: hue angle of 212.37º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F729B is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 114 | 155 | - |
| CMYK | 0.49 | 0.26 | 0 | 0.39 |
| HSL | 212.37º | 0.32% | 0.46% | - |
| HSV(B) | 212.37º | 0.49% | 0.61% | - |
| XYZ | 15.16 | 16.06 | 33.31 | - |
| YUV | 108.21 | 154.4 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 114 | 155 | 0.49 | 0.26 | 0 | 0.39 | 212.37 | 0.32 | 0.46 |
| Hex | 4F | 72 | 9B | 31 | 1A | 0 | 27 | D4 | 20 | 2E |
| Octal | 117 | 162 | 233 | 61 | 32 | 0 | 47 | 324 | 40 | 56 |
| Binary | 1001111 | 1110010 | 10011011 | 110001 | 11010 | 0 | 100111 | 11010100 | 100000 | 101110 |
Color Harmonies of #4F729B
Complementary color
Monochromatic Colors of #4F729B
Black with #4F729B
Text Example
Text Example
White with #4F729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F729B; }
p { color: rgb(79,114,155); }
H1.HeaderClassName
{
color: #4F729B;
}
.AnyTagClassName
{
color: #4F729B;
}
</style>
background-color css
<style>
a { background-color: #4F729B; }
a { background-color: rgb(79,114,155); }
div.DivClassName
{
background-color: #4F729B;
}
.BgClassName
{
background-color: #4F729B;
}
</style>
border-color css
<style>
span { border-color: #4F729B; }
span { border-color: rgb(79,114,155); }
td.TdClassName
{
border-color: #4F729B;
}
.TagClassName
{
border-color: #4F729B;
}
</style>