Shades of San Marino #4D6FAB
Tints of San Marino #4D6FAB
RGB
CMYK
RGB Variations
Color information
#4D6FAB (or 0x4D6FAB) is known color: San Marino. HEX triplet: 4D, 6F and AB. RGB value is (77,111,171). Sum of RGB (Red+Green+Blue) = 77+111+171=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D6FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6FAB is #B29054. Grayscale: #6B6B6B. Windows color (decimal): -11702357 or 11235149. OLE color: 11235149.
HSL color Cylindrical-coordinate representation of color #4D6FAB: hue angle of 218.3º 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 #4D6FAB is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 111 | 171 | - |
| CMYK | 0.55 | 0.35 | 0 | 0.33 |
| HSL | 218.3º | 0.38% | 0.49% | - |
| HSV(B) | 218.3º | 0.55% | 0.67% | - |
| XYZ | 16.1 | 15.89 | 40.75 | - |
| YUV | 107.67 | 163.74 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 111 | 171 | 0.55 | 0.35 | 0 | 0.33 | 218.3 | 0.38 | 0.49 |
| Hex | 4D | 6F | AB | 37 | 23 | 0 | 21 | DA | 26 | 31 |
| Octal | 115 | 157 | 253 | 67 | 43 | 0 | 41 | 332 | 46 | 61 |
| Binary | 1001101 | 1101111 | 10101011 | 110111 | 100011 | 0 | 100001 | 11011010 | 100110 | 110001 |
Color Harmonies of #4D6FAB
Complementary color
Monochromatic Colors of #4D6FAB
Black with #4D6FAB
Text Example
Text Example
White with #4D6FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6FAB; }
p { color: rgb(77,111,171); }
H1.HeaderClassName
{
color: #4D6FAB;
}
.AnyTagClassName
{
color: #4D6FAB;
}
</style>
background-color css
<style>
a { background-color: #4D6FAB; }
a { background-color: rgb(77,111,171); }
div.DivClassName
{
background-color: #4D6FAB;
}
.BgClassName
{
background-color: #4D6FAB;
}
</style>
border-color css
<style>
span { border-color: #4D6FAB; }
span { border-color: rgb(77,111,171); }
td.TdClassName
{
border-color: #4D6FAB;
}
.TagClassName
{
border-color: #4D6FAB;
}
</style>