Shades of San Marino #4374A1
Tints of San Marino #4374A1
RGB
CMYK
RGB Variations
Color information
#4374A1 (or 0x4374A1) is known color: San Marino. HEX triplet: 43, 74 and A1. RGB value is (67,116,161). Sum of RGB (Red+Green+Blue) = 67+116+161=344 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.48% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 161 (63.28% from 255 or 46.80% from 344); Max value from RGB is 161 - color contains mainly: blue. Hex color #4374A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4374A1 is #BC8B5E. Grayscale: #6A6A6A. Windows color (decimal): -12356447 or 10581059. OLE color: 10581059.
HSL color Cylindrical-coordinate representation of color #4374A1: hue angle of 208.72º 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 #4374A1 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 116 | 161 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.37 |
| HSL | 208.72º | 0.41% | 0.45% | - |
| HSV(B) | 208.72º | 0.58% | 0.63% | - |
| XYZ | 14.99 | 16.26 | 36.07 | - |
| YUV | 106.48 | 158.77 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 116 | 161 | 0.58 | 0.28 | 0 | 0.37 | 208.72 | 0.41 | 0.45 |
| Hex | 43 | 74 | A1 | 3A | 1C | 0 | 25 | D1 | 29 | 2D |
| Octal | 103 | 164 | 241 | 72 | 34 | 0 | 45 | 321 | 51 | 55 |
| Binary | 1000011 | 1110100 | 10100001 | 111010 | 11100 | 0 | 100101 | 11010001 | 101001 | 101101 |
Color Harmonies of #4374A1
Complementary color
Monochromatic Colors of #4374A1
Black with #4374A1
Text Example
Text Example
White with #4374A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4374A1; }
p { color: rgb(67,116,161); }
H1.HeaderClassName
{
color: #4374A1;
}
.AnyTagClassName
{
color: #4374A1;
}
</style>
background-color css
<style>
a { background-color: #4374A1; }
a { background-color: rgb(67,116,161); }
div.DivClassName
{
background-color: #4374A1;
}
.BgClassName
{
background-color: #4374A1;
}
</style>
border-color css
<style>
span { border-color: #4374A1; }
span { border-color: rgb(67,116,161); }
td.TdClassName
{
border-color: #4374A1;
}
.TagClassName
{
border-color: #4374A1;
}
</style>