Shades of San Marino #486E9A
Tints of San Marino #486E9A
RGB
CMYK
RGB Variations
Color information
#486E9A (or 0x486E9A) is known color: San Marino. HEX triplet: 48, 6E and 9A. RGB value is (72,110,154). Sum of RGB (Red+Green+Blue) = 72+110+154=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 154 - color contains mainly: blue. Hex color #486E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486E9A is #B79165. Grayscale: #676767. Windows color (decimal): -12030310 or 10120776. OLE color: 10120776.
HSL color Cylindrical-coordinate representation of color #486E9A: hue angle of 212.2º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #486E9A is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 110 | 154 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.40 |
| HSL | 212.2º | 0.36% | 0.44% | - |
| HSV(B) | 212.2º | 0.53% | 0.6% | - |
| XYZ | 14.08 | 14.86 | 32.7 | - |
| YUV | 103.65 | 156.41 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 110 | 154 | 0.53 | 0.29 | 0 | 0.40 | 212.2 | 0.36 | 0.44 |
| Hex | 48 | 6E | 9A | 35 | 1D | 0 | 28 | D4 | 24 | 2C |
| Octal | 110 | 156 | 232 | 65 | 35 | 0 | 50 | 324 | 44 | 54 |
| Binary | 1001000 | 1101110 | 10011010 | 110101 | 11101 | 0 | 101000 | 11010100 | 100100 | 101100 |
Color Harmonies of #486E9A
Complementary color
Monochromatic Colors of #486E9A
Black with #486E9A
Text Example
Text Example
White with #486E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486E9A; }
p { color: rgb(72,110,154); }
H1.HeaderClassName
{
color: #486E9A;
}
.AnyTagClassName
{
color: #486E9A;
}
</style>
background-color css
<style>
a { background-color: #486E9A; }
a { background-color: rgb(72,110,154); }
div.DivClassName
{
background-color: #486E9A;
}
.BgClassName
{
background-color: #486E9A;
}
</style>
border-color css
<style>
span { border-color: #486E9A; }
span { border-color: rgb(72,110,154); }
td.TdClassName
{
border-color: #486E9A;
}
.TagClassName
{
border-color: #486E9A;
}
</style>