Shades of San Marino #4B6DAC
Tints of San Marino #4B6DAC
RGB
CMYK
RGB Variations
Color information
#4B6DAC (or 0x4B6DAC) is known color: San Marino. HEX triplet: 4B, 6D and AC. RGB value is (75,109,172). Sum of RGB (Red+Green+Blue) = 75+109+172=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #4B6DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6DAC is #B49253. Grayscale: #696969. Windows color (decimal): -11833940 or 11300171. OLE color: 11300171.
HSL color Cylindrical-coordinate representation of color #4B6DAC: hue angle of 218.97º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B6DAC is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 109 | 172 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.33 |
| HSL | 218.97º | 0.39% | 0.48% | - |
| HSV(B) | 218.97º | 0.56% | 0.67% | - |
| XYZ | 15.82 | 15.41 | 41.17 | - |
| YUV | 106.02 | 165.24 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 109 | 172 | 0.56 | 0.37 | 0 | 0.33 | 218.97 | 0.39 | 0.48 |
| Hex | 4B | 6D | AC | 38 | 25 | 0 | 21 | DB | 27 | 30 |
| Octal | 113 | 155 | 254 | 70 | 45 | 0 | 41 | 333 | 47 | 60 |
| Binary | 1001011 | 1101101 | 10101100 | 111000 | 100101 | 0 | 100001 | 11011011 | 100111 | 110000 |
Color Harmonies of #4B6DAC
Complementary color
Monochromatic Colors of #4B6DAC
Black with #4B6DAC
Text Example
Text Example
White with #4B6DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6DAC; }
p { color: rgb(75,109,172); }
H1.HeaderClassName
{
color: #4B6DAC;
}
.AnyTagClassName
{
color: #4B6DAC;
}
</style>
background-color css
<style>
a { background-color: #4B6DAC; }
a { background-color: rgb(75,109,172); }
div.DivClassName
{
background-color: #4B6DAC;
}
.BgClassName
{
background-color: #4B6DAC;
}
</style>
border-color css
<style>
span { border-color: #4B6DAC; }
span { border-color: rgb(75,109,172); }
td.TdClassName
{
border-color: #4B6DAC;
}
.TagClassName
{
border-color: #4B6DAC;
}
</style>