Shades of Free Speech Blue #4E4DBF
Tints of Free Speech Blue #4E4DBF
RGB
CMYK
RGB Variations
Color information
#4E4DBF (or 0x4E4DBF) is known color: Free Speech Blue. HEX triplet: 4E, 4D and BF. RGB value is (78,77,191). Sum of RGB (Red+Green+Blue) = 78+77+191=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #4E4DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E4DBF is #B1B240. Grayscale: #595959. Windows color (decimal): -11645505 or 12537166. OLE color: 12537166.
HSL color Cylindrical-coordinate representation of color #4E4DBF: hue angle of 240.53º degrees, saturation: 0.47, 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 #4E4DBF is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 77 | 191 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.25 |
| HSL | 240.53º | 0.47% | 0.53% | - |
| HSV(B) | 240.53º | 0.6% | 0.75% | - |
| XYZ | 15.2 | 10.69 | 50.55 | - |
| YUV | 90.3 | 184.83 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 77 | 191 | 0.59 | 0.60 | 0 | 0.25 | 240.53 | 0.47 | 0.53 |
| Hex | 4E | 4D | BF | 3B | 3C | 0 | 19 | F1 | 2F | 35 |
| Octal | 116 | 115 | 277 | 73 | 74 | 0 | 31 | 361 | 57 | 65 |
| Binary | 1001110 | 1001101 | 10111111 | 111011 | 111100 | 0 | 11001 | 11110001 | 101111 | 110101 |
Color Harmonies of #4E4DBF
Complementary color
Monochromatic Colors of #4E4DBF
Black with #4E4DBF
Text Example
Text Example
White with #4E4DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4DBF; }
p { color: rgb(78,77,191); }
H1.HeaderClassName
{
color: #4E4DBF;
}
.AnyTagClassName
{
color: #4E4DBF;
}
</style>
background-color css
<style>
a { background-color: #4E4DBF; }
a { background-color: rgb(78,77,191); }
div.DivClassName
{
background-color: #4E4DBF;
}
.BgClassName
{
background-color: #4E4DBF;
}
</style>
border-color css
<style>
span { border-color: #4E4DBF; }
span { border-color: rgb(78,77,191); }
td.TdClassName
{
border-color: #4E4DBF;
}
.TagClassName
{
border-color: #4E4DBF;
}
</style>