Shades of San Marino #4F629B
Tints of San Marino #4F629B
RGB
CMYK
RGB Variations
Color information
#4F629B (or 0x4F629B) is known color: San Marino. HEX triplet: 4F, 62 and 9B. RGB value is (79,98,155). Sum of RGB (Red+Green+Blue) = 79+98+155=332 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.80% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F629B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F629B is #B09D64. Grayscale: #626262. Windows color (decimal): -11574629 or 10183247. OLE color: 10183247.
HSL color Cylindrical-coordinate representation of color #4F629B: hue angle of 225º 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 #4F629B is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 98 | 155 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.39 |
| HSL | 225º | 0.32% | 0.46% | - |
| HSV(B) | 225º | 0.49% | 0.61% | - |
| XYZ | 13.51 | 12.76 | 32.76 | - |
| YUV | 98.82 | 159.71 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 98 | 155 | 0.49 | 0.37 | 0 | 0.39 | 225 | 0.32 | 0.46 |
| Hex | 4F | 62 | 9B | 31 | 25 | 0 | 27 | E1 | 20 | 2E |
| Octal | 117 | 142 | 233 | 61 | 45 | 0 | 47 | 341 | 40 | 56 |
| Binary | 1001111 | 1100010 | 10011011 | 110001 | 100101 | 0 | 100111 | 11100001 | 100000 | 101110 |
Color Harmonies of #4F629B
Complementary color
Monochromatic Colors of #4F629B
Black with #4F629B
Text Example
Text Example
White with #4F629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F629B; }
p { color: rgb(79,98,155); }
H1.HeaderClassName
{
color: #4F629B;
}
.AnyTagClassName
{
color: #4F629B;
}
</style>
background-color css
<style>
a { background-color: #4F629B; }
a { background-color: rgb(79,98,155); }
div.DivClassName
{
background-color: #4F629B;
}
.BgClassName
{
background-color: #4F629B;
}
</style>
border-color css
<style>
span { border-color: #4F629B; }
span { border-color: rgb(79,98,155); }
td.TdClassName
{
border-color: #4F629B;
}
.TagClassName
{
border-color: #4F629B;
}
</style>