Shades of Free Speech Blue #4E56C0
Tints of Free Speech Blue #4E56C0
RGB
CMYK
RGB Variations
Color information
#4E56C0 (or 0x4E56C0) is known color: Free Speech Blue. HEX triplet: 4E, 56 and C0. RGB value is (78,86,192). Sum of RGB (Red+Green+Blue) = 78+86+192=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 192 (75.39% from 255 or 53.93% from 356); Max value from RGB is 192 - color contains mainly: blue. Hex color #4E56C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E56C0 is #B1A93F. Grayscale: #5F5F5F. Windows color (decimal): -11643200 or 12605006. OLE color: 12605006.
HSL color Cylindrical-coordinate representation of color #4E56C0: hue angle of 235.79º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E56C0 is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 86 | 192 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.25 |
| HSL | 235.79º | 0.48% | 0.53% | - |
| HSV(B) | 235.79º | 0.59% | 0.75% | - |
| XYZ | 15.98 | 12.08 | 51.36 | - |
| YUV | 95.69 | 182.35 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 86 | 192 | 0.59 | 0.55 | 0 | 0.25 | 235.79 | 0.48 | 0.53 |
| Hex | 4E | 56 | C0 | 3B | 37 | 0 | 19 | EC | 30 | 35 |
| Octal | 116 | 126 | 300 | 73 | 67 | 0 | 31 | 354 | 60 | 65 |
| Binary | 1001110 | 1010110 | 11000000 | 111011 | 110111 | 0 | 11001 | 11101100 | 110000 | 110101 |
Color Harmonies of #4E56C0
Complementary color
Monochromatic Colors of #4E56C0
Black with #4E56C0
Text Example
Text Example
White with #4E56C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E56C0; }
p { color: rgb(78,86,192); }
H1.HeaderClassName
{
color: #4E56C0;
}
.AnyTagClassName
{
color: #4E56C0;
}
</style>
background-color css
<style>
a { background-color: #4E56C0; }
a { background-color: rgb(78,86,192); }
div.DivClassName
{
background-color: #4E56C0;
}
.BgClassName
{
background-color: #4E56C0;
}
</style>
border-color css
<style>
span { border-color: #4E56C0; }
span { border-color: rgb(78,86,192); }
td.TdClassName
{
border-color: #4E56C0;
}
.TagClassName
{
border-color: #4E56C0;
}
</style>