Shades of San Marino #4F65AE
Tints of San Marino #4F65AE
RGB
CMYK
RGB Variations
Color information
#4F65AE (or 0x4F65AE) is known color: San Marino. HEX triplet: 4F, 65 and AE. RGB value is (79,101,174). Sum of RGB (Red+Green+Blue) = 79+101+174=354 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.32% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #4F65AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F65AE is #B09A51. Grayscale: #666666. Windows color (decimal): -11573842 or 11429199. OLE color: 11429199.
HSL color Cylindrical-coordinate representation of color #4F65AE: hue angle of 226.11º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F65AE is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 101 | 174 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.32 |
| HSL | 226.11º | 0.38% | 0.5% | - |
| HSV(B) | 226.11º | 0.55% | 0.68% | - |
| XYZ | 15.52 | 14.03 | 41.93 | - |
| YUV | 102.74 | 168.21 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 101 | 174 | 0.55 | 0.42 | 0 | 0.32 | 226.11 | 0.38 | 0.5 |
| Hex | 4F | 65 | AE | 37 | 2A | 0 | 20 | E2 | 26 | 32 |
| Octal | 117 | 145 | 256 | 67 | 52 | 0 | 40 | 342 | 46 | 62 |
| Binary | 1001111 | 1100101 | 10101110 | 110111 | 101010 | 0 | 100000 | 11100010 | 100110 | 110010 |
Color Harmonies of #4F65AE
Complementary color
Monochromatic Colors of #4F65AE
Black with #4F65AE
Text Example
Text Example
White with #4F65AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F65AE; }
p { color: rgb(79,101,174); }
H1.HeaderClassName
{
color: #4F65AE;
}
.AnyTagClassName
{
color: #4F65AE;
}
</style>
background-color css
<style>
a { background-color: #4F65AE; }
a { background-color: rgb(79,101,174); }
div.DivClassName
{
background-color: #4F65AE;
}
.BgClassName
{
background-color: #4F65AE;
}
</style>
border-color css
<style>
span { border-color: #4F65AE; }
span { border-color: rgb(79,101,174); }
td.TdClassName
{
border-color: #4F65AE;
}
.TagClassName
{
border-color: #4F65AE;
}
</style>