Shades of San Marino #48799F
Tints of San Marino #48799F
RGB
CMYK
RGB Variations
Color information
#48799F (or 0x48799F) is known color: San Marino. HEX triplet: 48, 79 and 9F. RGB value is (72,121,159). Sum of RGB (Red+Green+Blue) = 72+121+159=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 159 - color contains mainly: blue. Hex color #48799F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48799F is #B78660. Grayscale: #6E6E6E. Windows color (decimal): -12027489 or 10451272. OLE color: 10451272.
HSL color Cylindrical-coordinate representation of color #48799F: hue angle of 206.21º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48799F is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 121 | 159 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.38 |
| HSL | 206.21º | 0.38% | 0.45% | - |
| HSV(B) | 206.21º | 0.55% | 0.62% | - |
| XYZ | 15.77 | 17.56 | 35.36 | - |
| YUV | 110.68 | 155.27 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 121 | 159 | 0.55 | 0.24 | 0 | 0.38 | 206.21 | 0.38 | 0.45 |
| Hex | 48 | 79 | 9F | 37 | 18 | 0 | 26 | CE | 26 | 2D |
| Octal | 110 | 171 | 237 | 67 | 30 | 0 | 46 | 316 | 46 | 55 |
| Binary | 1001000 | 1111001 | 10011111 | 110111 | 11000 | 0 | 100110 | 11001110 | 100110 | 101101 |
Color Harmonies of #48799F
Complementary color
Monochromatic Colors of #48799F
Black with #48799F
Text Example
Text Example
White with #48799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48799F; }
p { color: rgb(72,121,159); }
H1.HeaderClassName
{
color: #48799F;
}
.AnyTagClassName
{
color: #48799F;
}
</style>
background-color css
<style>
a { background-color: #48799F; }
a { background-color: rgb(72,121,159); }
div.DivClassName
{
background-color: #48799F;
}
.BgClassName
{
background-color: #48799F;
}
</style>
border-color css
<style>
span { border-color: #48799F; }
span { border-color: rgb(72,121,159); }
td.TdClassName
{
border-color: #48799F;
}
.TagClassName
{
border-color: #48799F;
}
</style>