Shades of Free Speech Blue #404ED9
Tints of Free Speech Blue #404ED9
RGB
CMYK
RGB Variations
Color information
#404ED9 (or 0x404ED9) is known color: Free Speech Blue. HEX triplet: 40, 4E and D9. RGB value is (64,78,217). Sum of RGB (Red+Green+Blue) = 64+78+217=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 217 (85.16% from 255 or 60.45% from 359); Max value from RGB is 217 - color contains mainly: blue. Hex color #404ED9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404ED9 is #BFB126. Grayscale: #595959. Windows color (decimal): -12562727 or 14241344. OLE color: 14241344.
HSL color Cylindrical-coordinate representation of color #404ED9: hue angle of 234.51º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #404ED9 is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 78 | 217 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.15 |
| HSL | 234.51º | 0.67% | 0.55% | - |
| HSV(B) | 234.51º | 0.71% | 0.85% | - |
| XYZ | 17.36 | 11.55 | 66.96 | - |
| YUV | 89.66 | 199.86 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 217 | 0.71 | 0.64 | 0 | 0.15 | 234.51 | 0.67 | 0.55 |
| Hex | 40 | 4E | D9 | 47 | 40 | 0 | F | EB | 43 | 37 |
| Octal | 100 | 116 | 331 | 107 | 100 | 0 | 17 | 353 | 103 | 67 |
| Binary | 1000000 | 1001110 | 11011001 | 1000111 | 1000000 | 0 | 1111 | 11101011 | 1000011 | 110111 |
Color Harmonies of #404ED9
Complementary color
Monochromatic Colors of #404ED9
Black with #404ED9
Text Example
Text Example
White with #404ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404ED9; }
p { color: rgb(64,78,217); }
H1.HeaderClassName
{
color: #404ED9;
}
.AnyTagClassName
{
color: #404ED9;
}
</style>
background-color css
<style>
a { background-color: #404ED9; }
a { background-color: rgb(64,78,217); }
div.DivClassName
{
background-color: #404ED9;
}
.BgClassName
{
background-color: #404ED9;
}
</style>
border-color css
<style>
span { border-color: #404ED9; }
span { border-color: rgb(64,78,217); }
td.TdClassName
{
border-color: #404ED9;
}
.TagClassName
{
border-color: #404ED9;
}
</style>