Shades of San Marino #4E67B3
Tints of San Marino #4E67B3
RGB
CMYK
RGB Variations
Color information
#4E67B3 (or 0x4E67B3) is known color: San Marino. HEX triplet: 4E, 67 and B3. RGB value is (78,103,179). Sum of RGB (Red+Green+Blue) = 78+103+179=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 179 (70.31% from 255 or 49.72% from 360); Max value from RGB is 179 - color contains mainly: blue. Hex color #4E67B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E67B3 is #B1984C. Grayscale: #676767. Windows color (decimal): -11638861 or 11757390. OLE color: 11757390.
HSL color Cylindrical-coordinate representation of color #4E67B3: hue angle of 225.15º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E67B3 is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 78 | 103 | 179 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.30 |
| HSL | 225.15º | 0.4% | 0.5% | - |
| HSV(B) | 225.15º | 0.56% | 0.7% | - |
| XYZ | 16.13 | 14.57 | 44.61 | - |
| YUV | 104.19 | 170.22 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 103 | 179 | 0.56 | 0.42 | 0 | 0.30 | 225.15 | 0.4 | 0.5 |
| Hex | 4E | 67 | B3 | 38 | 2A | 0 | 1E | E1 | 28 | 32 |
| Octal | 116 | 147 | 263 | 70 | 52 | 0 | 36 | 341 | 50 | 62 |
| Binary | 1001110 | 1100111 | 10110011 | 111000 | 101010 | 0 | 11110 | 11100001 | 101000 | 110010 |
Color Harmonies of #4E67B3
Complementary color
Monochromatic Colors of #4E67B3
Black with #4E67B3
Text Example
Text Example
White with #4E67B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E67B3; }
p { color: rgb(78,103,179); }
H1.HeaderClassName
{
color: #4E67B3;
}
.AnyTagClassName
{
color: #4E67B3;
}
</style>
background-color css
<style>
a { background-color: #4E67B3; }
a { background-color: rgb(78,103,179); }
div.DivClassName
{
background-color: #4E67B3;
}
.BgClassName
{
background-color: #4E67B3;
}
</style>
border-color css
<style>
span { border-color: #4E67B3; }
span { border-color: rgb(78,103,179); }
td.TdClassName
{
border-color: #4E67B3;
}
.TagClassName
{
border-color: #4E67B3;
}
</style>