Shades of San Marino #4B6996
Tints of San Marino #4B6996
RGB
CMYK
RGB Variations
Color information
#4B6996 (or 0x4B6996) is known color: San Marino. HEX triplet: 4B, 69 and 96. RGB value is (75,105,150). Sum of RGB (Red+Green+Blue) = 75+105+150=330 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.73% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #4B6996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6996 is #B49669. Grayscale: #646464. Windows color (decimal): -11834986 or 9857355. OLE color: 9857355.
HSL color Cylindrical-coordinate representation of color #4B6996: hue angle of 216º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B6996 is Cyan = 0.5, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 75 | 105 | 150 | - |
| CMYK | 0.5 | 0.30 | 0 | 0.41 |
| HSL | 216º | 0.33% | 0.44% | - |
| HSV(B) | 216º | 0.5% | 0.59% | - |
| XYZ | 13.46 | 13.8 | 30.81 | - |
| YUV | 101.16 | 155.56 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 105 | 150 | 0.5 | 0.30 | 0 | 0.41 | 216 | 0.33 | 0.44 |
| Hex | 4B | 69 | 96 | 32 | 1E | 0 | 29 | D8 | 21 | 2C |
| Octal | 113 | 151 | 226 | 62 | 36 | 0 | 51 | 330 | 41 | 54 |
| Binary | 1001011 | 1101001 | 10010110 | 110010 | 11110 | 0 | 101001 | 11011000 | 100001 | 101100 |
Color Harmonies of #4B6996
Complementary color
Monochromatic Colors of #4B6996
Black with #4B6996
Text Example
Text Example
White with #4B6996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6996; }
p { color: rgb(75,105,150); }
H1.HeaderClassName
{
color: #4B6996;
}
.AnyTagClassName
{
color: #4B6996;
}
</style>
background-color css
<style>
a { background-color: #4B6996; }
a { background-color: rgb(75,105,150); }
div.DivClassName
{
background-color: #4B6996;
}
.BgClassName
{
background-color: #4B6996;
}
</style>
border-color css
<style>
span { border-color: #4B6996; }
span { border-color: rgb(75,105,150); }
td.TdClassName
{
border-color: #4B6996;
}
.TagClassName
{
border-color: #4B6996;
}
</style>