Shades of San Marino #48749C
Tints of San Marino #48749C
RGB
CMYK
RGB Variations
Color information
#48749C (or 0x48749C) is known color: San Marino. HEX triplet: 48, 74 and 9C. RGB value is (72,116,156). Sum of RGB (Red+Green+Blue) = 72+116+156=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #48749C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48749C is #B78B63. Grayscale: #6B6B6B. Windows color (decimal): -12028772 or 10253384. OLE color: 10253384.
HSL color Cylindrical-coordinate representation of color #48749C: hue angle of 208.57º 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 #48749C is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 116 | 156 | - |
| CMYK | 0.54 | 0.26 | 0 | 0.39 |
| HSL | 208.57º | 0.37% | 0.45% | - |
| HSV(B) | 208.57º | 0.54% | 0.61% | - |
| XYZ | 14.92 | 16.27 | 33.81 | - |
| YUV | 107.4 | 155.42 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 116 | 156 | 0.54 | 0.26 | 0 | 0.39 | 208.57 | 0.37 | 0.45 |
| Hex | 48 | 74 | 9C | 36 | 1A | 0 | 27 | D1 | 25 | 2D |
| Octal | 110 | 164 | 234 | 66 | 32 | 0 | 47 | 321 | 45 | 55 |
| Binary | 1001000 | 1110100 | 10011100 | 110110 | 11010 | 0 | 100111 | 11010001 | 100101 | 101101 |
Color Harmonies of #48749C
Complementary color
Monochromatic Colors of #48749C
Black with #48749C
Text Example
Text Example
White with #48749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48749C; }
p { color: rgb(72,116,156); }
H1.HeaderClassName
{
color: #48749C;
}
.AnyTagClassName
{
color: #48749C;
}
</style>
background-color css
<style>
a { background-color: #48749C; }
a { background-color: rgb(72,116,156); }
div.DivClassName
{
background-color: #48749C;
}
.BgClassName
{
background-color: #48749C;
}
</style>
border-color css
<style>
span { border-color: #48749C; }
span { border-color: rgb(72,116,156); }
td.TdClassName
{
border-color: #48749C;
}
.TagClassName
{
border-color: #48749C;
}
</style>