Shades of San Marino #4A6DAC
Tints of San Marino #4A6DAC
RGB
CMYK
RGB Variations
Color information
#4A6DAC (or 0x4A6DAC) is known color: San Marino. HEX triplet: 4A, 6D and AC. RGB value is (74,109,172). Sum of RGB (Red+Green+Blue) = 74+109+172=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A6DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A6DAC is #B59253. Grayscale: #696969. Windows color (decimal): -11899476 or 11300170. OLE color: 11300170.
HSL color Cylindrical-coordinate representation of color #4A6DAC: hue angle of 218.57º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A6DAC is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 109 | 172 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.33 |
| HSL | 218.57º | 0.4% | 0.48% | - |
| HSV(B) | 218.57º | 0.57% | 0.67% | - |
| XYZ | 15.74 | 15.37 | 41.17 | - |
| YUV | 105.72 | 165.4 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 109 | 172 | 0.57 | 0.37 | 0 | 0.33 | 218.57 | 0.4 | 0.48 |
| Hex | 4A | 6D | AC | 39 | 25 | 0 | 21 | DB | 28 | 30 |
| Octal | 112 | 155 | 254 | 71 | 45 | 0 | 41 | 333 | 50 | 60 |
| Binary | 1001010 | 1101101 | 10101100 | 111001 | 100101 | 0 | 100001 | 11011011 | 101000 | 110000 |
Color Harmonies of #4A6DAC
Complementary color
Monochromatic Colors of #4A6DAC
Black with #4A6DAC
Text Example
Text Example
White with #4A6DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6DAC; }
p { color: rgb(74,109,172); }
H1.HeaderClassName
{
color: #4A6DAC;
}
.AnyTagClassName
{
color: #4A6DAC;
}
</style>
background-color css
<style>
a { background-color: #4A6DAC; }
a { background-color: rgb(74,109,172); }
div.DivClassName
{
background-color: #4A6DAC;
}
.BgClassName
{
background-color: #4A6DAC;
}
</style>
border-color css
<style>
span { border-color: #4A6DAC; }
span { border-color: rgb(74,109,172); }
td.TdClassName
{
border-color: #4A6DAC;
}
.TagClassName
{
border-color: #4A6DAC;
}
</style>