Shades of San Marino #45709C
Tints of San Marino #45709C
RGB
CMYK
RGB Variations
Color information
#45709C (or 0x45709C) is known color: San Marino. HEX triplet: 45, 70 and 9C. RGB value is (69,112,156). Sum of RGB (Red+Green+Blue) = 69+112+156=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 156 - color contains mainly: blue. Hex color #45709C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45709C is #BA8F63. Grayscale: #676767. Windows color (decimal): -12226404 or 10252357. OLE color: 10252357.
HSL color Cylindrical-coordinate representation of color #45709C: hue angle of 210.34º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #45709C is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 112 | 156 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.39 |
| HSL | 210.34º | 0.39% | 0.44% | - |
| HSV(B) | 210.34º | 0.56% | 0.61% | - |
| XYZ | 14.25 | 15.25 | 33.65 | - |
| YUV | 104.16 | 157.25 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 112 | 156 | 0.56 | 0.28 | 0 | 0.39 | 210.34 | 0.39 | 0.44 |
| Hex | 45 | 70 | 9C | 38 | 1C | 0 | 27 | D2 | 27 | 2C |
| Octal | 105 | 160 | 234 | 70 | 34 | 0 | 47 | 322 | 47 | 54 |
| Binary | 1000101 | 1110000 | 10011100 | 111000 | 11100 | 0 | 100111 | 11010010 | 100111 | 101100 |
Color Harmonies of #45709C
Complementary color
Monochromatic Colors of #45709C
Black with #45709C
Text Example
Text Example
White with #45709C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45709C; }
p { color: rgb(69,112,156); }
H1.HeaderClassName
{
color: #45709C;
}
.AnyTagClassName
{
color: #45709C;
}
</style>
background-color css
<style>
a { background-color: #45709C; }
a { background-color: rgb(69,112,156); }
div.DivClassName
{
background-color: #45709C;
}
.BgClassName
{
background-color: #45709C;
}
</style>
border-color css
<style>
span { border-color: #45709C; }
span { border-color: rgb(69,112,156); }
td.TdClassName
{
border-color: #45709C;
}
.TagClassName
{
border-color: #45709C;
}
</style>