Shades of San Marino #4C699B
Tints of San Marino #4C699B
RGB
CMYK
RGB Variations
Color information
#4C699B (or 0x4C699B) is known color: San Marino. HEX triplet: 4C, 69 and 9B. RGB value is (76,105,155). Sum of RGB (Red+Green+Blue) = 76+105+155=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C699B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C699B is #B39664. Grayscale: #656565. Windows color (decimal): -11769445 or 10185036. OLE color: 10185036.
HSL color Cylindrical-coordinate representation of color #4C699B: hue angle of 217.97º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C699B is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 105 | 155 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.39 |
| HSL | 217.97º | 0.34% | 0.45% | - |
| HSV(B) | 217.97º | 0.51% | 0.61% | - |
| XYZ | 13.95 | 14.01 | 32.98 | - |
| YUV | 102.03 | 157.89 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 105 | 155 | 0.51 | 0.32 | 0 | 0.39 | 217.97 | 0.34 | 0.45 |
| Hex | 4C | 69 | 9B | 33 | 20 | 0 | 27 | DA | 22 | 2D |
| Octal | 114 | 151 | 233 | 63 | 40 | 0 | 47 | 332 | 42 | 55 |
| Binary | 1001100 | 1101001 | 10011011 | 110011 | 100000 | 0 | 100111 | 11011010 | 100010 | 101101 |
Color Harmonies of #4C699B
Complementary color
Monochromatic Colors of #4C699B
Black with #4C699B
Text Example
Text Example
White with #4C699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C699B; }
p { color: rgb(76,105,155); }
H1.HeaderClassName
{
color: #4C699B;
}
.AnyTagClassName
{
color: #4C699B;
}
</style>
background-color css
<style>
a { background-color: #4C699B; }
a { background-color: rgb(76,105,155); }
div.DivClassName
{
background-color: #4C699B;
}
.BgClassName
{
background-color: #4C699B;
}
</style>
border-color css
<style>
span { border-color: #4C699B; }
span { border-color: rgb(76,105,155); }
td.TdClassName
{
border-color: #4C699B;
}
.TagClassName
{
border-color: #4C699B;
}
</style>