Shades of Free Speech Blue #4E4DBC
Tints of Free Speech Blue #4E4DBC
RGB
CMYK
RGB Variations
Color information
#4E4DBC (or 0x4E4DBC) is known color: Free Speech Blue. HEX triplet: 4E, 4D and BC. RGB value is (78,77,188). Sum of RGB (Red+Green+Blue) = 78+77+188=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E4DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E4DBC is #B1B243. Grayscale: #595959. Windows color (decimal): -11645508 or 12340558. OLE color: 12340558.
HSL color Cylindrical-coordinate representation of color #4E4DBC: hue angle of 240.54º 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 #4E4DBC is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 77 | 188 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.26 |
| HSL | 240.54º | 0.45% | 0.52% | - |
| HSV(B) | 240.54º | 0.59% | 0.74% | - |
| XYZ | 14.87 | 10.56 | 48.83 | - |
| YUV | 89.95 | 183.33 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 77 | 188 | 0.59 | 0.59 | 0 | 0.26 | 240.54 | 0.45 | 0.52 |
| Hex | 4E | 4D | BC | 3B | 3B | 0 | 1A | F1 | 2D | 34 |
| Octal | 116 | 115 | 274 | 73 | 73 | 0 | 32 | 361 | 55 | 64 |
| Binary | 1001110 | 1001101 | 10111100 | 111011 | 111011 | 0 | 11010 | 11110001 | 101101 | 110100 |
Color Harmonies of #4E4DBC
Complementary color
Monochromatic Colors of #4E4DBC
Black with #4E4DBC
Text Example
Text Example
White with #4E4DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4DBC; }
p { color: rgb(78,77,188); }
H1.HeaderClassName
{
color: #4E4DBC;
}
.AnyTagClassName
{
color: #4E4DBC;
}
</style>
background-color css
<style>
a { background-color: #4E4DBC; }
a { background-color: rgb(78,77,188); }
div.DivClassName
{
background-color: #4E4DBC;
}
.BgClassName
{
background-color: #4E4DBC;
}
</style>
border-color css
<style>
span { border-color: #4E4DBC; }
span { border-color: rgb(78,77,188); }
td.TdClassName
{
border-color: #4E4DBC;
}
.TagClassName
{
border-color: #4E4DBC;
}
</style>