Shades of San Marino #4A6DAE
Tints of San Marino #4A6DAE
RGB
CMYK
RGB Variations
Color information
#4A6DAE (or 0x4A6DAE) is known color: San Marino. HEX triplet: 4A, 6D and AE. RGB value is (74,109,174). Sum of RGB (Red+Green+Blue) = 74+109+174=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A6DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A6DAE is #B59251. Grayscale: #696969. Windows color (decimal): -11899474 or 11431242. OLE color: 11431242.
HSL color Cylindrical-coordinate representation of color #4A6DAE: hue angle of 219º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A6DAE is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 109 | 174 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.32 |
| HSL | 219º | 0.4% | 0.49% | - |
| HSV(B) | 219º | 0.57% | 0.68% | - |
| XYZ | 15.93 | 15.45 | 42.19 | - |
| YUV | 105.95 | 166.4 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 109 | 174 | 0.57 | 0.37 | 0 | 0.32 | 219 | 0.4 | 0.49 |
| Hex | 4A | 6D | AE | 39 | 25 | 0 | 20 | DB | 28 | 31 |
| Octal | 112 | 155 | 256 | 71 | 45 | 0 | 40 | 333 | 50 | 61 |
| Binary | 1001010 | 1101101 | 10101110 | 111001 | 100101 | 0 | 100000 | 11011011 | 101000 | 110001 |
Color Harmonies of #4A6DAE
Complementary color
Monochromatic Colors of #4A6DAE
Black with #4A6DAE
Text Example
Text Example
White with #4A6DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6DAE; }
p { color: rgb(74,109,174); }
H1.HeaderClassName
{
color: #4A6DAE;
}
.AnyTagClassName
{
color: #4A6DAE;
}
</style>
background-color css
<style>
a { background-color: #4A6DAE; }
a { background-color: rgb(74,109,174); }
div.DivClassName
{
background-color: #4A6DAE;
}
.BgClassName
{
background-color: #4A6DAE;
}
</style>
border-color css
<style>
span { border-color: #4A6DAE; }
span { border-color: rgb(74,109,174); }
td.TdClassName
{
border-color: #4A6DAE;
}
.TagClassName
{
border-color: #4A6DAE;
}
</style>