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