Shades of Free Speech Blue #4E40C5
Tints of Free Speech Blue #4E40C5
RGB
CMYK
RGB Variations
Color information
#4E40C5 (or 0x4E40C5) is known color: Free Speech Blue. HEX triplet: 4E, 40 and C5. RGB value is (78,64,197). Sum of RGB (Red+Green+Blue) = 78+64+197=339 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.01% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 197 (77.34% from 255 or 58.11% from 339); Max value from RGB is 197 - color contains mainly: blue. Hex color #4E40C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E40C5 is #B1BF3A. Grayscale: #525252. Windows color (decimal): -11648827 or 12927054. OLE color: 12927054.
HSL color Cylindrical-coordinate representation of color #4E40C5: hue angle of 246.32º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E40C5 is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 78 | 64 | 197 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.23 |
| HSL | 246.32º | 0.53% | 0.51% | - |
| HSV(B) | 246.32º | 0.68% | 0.77% | - |
| XYZ | 15.05 | 9.32 | 53.83 | - |
| YUV | 83.35 | 192.14 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 197 | 0.60 | 0.68 | 0 | 0.23 | 246.32 | 0.53 | 0.51 |
| Hex | 4E | 40 | C5 | 3C | 44 | 0 | 17 | F6 | 35 | 33 |
| Octal | 116 | 100 | 305 | 74 | 104 | 0 | 27 | 366 | 65 | 63 |
| Binary | 1001110 | 1000000 | 11000101 | 111100 | 1000100 | 0 | 10111 | 11110110 | 110101 | 110011 |
Color Harmonies of #4E40C5
Complementary color
Monochromatic Colors of #4E40C5
Black with #4E40C5
Text Example
Text Example
White with #4E40C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E40C5; }
p { color: rgb(78,64,197); }
H1.HeaderClassName
{
color: #4E40C5;
}
.AnyTagClassName
{
color: #4E40C5;
}
</style>
background-color css
<style>
a { background-color: #4E40C5; }
a { background-color: rgb(78,64,197); }
div.DivClassName
{
background-color: #4E40C5;
}
.BgClassName
{
background-color: #4E40C5;
}
</style>
border-color css
<style>
span { border-color: #4E40C5; }
span { border-color: rgb(78,64,197); }
td.TdClassName
{
border-color: #4E40C5;
}
.TagClassName
{
border-color: #4E40C5;
}
</style>