Shades of San Marino #4A6BAF
Tints of San Marino #4A6BAF
RGB
CMYK
RGB Variations
Color information
#4A6BAF (or 0x4A6BAF) is known color: San Marino. HEX triplet: 4A, 6B and AF. RGB value is (74,107,175). Sum of RGB (Red+Green+Blue) = 74+107+175=356 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.79% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #4A6BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A6BAF is #B59450. Grayscale: #686868. Windows color (decimal): -11899985 or 11496266. OLE color: 11496266.
HSL color Cylindrical-coordinate representation of color #4A6BAF: hue angle of 220.4º 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 #4A6BAF is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 107 | 175 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.31 |
| HSL | 220.4º | 0.41% | 0.49% | - |
| HSV(B) | 220.4º | 0.58% | 0.69% | - |
| XYZ | 15.82 | 15.07 | 42.63 | - |
| YUV | 104.89 | 167.57 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 107 | 175 | 0.58 | 0.39 | 0 | 0.31 | 220.4 | 0.41 | 0.49 |
| Hex | 4A | 6B | AF | 3A | 27 | 0 | 1F | DC | 29 | 31 |
| Octal | 112 | 153 | 257 | 72 | 47 | 0 | 37 | 334 | 51 | 61 |
| Binary | 1001010 | 1101011 | 10101111 | 111010 | 100111 | 0 | 11111 | 11011100 | 101001 | 110001 |
Color Harmonies of #4A6BAF
Complementary color
Monochromatic Colors of #4A6BAF
Black with #4A6BAF
Text Example
Text Example
White with #4A6BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6BAF; }
p { color: rgb(74,107,175); }
H1.HeaderClassName
{
color: #4A6BAF;
}
.AnyTagClassName
{
color: #4A6BAF;
}
</style>
background-color css
<style>
a { background-color: #4A6BAF; }
a { background-color: rgb(74,107,175); }
div.DivClassName
{
background-color: #4A6BAF;
}
.BgClassName
{
background-color: #4A6BAF;
}
</style>
border-color css
<style>
span { border-color: #4A6BAF; }
span { border-color: rgb(74,107,175); }
td.TdClassName
{
border-color: #4A6BAF;
}
.TagClassName
{
border-color: #4A6BAF;
}
</style>