Shades of Free Speech Blue #4D4EC0
Tints of Free Speech Blue #4D4EC0
RGB
CMYK
RGB Variations
Color information
#4D4EC0 (or 0x4D4EC0) is known color: Free Speech Blue. HEX triplet: 4D, 4E and C0. RGB value is (77,78,192). Sum of RGB (Red+Green+Blue) = 77+78+192=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 192 (75.39% from 255 or 55.33% from 347); Max value from RGB is 192 - color contains mainly: blue. Hex color #4D4EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D4EC0 is #B2B13F. Grayscale: #5A5A5A. Windows color (decimal): -11710784 or 12602957. OLE color: 12602957.
HSL color Cylindrical-coordinate representation of color #4D4EC0: hue angle of 239.48º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D4EC0 is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 78 | 192 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.25 |
| HSL | 239.48º | 0.48% | 0.53% | - |
| HSV(B) | 239.48º | 0.6% | 0.75% | - |
| XYZ | 15.3 | 10.83 | 51.15 | - |
| YUV | 90.7 | 185.17 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 78 | 192 | 0.60 | 0.59 | 0 | 0.25 | 239.48 | 0.48 | 0.53 |
| Hex | 4D | 4E | C0 | 3C | 3B | 0 | 19 | EF | 30 | 35 |
| Octal | 115 | 116 | 300 | 74 | 73 | 0 | 31 | 357 | 60 | 65 |
| Binary | 1001101 | 1001110 | 11000000 | 111100 | 111011 | 0 | 11001 | 11101111 | 110000 | 110101 |
Color Harmonies of #4D4EC0
Complementary color
Monochromatic Colors of #4D4EC0
Black with #4D4EC0
Text Example
Text Example
White with #4D4EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4EC0; }
p { color: rgb(77,78,192); }
H1.HeaderClassName
{
color: #4D4EC0;
}
.AnyTagClassName
{
color: #4D4EC0;
}
</style>
background-color css
<style>
a { background-color: #4D4EC0; }
a { background-color: rgb(77,78,192); }
div.DivClassName
{
background-color: #4D4EC0;
}
.BgClassName
{
background-color: #4D4EC0;
}
</style>
border-color css
<style>
span { border-color: #4D4EC0; }
span { border-color: rgb(77,78,192); }
td.TdClassName
{
border-color: #4D4EC0;
}
.TagClassName
{
border-color: #4D4EC0;
}
</style>