Shades of San Marino #4F6AAF
Tints of San Marino #4F6AAF
RGB
CMYK
RGB Variations
Color information
#4F6AAF (or 0x4F6AAF) is known color: San Marino. HEX triplet: 4F, 6A and AF. RGB value is (79,106,175). Sum of RGB (Red+Green+Blue) = 79+106+175=360 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.94% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #4F6AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6AAF is #B09550. Grayscale: #696969. Windows color (decimal): -11572561 or 11496015. OLE color: 11496015.
HSL color Cylindrical-coordinate representation of color #4F6AAF: hue angle of 223.12º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F6AAF is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 79 | 106 | 175 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.31 |
| HSL | 223.13º | 0.38% | 0.5% | - |
| HSV(B) | 223.13º | 0.55% | 0.69% | - |
| XYZ | 16.12 | 15.07 | 42.62 | - |
| YUV | 105.79 | 167.05 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 106 | 175 | 0.55 | 0.39 | 0 | 0.31 | 223.13 | 0.38 | 0.5 |
| Hex | 4F | 6A | AF | 37 | 27 | 0 | 1F | DF | 26 | 32 |
| Octal | 117 | 152 | 257 | 67 | 47 | 0 | 37 | 337 | 46 | 62 |
| Binary | 1001111 | 1101010 | 10101111 | 110111 | 100111 | 0 | 11111 | 11011111 | 100110 | 110010 |
Color Harmonies of #4F6AAF
Complementary color
Monochromatic Colors of #4F6AAF
Black with #4F6AAF
Text Example
Text Example
White with #4F6AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6AAF; }
p { color: rgb(79,106,175); }
H1.HeaderClassName
{
color: #4F6AAF;
}
.AnyTagClassName
{
color: #4F6AAF;
}
</style>
background-color css
<style>
a { background-color: #4F6AAF; }
a { background-color: rgb(79,106,175); }
div.DivClassName
{
background-color: #4F6AAF;
}
.BgClassName
{
background-color: #4F6AAF;
}
</style>
border-color css
<style>
span { border-color: #4F6AAF; }
span { border-color: rgb(79,106,175); }
td.TdClassName
{
border-color: #4F6AAF;
}
.TagClassName
{
border-color: #4F6AAF;
}
</style>