Shades of Free Speech Blue #404ED6
Tints of Free Speech Blue #404ED6
RGB
CMYK
RGB Variations
Color information
#404ED6 (or 0x404ED6) is known color: Free Speech Blue. HEX triplet: 40, 4E and D6. RGB value is (64,78,214). Sum of RGB (Red+Green+Blue) = 64+78+214=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 214 (83.98% from 255 or 60.11% from 356); Max value from RGB is 214 - color contains mainly: blue. Hex color #404ED6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404ED6 is #BFB129. Grayscale: #585858. Windows color (decimal): -12562730 or 14044736. OLE color: 14044736.
HSL color Cylindrical-coordinate representation of color #404ED6: hue angle of 234.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #404ED6 is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 78 | 214 | - |
| CMYK | 0.70 | 0.64 | 0 | 0.16 |
| HSL | 234.4º | 0.65% | 0.55% | - |
| HSV(B) | 234.4º | 0.7% | 0.84% | - |
| XYZ | 16.98 | 11.39 | 64.92 | - |
| YUV | 89.32 | 198.36 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 214 | 0.70 | 0.64 | 0 | 0.16 | 234.4 | 0.65 | 0.55 |
| Hex | 40 | 4E | D6 | 46 | 40 | 0 | 10 | EA | 41 | 37 |
| Octal | 100 | 116 | 326 | 106 | 100 | 0 | 20 | 352 | 101 | 67 |
| Binary | 1000000 | 1001110 | 11010110 | 1000110 | 1000000 | 0 | 10000 | 11101010 | 1000001 | 110111 |
Color Harmonies of #404ED6
Complementary color
Monochromatic Colors of #404ED6
Black with #404ED6
Text Example
Text Example
White with #404ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404ED6; }
p { color: rgb(64,78,214); }
H1.HeaderClassName
{
color: #404ED6;
}
.AnyTagClassName
{
color: #404ED6;
}
</style>
background-color css
<style>
a { background-color: #404ED6; }
a { background-color: rgb(64,78,214); }
div.DivClassName
{
background-color: #404ED6;
}
.BgClassName
{
background-color: #404ED6;
}
</style>
border-color css
<style>
span { border-color: #404ED6; }
span { border-color: rgb(64,78,214); }
td.TdClassName
{
border-color: #404ED6;
}
.TagClassName
{
border-color: #404ED6;
}
</style>