Shades of San Marino #4A6CAF
Tints of San Marino #4A6CAF
RGB
CMYK
RGB Variations
Color information
#4A6CAF (or 0x4A6CAF) is known color: San Marino. HEX triplet: 4A, 6C and AF. RGB value is (74,108,175). Sum of RGB (Red+Green+Blue) = 74+108+175=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #4A6CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A6CAF is #B59350. Grayscale: #696969. Windows color (decimal): -11899729 or 11496522. OLE color: 11496522.
HSL color Cylindrical-coordinate representation of color #4A6CAF: hue angle of 219.8º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A6CAF is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 108 | 175 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.31 |
| HSL | 219.8º | 0.41% | 0.49% | - |
| HSV(B) | 219.8º | 0.58% | 0.69% | - |
| XYZ | 15.92 | 15.28 | 42.67 | - |
| YUV | 105.47 | 167.24 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 108 | 175 | 0.58 | 0.38 | 0 | 0.31 | 219.8 | 0.41 | 0.49 |
| Hex | 4A | 6C | AF | 3A | 26 | 0 | 1F | DC | 29 | 31 |
| Octal | 112 | 154 | 257 | 72 | 46 | 0 | 37 | 334 | 51 | 61 |
| Binary | 1001010 | 1101100 | 10101111 | 111010 | 100110 | 0 | 11111 | 11011100 | 101001 | 110001 |
Color Harmonies of #4A6CAF
Complementary color
Monochromatic Colors of #4A6CAF
Black with #4A6CAF
Text Example
Text Example
White with #4A6CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6CAF; }
p { color: rgb(74,108,175); }
H1.HeaderClassName
{
color: #4A6CAF;
}
.AnyTagClassName
{
color: #4A6CAF;
}
</style>
background-color css
<style>
a { background-color: #4A6CAF; }
a { background-color: rgb(74,108,175); }
div.DivClassName
{
background-color: #4A6CAF;
}
.BgClassName
{
background-color: #4A6CAF;
}
</style>
border-color css
<style>
span { border-color: #4A6CAF; }
span { border-color: rgb(74,108,175); }
td.TdClassName
{
border-color: #4A6CAF;
}
.TagClassName
{
border-color: #4A6CAF;
}
</style>