Shades of San Marino #46739B
Tints of San Marino #46739B
RGB
CMYK
RGB Variations
Color information
#46739B (or 0x46739B) is known color: San Marino. HEX triplet: 46, 73 and 9B. RGB value is (70,115,155). Sum of RGB (Red+Green+Blue) = 70+115+155=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #46739B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46739B is #B98C64. Grayscale: #696969. Windows color (decimal): -12160101 or 10187590. OLE color: 10187590.
HSL color Cylindrical-coordinate representation of color #46739B: hue angle of 208.24º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46739B is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 115 | 155 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.39 |
| HSL | 208.24º | 0.38% | 0.44% | - |
| HSV(B) | 208.24º | 0.55% | 0.61% | - |
| XYZ | 14.57 | 15.93 | 33.32 | - |
| YUV | 106.11 | 155.59 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 115 | 155 | 0.55 | 0.26 | 0 | 0.39 | 208.24 | 0.38 | 0.44 |
| Hex | 46 | 73 | 9B | 37 | 1A | 0 | 27 | D0 | 26 | 2C |
| Octal | 106 | 163 | 233 | 67 | 32 | 0 | 47 | 320 | 46 | 54 |
| Binary | 1000110 | 1110011 | 10011011 | 110111 | 11010 | 0 | 100111 | 11010000 | 100110 | 101100 |
Color Harmonies of #46739B
Complementary color
Monochromatic Colors of #46739B
Black with #46739B
Text Example
Text Example
White with #46739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46739B; }
p { color: rgb(70,115,155); }
H1.HeaderClassName
{
color: #46739B;
}
.AnyTagClassName
{
color: #46739B;
}
</style>
background-color css
<style>
a { background-color: #46739B; }
a { background-color: rgb(70,115,155); }
div.DivClassName
{
background-color: #46739B;
}
.BgClassName
{
background-color: #46739B;
}
</style>
border-color css
<style>
span { border-color: #46739B; }
span { border-color: rgb(70,115,155); }
td.TdClassName
{
border-color: #46739B;
}
.TagClassName
{
border-color: #46739B;
}
</style>