Shades of Free Speech Blue #404EBA
Tints of Free Speech Blue #404EBA
RGB
CMYK
RGB Variations
Color information
#404EBA (or 0x404EBA) is known color: Free Speech Blue. HEX triplet: 40, 4E and BA. RGB value is (64,78,186). Sum of RGB (Red+Green+Blue) = 64+78+186=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #404EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404EBA is #BFB145. Grayscale: #555555. Windows color (decimal): -12562758 or 12209728. OLE color: 12209728.
HSL color Cylindrical-coordinate representation of color #404EBA: hue angle of 233.11º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #404EBA is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 78 | 186 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.27 |
| HSL | 233.11º | 0.49% | 0.49% | - |
| HSV(B) | 233.11º | 0.66% | 0.73% | - |
| XYZ | 13.7 | 10.08 | 47.68 | - |
| YUV | 86.13 | 184.36 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 186 | 0.66 | 0.58 | 0 | 0.27 | 233.11 | 0.49 | 0.49 |
| Hex | 40 | 4E | BA | 42 | 3A | 0 | 1B | E9 | 31 | 31 |
| Octal | 100 | 116 | 272 | 102 | 72 | 0 | 33 | 351 | 61 | 61 |
| Binary | 1000000 | 1001110 | 10111010 | 1000010 | 111010 | 0 | 11011 | 11101001 | 110001 | 110001 |
Color Harmonies of #404EBA
Complementary color
Monochromatic Colors of #404EBA
Black with #404EBA
Text Example
Text Example
White with #404EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404EBA; }
p { color: rgb(64,78,186); }
H1.HeaderClassName
{
color: #404EBA;
}
.AnyTagClassName
{
color: #404EBA;
}
</style>
background-color css
<style>
a { background-color: #404EBA; }
a { background-color: rgb(64,78,186); }
div.DivClassName
{
background-color: #404EBA;
}
.BgClassName
{
background-color: #404EBA;
}
</style>
border-color css
<style>
span { border-color: #404EBA; }
span { border-color: rgb(64,78,186); }
td.TdClassName
{
border-color: #404EBA;
}
.TagClassName
{
border-color: #404EBA;
}
</style>