Shades of San Marino #46739A
Tints of San Marino #46739A
RGB
CMYK
RGB Variations
Color information
#46739A (or 0x46739A) is known color: San Marino. HEX triplet: 46, 73 and 9A. RGB value is (70,115,154). Sum of RGB (Red+Green+Blue) = 70+115+154=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 154 - color contains mainly: blue. Hex color #46739A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46739A is #B98C65. Grayscale: #696969. Windows color (decimal): -12160102 or 10122054. OLE color: 10122054.
HSL color Cylindrical-coordinate representation of color #46739A: hue angle of 207.86º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46739A is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 115 | 154 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.40 |
| HSL | 207.86º | 0.38% | 0.44% | - |
| HSV(B) | 207.86º | 0.55% | 0.6% | - |
| XYZ | 14.49 | 15.9 | 32.88 | - |
| YUV | 105.99 | 155.09 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 115 | 154 | 0.55 | 0.25 | 0 | 0.40 | 207.86 | 0.38 | 0.44 |
| Hex | 46 | 73 | 9A | 37 | 19 | 0 | 28 | D0 | 26 | 2C |
| Octal | 106 | 163 | 232 | 67 | 31 | 0 | 50 | 320 | 46 | 54 |
| Binary | 1000110 | 1110011 | 10011010 | 110111 | 11001 | 0 | 101000 | 11010000 | 100110 | 101100 |
Color Harmonies of #46739A
Complementary color
Monochromatic Colors of #46739A
Black with #46739A
Text Example
Text Example
White with #46739A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46739A; }
p { color: rgb(70,115,154); }
H1.HeaderClassName
{
color: #46739A;
}
.AnyTagClassName
{
color: #46739A;
}
</style>
background-color css
<style>
a { background-color: #46739A; }
a { background-color: rgb(70,115,154); }
div.DivClassName
{
background-color: #46739A;
}
.BgClassName
{
background-color: #46739A;
}
</style>
border-color css
<style>
span { border-color: #46739A; }
span { border-color: rgb(70,115,154); }
td.TdClassName
{
border-color: #46739A;
}
.TagClassName
{
border-color: #46739A;
}
</style>