Shades of San Marino #4E6F9D
Tints of San Marino #4E6F9D
RGB
CMYK
RGB Variations
Color information
#4E6F9D (or 0x4E6F9D) is known color: San Marino. HEX triplet: 4E, 6F and 9D. RGB value is (78,111,157). Sum of RGB (Red+Green+Blue) = 78+111+157=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #4E6F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6F9D is #B19062. Grayscale: #6A6A6A. Windows color (decimal): -11636835 or 10317646. OLE color: 10317646.
HSL color Cylindrical-coordinate representation of color #4E6F9D: hue angle of 214.94º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E6F9D is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 111 | 157 | - |
| CMYK | 0.50 | 0.29 | 0 | 0.38 |
| HSL | 214.94º | 0.34% | 0.46% | - |
| HSV(B) | 214.94º | 0.5% | 0.62% | - |
| XYZ | 14.91 | 15.42 | 34.09 | - |
| YUV | 106.38 | 156.57 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 111 | 157 | 0.50 | 0.29 | 0 | 0.38 | 214.94 | 0.34 | 0.46 |
| Hex | 4E | 6F | 9D | 32 | 1D | 0 | 26 | D7 | 22 | 2E |
| Octal | 116 | 157 | 235 | 62 | 35 | 0 | 46 | 327 | 42 | 56 |
| Binary | 1001110 | 1101111 | 10011101 | 110010 | 11101 | 0 | 100110 | 11010111 | 100010 | 101110 |
Color Harmonies of #4E6F9D
Complementary color
Monochromatic Colors of #4E6F9D
Black with #4E6F9D
Text Example
Text Example
White with #4E6F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6F9D; }
p { color: rgb(78,111,157); }
H1.HeaderClassName
{
color: #4E6F9D;
}
.AnyTagClassName
{
color: #4E6F9D;
}
</style>
background-color css
<style>
a { background-color: #4E6F9D; }
a { background-color: rgb(78,111,157); }
div.DivClassName
{
background-color: #4E6F9D;
}
.BgClassName
{
background-color: #4E6F9D;
}
</style>
border-color css
<style>
span { border-color: #4E6F9D; }
span { border-color: rgb(78,111,157); }
td.TdClassName
{
border-color: #4E6F9D;
}
.TagClassName
{
border-color: #4E6F9D;
}
</style>