Shades of San Marino #4969A4
Tints of San Marino #4969A4
RGB
CMYK
RGB Variations
Color information
#4969A4 (or 0x4969A4) is known color: San Marino. HEX triplet: 49, 69 and A4. RGB value is (73,105,164). Sum of RGB (Red+Green+Blue) = 73+105+164=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 164 (64.45% from 255 or 47.95% from 342); Max value from RGB is 164 - color contains mainly: blue. Hex color #4969A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4969A4 is #B6965B. Grayscale: #656565. Windows color (decimal): -11966044 or 10774857. OLE color: 10774857.
HSL color Cylindrical-coordinate representation of color #4969A4: hue angle of 218.9º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4969A4 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 105 | 164 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.36 |
| HSL | 218.9º | 0.38% | 0.46% | - |
| HSV(B) | 218.9º | 0.55% | 0.64% | - |
| XYZ | 14.5 | 14.2 | 37.1 | - |
| YUV | 102.16 | 162.9 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 105 | 164 | 0.55 | 0.36 | 0 | 0.36 | 218.9 | 0.38 | 0.46 |
| Hex | 49 | 69 | A4 | 37 | 24 | 0 | 24 | DB | 26 | 2E |
| Octal | 111 | 151 | 244 | 67 | 44 | 0 | 44 | 333 | 46 | 56 |
| Binary | 1001001 | 1101001 | 10100100 | 110111 | 100100 | 0 | 100100 | 11011011 | 100110 | 101110 |
Color Harmonies of #4969A4
Complementary color
Monochromatic Colors of #4969A4
Black with #4969A4
Text Example
Text Example
White with #4969A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4969A4; }
p { color: rgb(73,105,164); }
H1.HeaderClassName
{
color: #4969A4;
}
.AnyTagClassName
{
color: #4969A4;
}
</style>
background-color css
<style>
a { background-color: #4969A4; }
a { background-color: rgb(73,105,164); }
div.DivClassName
{
background-color: #4969A4;
}
.BgClassName
{
background-color: #4969A4;
}
</style>
border-color css
<style>
span { border-color: #4969A4; }
span { border-color: rgb(73,105,164); }
td.TdClassName
{
border-color: #4969A4;
}
.TagClassName
{
border-color: #4969A4;
}
</style>