Shades of San Marino #4F65AF
Tints of San Marino #4F65AF
RGB
CMYK
RGB Variations
Color information
#4F65AF (or 0x4F65AF) is known color: San Marino. HEX triplet: 4F, 65 and AF. RGB value is (79,101,175). Sum of RGB (Red+Green+Blue) = 79+101+175=355 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.25% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #4F65AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F65AF is #B09A50. Grayscale: #666666. Windows color (decimal): -11573841 or 11494735. OLE color: 11494735.
HSL color Cylindrical-coordinate representation of color #4F65AF: hue angle of 226.25º 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 #4F65AF is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 79 | 101 | 175 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.31 |
| HSL | 226.25º | 0.38% | 0.5% | - |
| HSV(B) | 226.25º | 0.55% | 0.69% | - |
| XYZ | 15.62 | 14.06 | 42.45 | - |
| YUV | 102.86 | 168.71 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 101 | 175 | 0.55 | 0.42 | 0 | 0.31 | 226.25 | 0.38 | 0.5 |
| Hex | 4F | 65 | AF | 37 | 2A | 0 | 1F | E2 | 26 | 32 |
| Octal | 117 | 145 | 257 | 67 | 52 | 0 | 37 | 342 | 46 | 62 |
| Binary | 1001111 | 1100101 | 10101111 | 110111 | 101010 | 0 | 11111 | 11100010 | 100110 | 110010 |
Color Harmonies of #4F65AF
Complementary color
Monochromatic Colors of #4F65AF
Black with #4F65AF
Text Example
Text Example
White with #4F65AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F65AF; }
p { color: rgb(79,101,175); }
H1.HeaderClassName
{
color: #4F65AF;
}
.AnyTagClassName
{
color: #4F65AF;
}
</style>
background-color css
<style>
a { background-color: #4F65AF; }
a { background-color: rgb(79,101,175); }
div.DivClassName
{
background-color: #4F65AF;
}
.BgClassName
{
background-color: #4F65AF;
}
</style>
border-color css
<style>
span { border-color: #4F65AF; }
span { border-color: rgb(79,101,175); }
td.TdClassName
{
border-color: #4F65AF;
}
.TagClassName
{
border-color: #4F65AF;
}
</style>