Shades of Free Speech Blue #4E49C7
Tints of Free Speech Blue #4E49C7
RGB
CMYK
RGB Variations
Color information
#4E49C7 (or 0x4E49C7) is known color: Free Speech Blue. HEX triplet: 4E, 49 and C7. RGB value is (78,73,199). Sum of RGB (Red+Green+Blue) = 78+73+199=350 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.29% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 199 (78.12% from 255 or 56.86% from 350); Max value from RGB is 199 - color contains mainly: blue. Hex color #4E49C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E49C7 is #B1B638. Grayscale: #585858. Windows color (decimal): -11646521 or 13060430. OLE color: 13060430.
HSL color Cylindrical-coordinate representation of color #4E49C7: hue angle of 242.38º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E49C7 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 73 | 199 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.22 |
| HSL | 242.38º | 0.53% | 0.53% | - |
| HSV(B) | 242.38º | 0.63% | 0.78% | - |
| XYZ | 15.83 | 10.51 | 55.23 | - |
| YUV | 88.86 | 190.16 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 73 | 199 | 0.61 | 0.63 | 0 | 0.22 | 242.38 | 0.53 | 0.53 |
| Hex | 4E | 49 | C7 | 3D | 3F | 0 | 16 | F2 | 35 | 35 |
| Octal | 116 | 111 | 307 | 75 | 77 | 0 | 26 | 362 | 65 | 65 |
| Binary | 1001110 | 1001001 | 11000111 | 111101 | 111111 | 0 | 10110 | 11110010 | 110101 | 110101 |
Color Harmonies of #4E49C7
Complementary color
Monochromatic Colors of #4E49C7
Black with #4E49C7
Text Example
Text Example
White with #4E49C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E49C7; }
p { color: rgb(78,73,199); }
H1.HeaderClassName
{
color: #4E49C7;
}
.AnyTagClassName
{
color: #4E49C7;
}
</style>
background-color css
<style>
a { background-color: #4E49C7; }
a { background-color: rgb(78,73,199); }
div.DivClassName
{
background-color: #4E49C7;
}
.BgClassName
{
background-color: #4E49C7;
}
</style>
border-color css
<style>
span { border-color: #4E49C7; }
span { border-color: rgb(78,73,199); }
td.TdClassName
{
border-color: #4E49C7;
}
.TagClassName
{
border-color: #4E49C7;
}
</style>