Shades of San Marino #48769C
Tints of San Marino #48769C
RGB
CMYK
RGB Variations
Color information
#48769C (or 0x48769C) is known color: San Marino. HEX triplet: 48, 76 and 9C. RGB value is (72,118,156). Sum of RGB (Red+Green+Blue) = 72+118+156=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #48769C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48769C is #B78963. Grayscale: #6C6C6C. Windows color (decimal): -12028260 or 10253896. OLE color: 10253896.
HSL color Cylindrical-coordinate representation of color #48769C: hue angle of 207.14º 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 #48769C is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 118 | 156 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.39 |
| HSL | 207.14º | 0.37% | 0.45% | - |
| HSV(B) | 207.14º | 0.54% | 0.61% | - |
| XYZ | 15.15 | 16.73 | 33.88 | - |
| YUV | 108.58 | 154.76 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 118 | 156 | 0.54 | 0.24 | 0 | 0.39 | 207.14 | 0.37 | 0.45 |
| Hex | 48 | 76 | 9C | 36 | 18 | 0 | 27 | CF | 25 | 2D |
| Octal | 110 | 166 | 234 | 66 | 30 | 0 | 47 | 317 | 45 | 55 |
| Binary | 1001000 | 1110110 | 10011100 | 110110 | 11000 | 0 | 100111 | 11001111 | 100101 | 101101 |
Color Harmonies of #48769C
Complementary color
Monochromatic Colors of #48769C
Black with #48769C
Text Example
Text Example
White with #48769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48769C; }
p { color: rgb(72,118,156); }
H1.HeaderClassName
{
color: #48769C;
}
.AnyTagClassName
{
color: #48769C;
}
</style>
background-color css
<style>
a { background-color: #48769C; }
a { background-color: rgb(72,118,156); }
div.DivClassName
{
background-color: #48769C;
}
.BgClassName
{
background-color: #48769C;
}
</style>
border-color css
<style>
span { border-color: #48769C; }
span { border-color: rgb(72,118,156); }
td.TdClassName
{
border-color: #48769C;
}
.TagClassName
{
border-color: #48769C;
}
</style>