Shades of San Marino #46709D
Tints of San Marino #46709D
RGB
CMYK
RGB Variations
Color information
#46709D (or 0x46709D) is known color: San Marino. HEX triplet: 46, 70 and 9D. RGB value is (70,112,157). Sum of RGB (Red+Green+Blue) = 70+112+157=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #46709D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46709D is #B98F62. Grayscale: #686868. Windows color (decimal): -12160867 or 10317894. OLE color: 10317894.
HSL color Cylindrical-coordinate representation of color #46709D: hue angle of 211.03º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46709D is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 112 | 157 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.38 |
| HSL | 211.03º | 0.38% | 0.45% | - |
| HSV(B) | 211.03º | 0.55% | 0.62% | - |
| XYZ | 14.41 | 15.32 | 34.1 | - |
| YUV | 104.57 | 157.59 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 112 | 157 | 0.55 | 0.29 | 0 | 0.38 | 211.03 | 0.38 | 0.45 |
| Hex | 46 | 70 | 9D | 37 | 1D | 0 | 26 | D3 | 26 | 2D |
| Octal | 106 | 160 | 235 | 67 | 35 | 0 | 46 | 323 | 46 | 55 |
| Binary | 1000110 | 1110000 | 10011101 | 110111 | 11101 | 0 | 100110 | 11010011 | 100110 | 101101 |
Color Harmonies of #46709D
Complementary color
Monochromatic Colors of #46709D
Black with #46709D
Text Example
Text Example
White with #46709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46709D; }
p { color: rgb(70,112,157); }
H1.HeaderClassName
{
color: #46709D;
}
.AnyTagClassName
{
color: #46709D;
}
</style>
background-color css
<style>
a { background-color: #46709D; }
a { background-color: rgb(70,112,157); }
div.DivClassName
{
background-color: #46709D;
}
.BgClassName
{
background-color: #46709D;
}
</style>
border-color css
<style>
span { border-color: #46709D; }
span { border-color: rgb(70,112,157); }
td.TdClassName
{
border-color: #46709D;
}
.TagClassName
{
border-color: #46709D;
}
</style>