Shades of San Marino #4E67AA
Tints of San Marino #4E67AA
RGB
CMYK
RGB Variations
Color information
#4E67AA (or 0x4E67AA) is known color: San Marino. HEX triplet: 4E, 67 and AA. RGB value is (78,103,170). Sum of RGB (Red+Green+Blue) = 78+103+170=351 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.22% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E67AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E67AA is #B19855. Grayscale: #666666. Windows color (decimal): -11638870 or 11167566. OLE color: 11167566.
HSL color Cylindrical-coordinate representation of color #4E67AA: hue angle of 223.7º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E67AA is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 103 | 170 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.33 |
| HSL | 223.7º | 0.37% | 0.49% | - |
| HSV(B) | 223.7º | 0.54% | 0.67% | - |
| XYZ | 15.25 | 14.22 | 39.97 | - |
| YUV | 103.16 | 165.72 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 103 | 170 | 0.54 | 0.39 | 0 | 0.33 | 223.7 | 0.37 | 0.49 |
| Hex | 4E | 67 | AA | 36 | 27 | 0 | 21 | E0 | 25 | 31 |
| Octal | 116 | 147 | 252 | 66 | 47 | 0 | 41 | 340 | 45 | 61 |
| Binary | 1001110 | 1100111 | 10101010 | 110110 | 100111 | 0 | 100001 | 11100000 | 100101 | 110001 |
Color Harmonies of #4E67AA
Complementary color
Monochromatic Colors of #4E67AA
Black with #4E67AA
Text Example
Text Example
White with #4E67AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E67AA; }
p { color: rgb(78,103,170); }
H1.HeaderClassName
{
color: #4E67AA;
}
.AnyTagClassName
{
color: #4E67AA;
}
</style>
background-color css
<style>
a { background-color: #4E67AA; }
a { background-color: rgb(78,103,170); }
div.DivClassName
{
background-color: #4E67AA;
}
.BgClassName
{
background-color: #4E67AA;
}
</style>
border-color css
<style>
span { border-color: #4E67AA; }
span { border-color: rgb(78,103,170); }
td.TdClassName
{
border-color: #4E67AA;
}
.TagClassName
{
border-color: #4E67AA;
}
</style>