Shades of Free Speech Blue #4D4EBE
Tints of Free Speech Blue #4D4EBE
RGB
CMYK
RGB Variations
Color information
#4D4EBE (or 0x4D4EBE) is known color: Free Speech Blue. HEX triplet: 4D, 4E and BE. RGB value is (77,78,190). Sum of RGB (Red+Green+Blue) = 77+78+190=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D4EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D4EBE is #B2B141. Grayscale: #5A5A5A. Windows color (decimal): -11710786 or 12471885. OLE color: 12471885.
HSL color Cylindrical-coordinate representation of color #4D4EBE: hue angle of 239.47º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D4EBE is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 78 | 190 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.25 |
| HSL | 239.47º | 0.47% | 0.52% | - |
| HSV(B) | 239.47º | 0.59% | 0.75% | - |
| XYZ | 15.08 | 10.74 | 49.99 | - |
| YUV | 90.47 | 184.17 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 78 | 190 | 0.59 | 0.59 | 0 | 0.25 | 239.47 | 0.47 | 0.52 |
| Hex | 4D | 4E | BE | 3B | 3B | 0 | 19 | EF | 2F | 34 |
| Octal | 115 | 116 | 276 | 73 | 73 | 0 | 31 | 357 | 57 | 64 |
| Binary | 1001101 | 1001110 | 10111110 | 111011 | 111011 | 0 | 11001 | 11101111 | 101111 | 110100 |
Color Harmonies of #4D4EBE
Complementary color
Monochromatic Colors of #4D4EBE
Black with #4D4EBE
Text Example
Text Example
White with #4D4EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4EBE; }
p { color: rgb(77,78,190); }
H1.HeaderClassName
{
color: #4D4EBE;
}
.AnyTagClassName
{
color: #4D4EBE;
}
</style>
background-color css
<style>
a { background-color: #4D4EBE; }
a { background-color: rgb(77,78,190); }
div.DivClassName
{
background-color: #4D4EBE;
}
.BgClassName
{
background-color: #4D4EBE;
}
</style>
border-color css
<style>
span { border-color: #4D4EBE; }
span { border-color: rgb(77,78,190); }
td.TdClassName
{
border-color: #4D4EBE;
}
.TagClassName
{
border-color: #4D4EBE;
}
</style>