Shades of Free Speech Blue #4E4EBC
Tints of Free Speech Blue #4E4EBC
RGB
CMYK
RGB Variations
Color information
#4E4EBC (or 0x4E4EBC) is known color: Free Speech Blue. HEX triplet: 4E, 4E and BC. RGB value is (78,78,188). Sum of RGB (Red+Green+Blue) = 78+78+188=344 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.67% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E4EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E4EBC is #B1B143. Grayscale: #5A5A5A. Windows color (decimal): -11645252 or 12340814. OLE color: 12340814.
HSL color Cylindrical-coordinate representation of color #4E4EBC: hue angle of 240º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E4EBC is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 78 | 188 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.26 |
| HSL | 240º | 0.45% | 0.52% | - |
| HSV(B) | 240º | 0.59% | 0.74% | - |
| XYZ | 14.94 | 10.7 | 48.85 | - |
| YUV | 90.54 | 183 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 78 | 188 | 0.59 | 0.59 | 0 | 0.26 | 240 | 0.45 | 0.52 |
| Hex | 4E | 4E | BC | 3B | 3B | 0 | 1A | F0 | 2D | 34 |
| Octal | 116 | 116 | 274 | 73 | 73 | 0 | 32 | 360 | 55 | 64 |
| Binary | 1001110 | 1001110 | 10111100 | 111011 | 111011 | 0 | 11010 | 11110000 | 101101 | 110100 |
Color Harmonies of #4E4EBC
Complementary color
Monochromatic Colors of #4E4EBC
Black with #4E4EBC
Text Example
Text Example
White with #4E4EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4EBC; }
p { color: rgb(78,78,188); }
H1.HeaderClassName
{
color: #4E4EBC;
}
.AnyTagClassName
{
color: #4E4EBC;
}
</style>
background-color css
<style>
a { background-color: #4E4EBC; }
a { background-color: rgb(78,78,188); }
div.DivClassName
{
background-color: #4E4EBC;
}
.BgClassName
{
background-color: #4E4EBC;
}
</style>
border-color css
<style>
span { border-color: #4E4EBC; }
span { border-color: rgb(78,78,188); }
td.TdClassName
{
border-color: #4E4EBC;
}
.TagClassName
{
border-color: #4E4EBC;
}
</style>