Shades of San Marino #4A6598
Tints of San Marino #4A6598
RGB
CMYK
RGB Variations
Color information
#4A6598 (or 0x4A6598) is known color: San Marino. HEX triplet: 4A, 65 and 98. RGB value is (74,101,152). Sum of RGB (Red+Green+Blue) = 74+101+152=327 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.63% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 152 (59.77% from 255 or 46.48% from 327); Max value from RGB is 152 - color contains mainly: blue. Hex color #4A6598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A6598 is #B59A67. Grayscale: #626262. Windows color (decimal): -11901544 or 9987402. OLE color: 9987402.
HSL color Cylindrical-coordinate representation of color #4A6598: hue angle of 219.23º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A6598 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 101 | 152 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.40 |
| HSL | 219.23º | 0.35% | 0.44% | - |
| HSV(B) | 219.23º | 0.51% | 0.6% | - |
| XYZ | 13.15 | 13.03 | 31.53 | - |
| YUV | 98.74 | 158.05 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 101 | 152 | 0.51 | 0.34 | 0 | 0.40 | 219.23 | 0.35 | 0.44 |
| Hex | 4A | 65 | 98 | 33 | 22 | 0 | 28 | DB | 23 | 2C |
| Octal | 112 | 145 | 230 | 63 | 42 | 0 | 50 | 333 | 43 | 54 |
| Binary | 1001010 | 1100101 | 10011000 | 110011 | 100010 | 0 | 101000 | 11011011 | 100011 | 101100 |
Color Harmonies of #4A6598
Complementary color
Monochromatic Colors of #4A6598
Black with #4A6598
Text Example
Text Example
White with #4A6598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6598; }
p { color: rgb(74,101,152); }
H1.HeaderClassName
{
color: #4A6598;
}
.AnyTagClassName
{
color: #4A6598;
}
</style>
background-color css
<style>
a { background-color: #4A6598; }
a { background-color: rgb(74,101,152); }
div.DivClassName
{
background-color: #4A6598;
}
.BgClassName
{
background-color: #4A6598;
}
</style>
border-color css
<style>
span { border-color: #4A6598; }
span { border-color: rgb(74,101,152); }
td.TdClassName
{
border-color: #4A6598;
}
.TagClassName
{
border-color: #4A6598;
}
</style>