Shades of San Marino #48769E
Tints of San Marino #48769E
RGB
CMYK
RGB Variations
Color information
#48769E (or 0x48769E) is known color: San Marino. HEX triplet: 48, 76 and 9E. RGB value is (72,118,158). Sum of RGB (Red+Green+Blue) = 72+118+158=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #48769E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48769E is #B78961. Grayscale: #6C6C6C. Windows color (decimal): -12028258 or 10384968. OLE color: 10384968.
HSL color Cylindrical-coordinate representation of color #48769E: hue angle of 207.91º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48769E is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 118 | 158 | - |
| CMYK | 0.54 | 0.25 | 0 | 0.38 |
| HSL | 207.91º | 0.37% | 0.45% | - |
| HSV(B) | 207.91º | 0.54% | 0.62% | - |
| XYZ | 15.32 | 16.8 | 34.78 | - |
| YUV | 108.81 | 155.76 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 118 | 158 | 0.54 | 0.25 | 0 | 0.38 | 207.91 | 0.37 | 0.45 |
| Hex | 48 | 76 | 9E | 36 | 19 | 0 | 26 | D0 | 25 | 2D |
| Octal | 110 | 166 | 236 | 66 | 31 | 0 | 46 | 320 | 45 | 55 |
| Binary | 1001000 | 1110110 | 10011110 | 110110 | 11001 | 0 | 100110 | 11010000 | 100101 | 101101 |
Color Harmonies of #48769E
Complementary color
Monochromatic Colors of #48769E
Black with #48769E
Text Example
Text Example
White with #48769E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48769E; }
p { color: rgb(72,118,158); }
H1.HeaderClassName
{
color: #48769E;
}
.AnyTagClassName
{
color: #48769E;
}
</style>
background-color css
<style>
a { background-color: #48769E; }
a { background-color: rgb(72,118,158); }
div.DivClassName
{
background-color: #48769E;
}
.BgClassName
{
background-color: #48769E;
}
</style>
border-color css
<style>
span { border-color: #48769E; }
span { border-color: rgb(72,118,158); }
td.TdClassName
{
border-color: #48769E;
}
.TagClassName
{
border-color: #48769E;
}
</style>