Shades of Free Speech Blue #4E3DD6
Tints of Free Speech Blue #4E3DD6
RGB
CMYK
RGB Variations
Color information
#4E3DD6 (or 0x4E3DD6) is known color: Free Speech Blue. HEX triplet: 4E, 3D and D6. RGB value is (78,61,214). Sum of RGB (Red+Green+Blue) = 78+61+214=353 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.10% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 214 (83.98% from 255 or 60.62% from 353); Max value from RGB is 214 - color contains mainly: blue. Hex color #4E3DD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E3DD6 is #B1C229. Grayscale: #525252. Windows color (decimal): -11649578 or 14040398. OLE color: 14040398.
HSL color Cylindrical-coordinate representation of color #4E3DD6: hue angle of 246.67º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4E3DD6 is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 61 | 214 | - |
| CMYK | 0.64 | 0.71 | 0 | 0.16 |
| HSL | 246.67º | 0.65% | 0.54% | - |
| HSV(B) | 246.67º | 0.71% | 0.84% | - |
| XYZ | 16.95 | 9.81 | 64.62 | - |
| YUV | 83.53 | 201.63 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 61 | 214 | 0.64 | 0.71 | 0 | 0.16 | 246.67 | 0.65 | 0.54 |
| Hex | 4E | 3D | D6 | 40 | 47 | 0 | 10 | F7 | 41 | 36 |
| Octal | 116 | 75 | 326 | 100 | 107 | 0 | 20 | 367 | 101 | 66 |
| Binary | 1001110 | 111101 | 11010110 | 1000000 | 1000111 | 0 | 10000 | 11110111 | 1000001 | 110110 |
Color Harmonies of #4E3DD6
Complementary color
Monochromatic Colors of #4E3DD6
Black with #4E3DD6
Text Example
Text Example
White with #4E3DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3DD6; }
p { color: rgb(78,61,214); }
H1.HeaderClassName
{
color: #4E3DD6;
}
.AnyTagClassName
{
color: #4E3DD6;
}
</style>
background-color css
<style>
a { background-color: #4E3DD6; }
a { background-color: rgb(78,61,214); }
div.DivClassName
{
background-color: #4E3DD6;
}
.BgClassName
{
background-color: #4E3DD6;
}
</style>
border-color css
<style>
span { border-color: #4E3DD6; }
span { border-color: rgb(78,61,214); }
td.TdClassName
{
border-color: #4E3DD6;
}
.TagClassName
{
border-color: #4E3DD6;
}
</style>