Shades of San Marino #4D669B
Tints of San Marino #4D669B
RGB
CMYK
RGB Variations
Color information
#4D669B (or 0x4D669B) is known color: San Marino. HEX triplet: 4D, 66 and 9B. RGB value is (77,102,155). Sum of RGB (Red+Green+Blue) = 77+102+155=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D669B is #B29964. Grayscale: #646464. Windows color (decimal): -11704677 or 10184269. OLE color: 10184269.
HSL color Cylindrical-coordinate representation of color #4D669B: hue angle of 220.77º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D669B is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 102 | 155 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.39 |
| HSL | 220.77º | 0.34% | 0.45% | - |
| HSV(B) | 220.77º | 0.5% | 0.61% | - |
| XYZ | 13.73 | 13.45 | 32.88 | - |
| YUV | 100.57 | 158.72 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 102 | 155 | 0.50 | 0.34 | 0 | 0.39 | 220.77 | 0.34 | 0.45 |
| Hex | 4D | 66 | 9B | 32 | 22 | 0 | 27 | DD | 22 | 2D |
| Octal | 115 | 146 | 233 | 62 | 42 | 0 | 47 | 335 | 42 | 55 |
| Binary | 1001101 | 1100110 | 10011011 | 110010 | 100010 | 0 | 100111 | 11011101 | 100010 | 101101 |
Color Harmonies of #4D669B
Complementary color
Monochromatic Colors of #4D669B
Black with #4D669B
Text Example
Text Example
White with #4D669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D669B; }
p { color: rgb(77,102,155); }
H1.HeaderClassName
{
color: #4D669B;
}
.AnyTagClassName
{
color: #4D669B;
}
</style>
background-color css
<style>
a { background-color: #4D669B; }
a { background-color: rgb(77,102,155); }
div.DivClassName
{
background-color: #4D669B;
}
.BgClassName
{
background-color: #4D669B;
}
</style>
border-color css
<style>
span { border-color: #4D669B; }
span { border-color: rgb(77,102,155); }
td.TdClassName
{
border-color: #4D669B;
}
.TagClassName
{
border-color: #4D669B;
}
</style>