Shades of Free Speech Blue #4E56C4
Tints of Free Speech Blue #4E56C4
RGB
CMYK
RGB Variations
Color information
#4E56C4 (or 0x4E56C4) is known color: Free Speech Blue. HEX triplet: 4E, 56 and C4. RGB value is (78,86,196). Sum of RGB (Red+Green+Blue) = 78+86+196=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 196 (76.95% from 255 or 54.44% from 360); Max value from RGB is 196 - color contains mainly: blue. Hex color #4E56C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E56C4 is #B1A93B. Grayscale: #5F5F5F. Windows color (decimal): -11643196 or 12867150. OLE color: 12867150.
HSL color Cylindrical-coordinate representation of color #4E56C4: hue angle of 235.93º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E56C4 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 78 | 86 | 196 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.23 |
| HSL | 235.93º | 0.5% | 0.54% | - |
| HSV(B) | 235.93º | 0.6% | 0.77% | - |
| XYZ | 16.43 | 12.26 | 53.72 | - |
| YUV | 96.15 | 184.35 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 86 | 196 | 0.60 | 0.56 | 0 | 0.23 | 235.93 | 0.5 | 0.54 |
| Hex | 4E | 56 | C4 | 3C | 38 | 0 | 17 | EC | 32 | 36 |
| Octal | 116 | 126 | 304 | 74 | 70 | 0 | 27 | 354 | 62 | 66 |
| Binary | 1001110 | 1010110 | 11000100 | 111100 | 111000 | 0 | 10111 | 11101100 | 110010 | 110110 |
Color Harmonies of #4E56C4
Complementary color
Monochromatic Colors of #4E56C4
Black with #4E56C4
Text Example
Text Example
White with #4E56C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E56C4; }
p { color: rgb(78,86,196); }
H1.HeaderClassName
{
color: #4E56C4;
}
.AnyTagClassName
{
color: #4E56C4;
}
</style>
background-color css
<style>
a { background-color: #4E56C4; }
a { background-color: rgb(78,86,196); }
div.DivClassName
{
background-color: #4E56C4;
}
.BgClassName
{
background-color: #4E56C4;
}
</style>
border-color css
<style>
span { border-color: #4E56C4; }
span { border-color: rgb(78,86,196); }
td.TdClassName
{
border-color: #4E56C4;
}
.TagClassName
{
border-color: #4E56C4;
}
</style>