Shades of San Marino #4373A1
Tints of San Marino #4373A1
RGB
CMYK
RGB Variations
Color information
#4373A1 (or 0x4373A1) is known color: San Marino. HEX triplet: 43, 73 and A1. RGB value is (67,115,161). Sum of RGB (Red+Green+Blue) = 67+115+161=343 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.53% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 161 (63.28% from 255 or 46.94% from 343); Max value from RGB is 161 - color contains mainly: blue. Hex color #4373A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4373A1 is #BC8C5E. Grayscale: #696969. Windows color (decimal): -12356703 or 10580803. OLE color: 10580803.
HSL color Cylindrical-coordinate representation of color #4373A1: hue angle of 209.36º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4373A1 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 115 | 161 | - |
| CMYK | 0.58 | 0.29 | 0 | 0.37 |
| HSL | 209.36º | 0.41% | 0.45% | - |
| HSV(B) | 209.36º | 0.58% | 0.63% | - |
| XYZ | 14.88 | 16.03 | 36.03 | - |
| YUV | 105.89 | 159.1 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 115 | 161 | 0.58 | 0.29 | 0 | 0.37 | 209.36 | 0.41 | 0.45 |
| Hex | 43 | 73 | A1 | 3A | 1D | 0 | 25 | D1 | 29 | 2D |
| Octal | 103 | 163 | 241 | 72 | 35 | 0 | 45 | 321 | 51 | 55 |
| Binary | 1000011 | 1110011 | 10100001 | 111010 | 11101 | 0 | 100101 | 11010001 | 101001 | 101101 |
Color Harmonies of #4373A1
Complementary color
Monochromatic Colors of #4373A1
Black with #4373A1
Text Example
Text Example
White with #4373A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4373A1; }
p { color: rgb(67,115,161); }
H1.HeaderClassName
{
color: #4373A1;
}
.AnyTagClassName
{
color: #4373A1;
}
</style>
background-color css
<style>
a { background-color: #4373A1; }
a { background-color: rgb(67,115,161); }
div.DivClassName
{
background-color: #4373A1;
}
.BgClassName
{
background-color: #4373A1;
}
</style>
border-color css
<style>
span { border-color: #4373A1; }
span { border-color: rgb(67,115,161); }
td.TdClassName
{
border-color: #4373A1;
}
.TagClassName
{
border-color: #4373A1;
}
</style>