Shades of San Marino #4D66AB
Tints of San Marino #4D66AB
RGB
CMYK
RGB Variations
Color information
#4D66AB (or 0x4D66AB) is known color: San Marino. HEX triplet: 4D, 66 and AB. RGB value is (77,102,171). Sum of RGB (Red+Green+Blue) = 77+102+171=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D66AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D66AB is #B29954. Grayscale: #666666. Windows color (decimal): -11704661 or 11232845. OLE color: 11232845.
HSL color Cylindrical-coordinate representation of color #4D66AB: hue angle of 224.04º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D66AB is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 102 | 171 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.33 |
| HSL | 224.04º | 0.38% | 0.49% | - |
| HSV(B) | 224.04º | 0.55% | 0.67% | - |
| XYZ | 15.16 | 14.02 | 40.44 | - |
| YUV | 102.39 | 166.72 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 102 | 171 | 0.55 | 0.40 | 0 | 0.33 | 224.04 | 0.38 | 0.49 |
| Hex | 4D | 66 | AB | 37 | 28 | 0 | 21 | E0 | 26 | 31 |
| Octal | 115 | 146 | 253 | 67 | 50 | 0 | 41 | 340 | 46 | 61 |
| Binary | 1001101 | 1100110 | 10101011 | 110111 | 101000 | 0 | 100001 | 11100000 | 100110 | 110001 |
Color Harmonies of #4D66AB
Complementary color
Monochromatic Colors of #4D66AB
Black with #4D66AB
Text Example
Text Example
White with #4D66AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D66AB; }
p { color: rgb(77,102,171); }
H1.HeaderClassName
{
color: #4D66AB;
}
.AnyTagClassName
{
color: #4D66AB;
}
</style>
background-color css
<style>
a { background-color: #4D66AB; }
a { background-color: rgb(77,102,171); }
div.DivClassName
{
background-color: #4D66AB;
}
.BgClassName
{
background-color: #4D66AB;
}
</style>
border-color css
<style>
span { border-color: #4D66AB; }
span { border-color: rgb(77,102,171); }
td.TdClassName
{
border-color: #4D66AB;
}
.TagClassName
{
border-color: #4D66AB;
}
</style>