Shades of San Marino #4F6DB3
Tints of San Marino #4F6DB3
RGB
CMYK
RGB Variations
Color information
#4F6DB3 (or 0x4F6DB3) is known color: San Marino. HEX triplet: 4F, 6D and B3. RGB value is (79,109,179). Sum of RGB (Red+Green+Blue) = 79+109+179=367 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.53% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 179 (70.31% from 255 or 48.77% from 367); Max value from RGB is 179 - color contains mainly: blue. Hex color #4F6DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F6DB3 is #B0924C. Grayscale: #6B6B6B. Windows color (decimal): -11571789 or 11758927. OLE color: 11758927.
HSL color Cylindrical-coordinate representation of color #4F6DB3: hue angle of 222º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F6DB3 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 79 | 109 | 179 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.30 |
| HSL | 222º | 0.4% | 0.51% | - |
| HSV(B) | 222º | 0.56% | 0.7% | - |
| XYZ | 16.83 | 15.85 | 44.82 | - |
| YUV | 108.01 | 168.06 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 109 | 179 | 0.56 | 0.39 | 0 | 0.30 | 222 | 0.4 | 0.51 |
| Hex | 4F | 6D | B3 | 38 | 27 | 0 | 1E | DE | 28 | 33 |
| Octal | 117 | 155 | 263 | 70 | 47 | 0 | 36 | 336 | 50 | 63 |
| Binary | 1001111 | 1101101 | 10110011 | 111000 | 100111 | 0 | 11110 | 11011110 | 101000 | 110011 |
Color Harmonies of #4F6DB3
Complementary color
Monochromatic Colors of #4F6DB3
Black with #4F6DB3
Text Example
Text Example
White with #4F6DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6DB3; }
p { color: rgb(79,109,179); }
H1.HeaderClassName
{
color: #4F6DB3;
}
.AnyTagClassName
{
color: #4F6DB3;
}
</style>
background-color css
<style>
a { background-color: #4F6DB3; }
a { background-color: rgb(79,109,179); }
div.DivClassName
{
background-color: #4F6DB3;
}
.BgClassName
{
background-color: #4F6DB3;
}
</style>
border-color css
<style>
span { border-color: #4F6DB3; }
span { border-color: rgb(79,109,179); }
td.TdClassName
{
border-color: #4F6DB3;
}
.TagClassName
{
border-color: #4F6DB3;
}
</style>