Shades of San Marino #4575A3
Tints of San Marino #4575A3
RGB
CMYK
RGB Variations
Color information
#4575A3 (or 0x4575A3) is known color: San Marino. HEX triplet: 45, 75 and A3. RGB value is (69,117,163). Sum of RGB (Red+Green+Blue) = 69+117+163=349 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.77% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 163 (64.06% from 255 or 46.70% from 349); Max value from RGB is 163 - color contains mainly: blue. Hex color #4575A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4575A3 is #BA8A5C. Grayscale: #6B6B6B. Windows color (decimal): -12225117 or 10712389. OLE color: 10712389.
HSL color Cylindrical-coordinate representation of color #4575A3: hue angle of 209.36º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4575A3 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 117 | 163 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.36 |
| HSL | 209.36º | 0.41% | 0.45% | - |
| HSV(B) | 209.36º | 0.58% | 0.64% | - |
| XYZ | 15.43 | 16.63 | 37.05 | - |
| YUV | 107.89 | 159.1 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 117 | 163 | 0.58 | 0.28 | 0 | 0.36 | 209.36 | 0.41 | 0.45 |
| Hex | 45 | 75 | A3 | 3A | 1C | 0 | 24 | D1 | 29 | 2D |
| Octal | 105 | 165 | 243 | 72 | 34 | 0 | 44 | 321 | 51 | 55 |
| Binary | 1000101 | 1110101 | 10100011 | 111010 | 11100 | 0 | 100100 | 11010001 | 101001 | 101101 |
Color Harmonies of #4575A3
Complementary color
Monochromatic Colors of #4575A3
Black with #4575A3
Text Example
Text Example
White with #4575A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4575A3; }
p { color: rgb(69,117,163); }
H1.HeaderClassName
{
color: #4575A3;
}
.AnyTagClassName
{
color: #4575A3;
}
</style>
background-color css
<style>
a { background-color: #4575A3; }
a { background-color: rgb(69,117,163); }
div.DivClassName
{
background-color: #4575A3;
}
.BgClassName
{
background-color: #4575A3;
}
</style>
border-color css
<style>
span { border-color: #4575A3; }
span { border-color: rgb(69,117,163); }
td.TdClassName
{
border-color: #4575A3;
}
.TagClassName
{
border-color: #4575A3;
}
</style>