Shades of San Marino #4D72AB
Tints of San Marino #4D72AB
RGB
CMYK
RGB Variations
Color information
#4D72AB (or 0x4D72AB) is known color: San Marino. HEX triplet: 4D, 72 and AB. RGB value is (77,114,171). Sum of RGB (Red+Green+Blue) = 77+114+171=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D72AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D72AB is #B28D54. Grayscale: #6D6D6D. Windows color (decimal): -11701589 or 11235917. OLE color: 11235917.
HSL color Cylindrical-coordinate representation of color #4D72AB: hue angle of 216.38º 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 #4D72AB is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 114 | 171 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.33 |
| HSL | 216.38º | 0.38% | 0.49% | - |
| HSV(B) | 216.38º | 0.55% | 0.67% | - |
| XYZ | 16.43 | 16.55 | 40.86 | - |
| YUV | 109.44 | 162.74 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 114 | 171 | 0.55 | 0.33 | 0 | 0.33 | 216.38 | 0.38 | 0.49 |
| Hex | 4D | 72 | AB | 37 | 21 | 0 | 21 | D8 | 26 | 31 |
| Octal | 115 | 162 | 253 | 67 | 41 | 0 | 41 | 330 | 46 | 61 |
| Binary | 1001101 | 1110010 | 10101011 | 110111 | 100001 | 0 | 100001 | 11011000 | 100110 | 110001 |
Color Harmonies of #4D72AB
Complementary color
Monochromatic Colors of #4D72AB
Black with #4D72AB
Text Example
Text Example
White with #4D72AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D72AB; }
p { color: rgb(77,114,171); }
H1.HeaderClassName
{
color: #4D72AB;
}
.AnyTagClassName
{
color: #4D72AB;
}
</style>
background-color css
<style>
a { background-color: #4D72AB; }
a { background-color: rgb(77,114,171); }
div.DivClassName
{
background-color: #4D72AB;
}
.BgClassName
{
background-color: #4D72AB;
}
</style>
border-color css
<style>
span { border-color: #4D72AB; }
span { border-color: rgb(77,114,171); }
td.TdClassName
{
border-color: #4D72AB;
}
.TagClassName
{
border-color: #4D72AB;
}
</style>