Shades of San Marino #4F64AA
Tints of San Marino #4F64AA
RGB
CMYK
RGB Variations
Color information
#4F64AA (or 0x4F64AA) is known color: San Marino. HEX triplet: 4F, 64 and AA. RGB value is (79,100,170). Sum of RGB (Red+Green+Blue) = 79+100+170=349 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.64% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #4F64AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F64AA is #B09B55. Grayscale: #656565. Windows color (decimal): -11574102 or 11166799. OLE color: 11166799.
HSL color Cylindrical-coordinate representation of color #4F64AA: hue angle of 226.15º 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 #4F64AA is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 100 | 170 | - |
| CMYK | 0.54 | 0.41 | 0 | 0.33 |
| HSL | 226.15º | 0.37% | 0.49% | - |
| HSV(B) | 226.15º | 0.54% | 0.67% | - |
| XYZ | 15.04 | 13.68 | 39.88 | - |
| YUV | 101.7 | 166.54 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 100 | 170 | 0.54 | 0.41 | 0 | 0.33 | 226.15 | 0.37 | 0.49 |
| Hex | 4F | 64 | AA | 36 | 29 | 0 | 21 | E2 | 25 | 31 |
| Octal | 117 | 144 | 252 | 66 | 51 | 0 | 41 | 342 | 45 | 61 |
| Binary | 1001111 | 1100100 | 10101010 | 110110 | 101001 | 0 | 100001 | 11100010 | 100101 | 110001 |
Color Harmonies of #4F64AA
Complementary color
Monochromatic Colors of #4F64AA
Black with #4F64AA
Text Example
Text Example
White with #4F64AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F64AA; }
p { color: rgb(79,100,170); }
H1.HeaderClassName
{
color: #4F64AA;
}
.AnyTagClassName
{
color: #4F64AA;
}
</style>
background-color css
<style>
a { background-color: #4F64AA; }
a { background-color: rgb(79,100,170); }
div.DivClassName
{
background-color: #4F64AA;
}
.BgClassName
{
background-color: #4F64AA;
}
</style>
border-color css
<style>
span { border-color: #4F64AA; }
span { border-color: rgb(79,100,170); }
td.TdClassName
{
border-color: #4F64AA;
}
.TagClassName
{
border-color: #4F64AA;
}
</style>