Shades of San Marino #4D67AB
Tints of San Marino #4D67AB
RGB
CMYK
RGB Variations
Color information
#4D67AB (or 0x4D67AB) is known color: San Marino. HEX triplet: 4D, 67 and AB. RGB value is (77,103,171). Sum of RGB (Red+Green+Blue) = 77+103+171=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D67AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D67AB is #B29854. Grayscale: #666666. Windows color (decimal): -11704405 or 11233101. OLE color: 11233101.
HSL color Cylindrical-coordinate representation of color #4D67AB: hue angle of 223.4º 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 #4D67AB is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 103 | 171 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.33 |
| HSL | 223.4º | 0.38% | 0.49% | - |
| HSV(B) | 223.4º | 0.55% | 0.67% | - |
| XYZ | 15.26 | 14.22 | 40.47 | - |
| YUV | 102.98 | 166.39 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 103 | 171 | 0.55 | 0.40 | 0 | 0.33 | 223.4 | 0.38 | 0.49 |
| Hex | 4D | 67 | AB | 37 | 28 | 0 | 21 | DF | 26 | 31 |
| Octal | 115 | 147 | 253 | 67 | 50 | 0 | 41 | 337 | 46 | 61 |
| Binary | 1001101 | 1100111 | 10101011 | 110111 | 101000 | 0 | 100001 | 11011111 | 100110 | 110001 |
Color Harmonies of #4D67AB
Complementary color
Monochromatic Colors of #4D67AB
Black with #4D67AB
Text Example
Text Example
White with #4D67AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D67AB; }
p { color: rgb(77,103,171); }
H1.HeaderClassName
{
color: #4D67AB;
}
.AnyTagClassName
{
color: #4D67AB;
}
</style>
background-color css
<style>
a { background-color: #4D67AB; }
a { background-color: rgb(77,103,171); }
div.DivClassName
{
background-color: #4D67AB;
}
.BgClassName
{
background-color: #4D67AB;
}
</style>
border-color css
<style>
span { border-color: #4D67AB; }
span { border-color: rgb(77,103,171); }
td.TdClassName
{
border-color: #4D67AB;
}
.TagClassName
{
border-color: #4D67AB;
}
</style>