Shades of San Marino #48679B
Tints of San Marino #48679B
RGB
CMYK
RGB Variations
Color information
#48679B (or 0x48679B) is known color: San Marino. HEX triplet: 48, 67 and 9B. RGB value is (72,103,155). Sum of RGB (Red+Green+Blue) = 72+103+155=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #48679B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48679B is #B79864. Grayscale: #636363. Windows color (decimal): -12032101 or 10184520. OLE color: 10184520.
HSL color Cylindrical-coordinate representation of color #48679B: hue angle of 217.59º 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 #48679B is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 103 | 155 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.39 |
| HSL | 217.59º | 0.37% | 0.45% | - |
| HSV(B) | 217.59º | 0.54% | 0.61% | - |
| XYZ | 13.44 | 13.44 | 32.9 | - |
| YUV | 99.66 | 159.23 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 103 | 155 | 0.54 | 0.34 | 0 | 0.39 | 217.59 | 0.37 | 0.45 |
| Hex | 48 | 67 | 9B | 36 | 22 | 0 | 27 | DA | 25 | 2D |
| Octal | 110 | 147 | 233 | 66 | 42 | 0 | 47 | 332 | 45 | 55 |
| Binary | 1001000 | 1100111 | 10011011 | 110110 | 100010 | 0 | 100111 | 11011010 | 100101 | 101101 |
Color Harmonies of #48679B
Complementary color
Monochromatic Colors of #48679B
Black with #48679B
Text Example
Text Example
White with #48679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48679B; }
p { color: rgb(72,103,155); }
H1.HeaderClassName
{
color: #48679B;
}
.AnyTagClassName
{
color: #48679B;
}
</style>
background-color css
<style>
a { background-color: #48679B; }
a { background-color: rgb(72,103,155); }
div.DivClassName
{
background-color: #48679B;
}
.BgClassName
{
background-color: #48679B;
}
</style>
border-color css
<style>
span { border-color: #48679B; }
span { border-color: rgb(72,103,155); }
td.TdClassName
{
border-color: #48679B;
}
.TagClassName
{
border-color: #48679B;
}
</style>