Shades of Free Speech Blue #404EDD
Tints of Free Speech Blue #404EDD
RGB
CMYK
RGB Variations
Color information
#404EDD (or 0x404EDD) is known color: Free Speech Blue. HEX triplet: 40, 4E and DD. RGB value is (64,78,221). Sum of RGB (Red+Green+Blue) = 64+78+221=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #404EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404EDD is #BFB122. Grayscale: #595959. Windows color (decimal): -12562723 or 14503488. OLE color: 14503488.
HSL color Cylindrical-coordinate representation of color #404EDD: hue angle of 234.65º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #404EDD is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 78 | 221 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.13 |
| HSL | 234.65º | 0.7% | 0.56% | - |
| HSV(B) | 234.65º | 0.71% | 0.87% | - |
| XYZ | 17.89 | 11.76 | 69.73 | - |
| YUV | 90.12 | 201.86 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 221 | 0.71 | 0.65 | 0 | 0.13 | 234.65 | 0.7 | 0.56 |
| Hex | 40 | 4E | DD | 47 | 41 | 0 | D | EB | 46 | 38 |
| Octal | 100 | 116 | 335 | 107 | 101 | 0 | 15 | 353 | 106 | 70 |
| Binary | 1000000 | 1001110 | 11011101 | 1000111 | 1000001 | 0 | 1101 | 11101011 | 1000110 | 111000 |
Color Harmonies of #404EDD
Complementary color
Monochromatic Colors of #404EDD
Black with #404EDD
Text Example
Text Example
White with #404EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404EDD; }
p { color: rgb(64,78,221); }
H1.HeaderClassName
{
color: #404EDD;
}
.AnyTagClassName
{
color: #404EDD;
}
</style>
background-color css
<style>
a { background-color: #404EDD; }
a { background-color: rgb(64,78,221); }
div.DivClassName
{
background-color: #404EDD;
}
.BgClassName
{
background-color: #404EDD;
}
</style>
border-color css
<style>
span { border-color: #404EDD; }
span { border-color: rgb(64,78,221); }
td.TdClassName
{
border-color: #404EDD;
}
.TagClassName
{
border-color: #404EDD;
}
</style>