Shades of San Marino #4E6FB6
Tints of San Marino #4E6FB6
RGB
CMYK
RGB Variations
Color information
#4E6FB6 (or 0x4E6FB6) is known color: San Marino. HEX triplet: 4E, 6F and B6. RGB value is (78,111,182). Sum of RGB (Red+Green+Blue) = 78+111+182=371 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.02% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 182 - color contains mainly: blue. Hex color #4E6FB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6FB6 is #B19049. Grayscale: #6C6C6C. Windows color (decimal): -11636810 or 11956046. OLE color: 11956046.
HSL color Cylindrical-coordinate representation of color #4E6FB6: hue angle of 220.96º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4E6FB6 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 78 | 111 | 182 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.29 |
| HSL | 220.96º | 0.42% | 0.51% | - |
| HSV(B) | 220.96º | 0.57% | 0.71% | - |
| XYZ | 17.27 | 16.37 | 46.5 | - |
| YUV | 109.23 | 169.07 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 111 | 182 | 0.57 | 0.39 | 0 | 0.29 | 220.96 | 0.42 | 0.51 |
| Hex | 4E | 6F | B6 | 39 | 27 | 0 | 1D | DD | 2A | 33 |
| Octal | 116 | 157 | 266 | 71 | 47 | 0 | 35 | 335 | 52 | 63 |
| Binary | 1001110 | 1101111 | 10110110 | 111001 | 100111 | 0 | 11101 | 11011101 | 101010 | 110011 |
Color Harmonies of #4E6FB6
Complementary color
Monochromatic Colors of #4E6FB6
Black with #4E6FB6
Text Example
Text Example
White with #4E6FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6FB6; }
p { color: rgb(78,111,182); }
H1.HeaderClassName
{
color: #4E6FB6;
}
.AnyTagClassName
{
color: #4E6FB6;
}
</style>
background-color css
<style>
a { background-color: #4E6FB6; }
a { background-color: rgb(78,111,182); }
div.DivClassName
{
background-color: #4E6FB6;
}
.BgClassName
{
background-color: #4E6FB6;
}
</style>
border-color css
<style>
span { border-color: #4E6FB6; }
span { border-color: rgb(78,111,182); }
td.TdClassName
{
border-color: #4E6FB6;
}
.TagClassName
{
border-color: #4E6FB6;
}
</style>