Shades of San Marino #4B6D9B
Tints of San Marino #4B6D9B
RGB
CMYK
RGB Variations
Color information
#4B6D9B (or 0x4B6D9B) is known color: San Marino. HEX triplet: 4B, 6D and 9B. RGB value is (75,109,155). Sum of RGB (Red+Green+Blue) = 75+109+155=339 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.12% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #4B6D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6D9B is #B49264. Grayscale: #676767. Windows color (decimal): -11833957 or 10186059. OLE color: 10186059.
HSL color Cylindrical-coordinate representation of color #4B6D9B: hue angle of 214.5º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B6D9B is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 75 | 109 | 155 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.39 |
| HSL | 214.5º | 0.35% | 0.45% | - |
| HSV(B) | 214.5º | 0.52% | 0.61% | - |
| XYZ | 14.29 | 14.8 | 33.11 | - |
| YUV | 104.08 | 156.74 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 109 | 155 | 0.52 | 0.30 | 0 | 0.39 | 214.5 | 0.35 | 0.45 |
| Hex | 4B | 6D | 9B | 34 | 1E | 0 | 27 | D6 | 23 | 2D |
| Octal | 113 | 155 | 233 | 64 | 36 | 0 | 47 | 326 | 43 | 55 |
| Binary | 1001011 | 1101101 | 10011011 | 110100 | 11110 | 0 | 100111 | 11010110 | 100011 | 101101 |
Color Harmonies of #4B6D9B
Complementary color
Monochromatic Colors of #4B6D9B
Black with #4B6D9B
Text Example
Text Example
White with #4B6D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6D9B; }
p { color: rgb(75,109,155); }
H1.HeaderClassName
{
color: #4B6D9B;
}
.AnyTagClassName
{
color: #4B6D9B;
}
</style>
background-color css
<style>
a { background-color: #4B6D9B; }
a { background-color: rgb(75,109,155); }
div.DivClassName
{
background-color: #4B6D9B;
}
.BgClassName
{
background-color: #4B6D9B;
}
</style>
border-color css
<style>
span { border-color: #4B6D9B; }
span { border-color: rgb(75,109,155); }
td.TdClassName
{
border-color: #4B6D9B;
}
.TagClassName
{
border-color: #4B6D9B;
}
</style>