Shades of San Marino #4F68AB
Tints of San Marino #4F68AB
RGB
CMYK
RGB Variations
Color information
#4F68AB (or 0x4F68AB) is known color: San Marino. HEX triplet: 4F, 68 and AB. RGB value is (79,104,171). Sum of RGB (Red+Green+Blue) = 79+104+171=354 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.32% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F68AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F68AB is #B09754. Grayscale: #676767. Windows color (decimal): -11573077 or 11233359. OLE color: 11233359.
HSL color Cylindrical-coordinate representation of color #4F68AB: hue angle of 223.7º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F68AB is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 104 | 171 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.33 |
| HSL | 223.7º | 0.37% | 0.49% | - |
| HSV(B) | 223.7º | 0.54% | 0.67% | - |
| XYZ | 15.53 | 14.5 | 40.51 | - |
| YUV | 104.16 | 165.72 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 104 | 171 | 0.54 | 0.39 | 0 | 0.33 | 223.7 | 0.37 | 0.49 |
| Hex | 4F | 68 | AB | 36 | 27 | 0 | 21 | E0 | 25 | 31 |
| Octal | 117 | 150 | 253 | 66 | 47 | 0 | 41 | 340 | 45 | 61 |
| Binary | 1001111 | 1101000 | 10101011 | 110110 | 100111 | 0 | 100001 | 11100000 | 100101 | 110001 |
Color Harmonies of #4F68AB
Complementary color
Monochromatic Colors of #4F68AB
Black with #4F68AB
Text Example
Text Example
White with #4F68AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F68AB; }
p { color: rgb(79,104,171); }
H1.HeaderClassName
{
color: #4F68AB;
}
.AnyTagClassName
{
color: #4F68AB;
}
</style>
background-color css
<style>
a { background-color: #4F68AB; }
a { background-color: rgb(79,104,171); }
div.DivClassName
{
background-color: #4F68AB;
}
.BgClassName
{
background-color: #4F68AB;
}
</style>
border-color css
<style>
span { border-color: #4F68AB; }
span { border-color: rgb(79,104,171); }
td.TdClassName
{
border-color: #4F68AB;
}
.TagClassName
{
border-color: #4F68AB;
}
</style>