Shades of San Marino #4B729B
Tints of San Marino #4B729B
RGB
CMYK
RGB Variations
Color information
#4B729B (or 0x4B729B) is known color: San Marino. HEX triplet: 4B, 72 and 9B. RGB value is (75,114,155). Sum of RGB (Red+Green+Blue) = 75+114+155=344 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.80% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #4B729B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B729B is #B48D64. Grayscale: #6A6A6A. Windows color (decimal): -11832677 or 10187339. OLE color: 10187339.
HSL color Cylindrical-coordinate representation of color #4B729B: hue angle of 210.75º 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 #4B729B is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 75 | 114 | 155 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.39 |
| HSL | 210.75º | 0.35% | 0.45% | - |
| HSV(B) | 210.75º | 0.52% | 0.61% | - |
| XYZ | 14.84 | 15.9 | 33.3 | - |
| YUV | 107.01 | 155.08 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 114 | 155 | 0.52 | 0.26 | 0 | 0.39 | 210.75 | 0.35 | 0.45 |
| Hex | 4B | 72 | 9B | 34 | 1A | 0 | 27 | D3 | 23 | 2D |
| Octal | 113 | 162 | 233 | 64 | 32 | 0 | 47 | 323 | 43 | 55 |
| Binary | 1001011 | 1110010 | 10011011 | 110100 | 11010 | 0 | 100111 | 11010011 | 100011 | 101101 |
Color Harmonies of #4B729B
Complementary color
Monochromatic Colors of #4B729B
Black with #4B729B
Text Example
Text Example
White with #4B729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B729B; }
p { color: rgb(75,114,155); }
H1.HeaderClassName
{
color: #4B729B;
}
.AnyTagClassName
{
color: #4B729B;
}
</style>
background-color css
<style>
a { background-color: #4B729B; }
a { background-color: rgb(75,114,155); }
div.DivClassName
{
background-color: #4B729B;
}
.BgClassName
{
background-color: #4B729B;
}
</style>
border-color css
<style>
span { border-color: #4B729B; }
span { border-color: rgb(75,114,155); }
td.TdClassName
{
border-color: #4B729B;
}
.TagClassName
{
border-color: #4B729B;
}
</style>