Shades of Free Speech Blue #4E4EDD
Tints of Free Speech Blue #4E4EDD
RGB
CMYK
RGB Variations
Color information
#4E4EDD (or 0x4E4EDD) is known color: Free Speech Blue. HEX triplet: 4E, 4E and DD. RGB value is (78,78,221). Sum of RGB (Red+Green+Blue) = 78+78+221=377 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.69% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #4E4EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E4EDD is #B1B122. Grayscale: #5D5D5D. Windows color (decimal): -11645219 or 14503502. OLE color: 14503502.
HSL color Cylindrical-coordinate representation of color #4E4EDD: hue angle of 240º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E4EDD is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 78 | 221 | - |
| CMYK | 0.65 | 0.65 | 0 | 0.13 |
| HSL | 240º | 0.68% | 0.59% | - |
| HSV(B) | 240º | 0.65% | 0.87% | - |
| XYZ | 18.92 | 12.29 | 69.78 | - |
| YUV | 94.3 | 199.5 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 78 | 221 | 0.65 | 0.65 | 0 | 0.13 | 240 | 0.68 | 0.59 |
| Hex | 4E | 4E | DD | 41 | 41 | 0 | D | F0 | 44 | 3B |
| Octal | 116 | 116 | 335 | 101 | 101 | 0 | 15 | 360 | 104 | 73 |
| Binary | 1001110 | 1001110 | 11011101 | 1000001 | 1000001 | 0 | 1101 | 11110000 | 1000100 | 111011 |
Color Harmonies of #4E4EDD
Complementary color
Monochromatic Colors of #4E4EDD
Black with #4E4EDD
Text Example
Text Example
White with #4E4EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4EDD; }
p { color: rgb(78,78,221); }
H1.HeaderClassName
{
color: #4E4EDD;
}
.AnyTagClassName
{
color: #4E4EDD;
}
</style>
background-color css
<style>
a { background-color: #4E4EDD; }
a { background-color: rgb(78,78,221); }
div.DivClassName
{
background-color: #4E4EDD;
}
.BgClassName
{
background-color: #4E4EDD;
}
</style>
border-color css
<style>
span { border-color: #4E4EDD; }
span { border-color: rgb(78,78,221); }
td.TdClassName
{
border-color: #4E4EDD;
}
.TagClassName
{
border-color: #4E4EDD;
}
</style>