Shades of Free Speech Blue #404EE1
Tints of Free Speech Blue #404EE1
RGB
CMYK
RGB Variations
Color information
#404EE1 (or 0x404EE1) is known color: Free Speech Blue. HEX triplet: 40, 4E and E1. RGB value is (64,78,225). Sum of RGB (Red+Green+Blue) = 64+78+225=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 225 (88.28% from 255 or 61.31% from 367); Max value from RGB is 225 - color contains mainly: blue. Hex color #404EE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404EE1 is #BFB11E. Grayscale: #595959. Windows color (decimal): -12562719 or 14765632. OLE color: 14765632.
HSL color Cylindrical-coordinate representation of color #404EE1: hue angle of 234.78º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #404EE1 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 78 | 225 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.12 |
| HSL | 234.78º | 0.73% | 0.57% | - |
| HSV(B) | 234.78º | 0.72% | 0.88% | - |
| XYZ | 18.43 | 11.98 | 72.57 | - |
| YUV | 90.57 | 203.86 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 225 | 0.72 | 0.65 | 0 | 0.12 | 234.78 | 0.73 | 0.57 |
| Hex | 40 | 4E | E1 | 48 | 41 | 0 | C | EB | 49 | 39 |
| Octal | 100 | 116 | 341 | 110 | 101 | 0 | 14 | 353 | 111 | 71 |
| Binary | 1000000 | 1001110 | 11100001 | 1001000 | 1000001 | 0 | 1100 | 11101011 | 1001001 | 111001 |
Color Harmonies of #404EE1
Complementary color
Monochromatic Colors of #404EE1
Black with #404EE1
Text Example
Text Example
White with #404EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404EE1; }
p { color: rgb(64,78,225); }
H1.HeaderClassName
{
color: #404EE1;
}
.AnyTagClassName
{
color: #404EE1;
}
</style>
background-color css
<style>
a { background-color: #404EE1; }
a { background-color: rgb(64,78,225); }
div.DivClassName
{
background-color: #404EE1;
}
.BgClassName
{
background-color: #404EE1;
}
</style>
border-color css
<style>
span { border-color: #404EE1; }
span { border-color: rgb(64,78,225); }
td.TdClassName
{
border-color: #404EE1;
}
.TagClassName
{
border-color: #404EE1;
}
</style>