Shades of Free Speech Blue #404EDB
Tints of Free Speech Blue #404EDB
RGB
CMYK
RGB Variations
Color information
#404EDB (or 0x404EDB) is known color: Free Speech Blue. HEX triplet: 40, 4E and DB. RGB value is (64,78,219). Sum of RGB (Red+Green+Blue) = 64+78+219=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #404EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404EDB is #BFB124. Grayscale: #595959. Windows color (decimal): -12562725 or 14372416. OLE color: 14372416.
HSL color Cylindrical-coordinate representation of color #404EDB: hue angle of 234.58º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #404EDB is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 78 | 219 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.14 |
| HSL | 234.58º | 0.68% | 0.55% | - |
| HSV(B) | 234.58º | 0.71% | 0.86% | - |
| XYZ | 17.62 | 11.65 | 68.34 | - |
| YUV | 89.89 | 200.86 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 219 | 0.71 | 0.64 | 0 | 0.14 | 234.58 | 0.68 | 0.55 |
| Hex | 40 | 4E | DB | 47 | 40 | 0 | E | EB | 44 | 37 |
| Octal | 100 | 116 | 333 | 107 | 100 | 0 | 16 | 353 | 104 | 67 |
| Binary | 1000000 | 1001110 | 11011011 | 1000111 | 1000000 | 0 | 1110 | 11101011 | 1000100 | 110111 |
Color Harmonies of #404EDB
Complementary color
Monochromatic Colors of #404EDB
Black with #404EDB
Text Example
Text Example
White with #404EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404EDB; }
p { color: rgb(64,78,219); }
H1.HeaderClassName
{
color: #404EDB;
}
.AnyTagClassName
{
color: #404EDB;
}
</style>
background-color css
<style>
a { background-color: #404EDB; }
a { background-color: rgb(64,78,219); }
div.DivClassName
{
background-color: #404EDB;
}
.BgClassName
{
background-color: #404EDB;
}
</style>
border-color css
<style>
span { border-color: #404EDB; }
span { border-color: rgb(64,78,219); }
td.TdClassName
{
border-color: #404EDB;
}
.TagClassName
{
border-color: #404EDB;
}
</style>