Shades of San Marino #45719D
Tints of San Marino #45719D
RGB
CMYK
RGB Variations
Color information
#45719D (or 0x45719D) is known color: San Marino. HEX triplet: 45, 71 and 9D. RGB value is (69,113,157). Sum of RGB (Red+Green+Blue) = 69+113+157=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #45719D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45719D is #BA8E62. Grayscale: #686868. Windows color (decimal): -12226147 or 10318149. OLE color: 10318149.
HSL color Cylindrical-coordinate representation of color #45719D: hue angle of 210º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #45719D is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 113 | 157 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.38 |
| HSL | 210º | 0.39% | 0.44% | - |
| HSV(B) | 210º | 0.56% | 0.62% | - |
| XYZ | 14.45 | 15.51 | 34.13 | - |
| YUV | 104.86 | 157.42 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 113 | 157 | 0.56 | 0.28 | 0 | 0.38 | 210 | 0.39 | 0.44 |
| Hex | 45 | 71 | 9D | 38 | 1C | 0 | 26 | D2 | 27 | 2C |
| Octal | 105 | 161 | 235 | 70 | 34 | 0 | 46 | 322 | 47 | 54 |
| Binary | 1000101 | 1110001 | 10011101 | 111000 | 11100 | 0 | 100110 | 11010010 | 100111 | 101100 |
Color Harmonies of #45719D
Complementary color
Monochromatic Colors of #45719D
Black with #45719D
Text Example
Text Example
White with #45719D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45719D; }
p { color: rgb(69,113,157); }
H1.HeaderClassName
{
color: #45719D;
}
.AnyTagClassName
{
color: #45719D;
}
</style>
background-color css
<style>
a { background-color: #45719D; }
a { background-color: rgb(69,113,157); }
div.DivClassName
{
background-color: #45719D;
}
.BgClassName
{
background-color: #45719D;
}
</style>
border-color css
<style>
span { border-color: #45719D; }
span { border-color: rgb(69,113,157); }
td.TdClassName
{
border-color: #45719D;
}
.TagClassName
{
border-color: #45719D;
}
</style>