Shades of San Marino #45759F
Tints of San Marino #45759F
RGB
CMYK
RGB Variations
Color information
#45759F (or 0x45759F) is known color: San Marino. HEX triplet: 45, 75 and 9F. RGB value is (69,117,159). Sum of RGB (Red+Green+Blue) = 69+117+159=345 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #45759F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45759F is #BA8A60. Grayscale: #6B6B6B. Windows color (decimal): -12225121 or 10450245. OLE color: 10450245.
HSL color Cylindrical-coordinate representation of color #45759F: hue angle of 208º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45759F is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 117 | 159 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.38 |
| HSL | 208º | 0.39% | 0.45% | - |
| HSV(B) | 208º | 0.57% | 0.62% | - |
| XYZ | 15.07 | 16.49 | 35.19 | - |
| YUV | 107.44 | 157.1 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 117 | 159 | 0.57 | 0.26 | 0 | 0.38 | 208 | 0.39 | 0.45 |
| Hex | 45 | 75 | 9F | 39 | 1A | 0 | 26 | D0 | 27 | 2D |
| Octal | 105 | 165 | 237 | 71 | 32 | 0 | 46 | 320 | 47 | 55 |
| Binary | 1000101 | 1110101 | 10011111 | 111001 | 11010 | 0 | 100110 | 11010000 | 100111 | 101101 |
Color Harmonies of #45759F
Complementary color
Monochromatic Colors of #45759F
Black with #45759F
Text Example
Text Example
White with #45759F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45759F; }
p { color: rgb(69,117,159); }
H1.HeaderClassName
{
color: #45759F;
}
.AnyTagClassName
{
color: #45759F;
}
</style>
background-color css
<style>
a { background-color: #45759F; }
a { background-color: rgb(69,117,159); }
div.DivClassName
{
background-color: #45759F;
}
.BgClassName
{
background-color: #45759F;
}
</style>
border-color css
<style>
span { border-color: #45759F; }
span { border-color: rgb(69,117,159); }
td.TdClassName
{
border-color: #45759F;
}
.TagClassName
{
border-color: #45759F;
}
</style>