Shades of Free Speech Blue #4E49CD
Tints of Free Speech Blue #4E49CD
RGB
CMYK
RGB Variations
Color information
#4E49CD (or 0x4E49CD) is known color: Free Speech Blue. HEX triplet: 4E, 49 and CD. RGB value is (78,73,205). Sum of RGB (Red+Green+Blue) = 78+73+205=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #4E49CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E49CD is #B1B632. Grayscale: #595959. Windows color (decimal): -11646515 or 13453646. OLE color: 13453646.
HSL color Cylindrical-coordinate representation of color #4E49CD: hue angle of 242.27º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E49CD is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 73 | 205 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.20 |
| HSL | 242.27º | 0.57% | 0.55% | - |
| HSV(B) | 242.27º | 0.64% | 0.8% | - |
| XYZ | 16.54 | 10.79 | 58.97 | - |
| YUV | 89.54 | 193.16 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 73 | 205 | 0.62 | 0.64 | 0 | 0.20 | 242.27 | 0.57 | 0.55 |
| Hex | 4E | 49 | CD | 3E | 40 | 0 | 14 | F2 | 39 | 37 |
| Octal | 116 | 111 | 315 | 76 | 100 | 0 | 24 | 362 | 71 | 67 |
| Binary | 1001110 | 1001001 | 11001101 | 111110 | 1000000 | 0 | 10100 | 11110010 | 111001 | 110111 |
Color Harmonies of #4E49CD
Complementary color
Monochromatic Colors of #4E49CD
Black with #4E49CD
Text Example
Text Example
White with #4E49CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E49CD; }
p { color: rgb(78,73,205); }
H1.HeaderClassName
{
color: #4E49CD;
}
.AnyTagClassName
{
color: #4E49CD;
}
</style>
background-color css
<style>
a { background-color: #4E49CD; }
a { background-color: rgb(78,73,205); }
div.DivClassName
{
background-color: #4E49CD;
}
.BgClassName
{
background-color: #4E49CD;
}
</style>
border-color css
<style>
span { border-color: #4E49CD; }
span { border-color: rgb(78,73,205); }
td.TdClassName
{
border-color: #4E49CD;
}
.TagClassName
{
border-color: #4E49CD;
}
</style>