Shades of San Marino #48719B
Tints of San Marino #48719B
RGB
CMYK
RGB Variations
Color information
#48719B (or 0x48719B) is known color: San Marino. HEX triplet: 48, 71 and 9B. RGB value is (72,113,155). Sum of RGB (Red+Green+Blue) = 72+113+155=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #48719B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48719B is #B78E64. Grayscale: #696969. Windows color (decimal): -12029541 or 10187080. OLE color: 10187080.
HSL color Cylindrical-coordinate representation of color #48719B: hue angle of 210.36º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48719B is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 113 | 155 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.39 |
| HSL | 210.36º | 0.37% | 0.45% | - |
| HSV(B) | 210.36º | 0.54% | 0.61% | - |
| XYZ | 14.49 | 15.55 | 33.25 | - |
| YUV | 105.53 | 155.92 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 113 | 155 | 0.54 | 0.27 | 0 | 0.39 | 210.36 | 0.37 | 0.45 |
| Hex | 48 | 71 | 9B | 36 | 1B | 0 | 27 | D2 | 25 | 2D |
| Octal | 110 | 161 | 233 | 66 | 33 | 0 | 47 | 322 | 45 | 55 |
| Binary | 1001000 | 1110001 | 10011011 | 110110 | 11011 | 0 | 100111 | 11010010 | 100101 | 101101 |
Color Harmonies of #48719B
Complementary color
Monochromatic Colors of #48719B
Black with #48719B
Text Example
Text Example
White with #48719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48719B; }
p { color: rgb(72,113,155); }
H1.HeaderClassName
{
color: #48719B;
}
.AnyTagClassName
{
color: #48719B;
}
</style>
background-color css
<style>
a { background-color: #48719B; }
a { background-color: rgb(72,113,155); }
div.DivClassName
{
background-color: #48719B;
}
.BgClassName
{
background-color: #48719B;
}
</style>
border-color css
<style>
span { border-color: #48719B; }
span { border-color: rgb(72,113,155); }
td.TdClassName
{
border-color: #48719B;
}
.TagClassName
{
border-color: #48719B;
}
</style>