Shades of San Marino #486E96
Tints of San Marino #486E96
RGB
CMYK
RGB Variations
Color information
#486E96 (or 0x486E96) is known color: San Marino. HEX triplet: 48, 6E and 96. RGB value is (72,110,150). Sum of RGB (Red+Green+Blue) = 72+110+150=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #486E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486E96 is #B79169. Grayscale: #666666. Windows color (decimal): -12030314 or 9858632. OLE color: 9858632.
HSL color Cylindrical-coordinate representation of color #486E96: hue angle of 210.77º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #486E96 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 72 | 110 | 150 | - |
| CMYK | 0.52 | 0.27 | 0 | 0.41 |
| HSL | 210.77º | 0.35% | 0.44% | - |
| HSV(B) | 210.77º | 0.52% | 0.59% | - |
| XYZ | 13.75 | 14.73 | 30.97 | - |
| YUV | 103.2 | 154.41 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 110 | 150 | 0.52 | 0.27 | 0 | 0.41 | 210.77 | 0.35 | 0.44 |
| Hex | 48 | 6E | 96 | 34 | 1B | 0 | 29 | D3 | 23 | 2C |
| Octal | 110 | 156 | 226 | 64 | 33 | 0 | 51 | 323 | 43 | 54 |
| Binary | 1001000 | 1101110 | 10010110 | 110100 | 11011 | 0 | 101001 | 11010011 | 100011 | 101100 |
Color Harmonies of #486E96
Complementary color
Monochromatic Colors of #486E96
Black with #486E96
Text Example
Text Example
White with #486E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486E96; }
p { color: rgb(72,110,150); }
H1.HeaderClassName
{
color: #486E96;
}
.AnyTagClassName
{
color: #486E96;
}
</style>
background-color css
<style>
a { background-color: #486E96; }
a { background-color: rgb(72,110,150); }
div.DivClassName
{
background-color: #486E96;
}
.BgClassName
{
background-color: #486E96;
}
</style>
border-color css
<style>
span { border-color: #486E96; }
span { border-color: rgb(72,110,150); }
td.TdClassName
{
border-color: #486E96;
}
.TagClassName
{
border-color: #486E96;
}
</style>