Shades of Free Speech Blue #404EDA
Tints of Free Speech Blue #404EDA
RGB
CMYK
RGB Variations
Color information
#404EDA (or 0x404EDA) is known color: Free Speech Blue. HEX triplet: 40, 4E and DA. RGB value is (64,78,218). Sum of RGB (Red+Green+Blue) = 64+78+218=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #404EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404EDA is #BFB125. Grayscale: #595959. Windows color (decimal): -12562726 or 14306880. OLE color: 14306880.
HSL color Cylindrical-coordinate representation of color #404EDA: hue angle of 234.55º degrees, saturation: 0.68, 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 #404EDA is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 78 | 218 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.15 |
| HSL | 234.55º | 0.68% | 0.55% | - |
| HSV(B) | 234.55º | 0.71% | 0.85% | - |
| XYZ | 17.49 | 11.6 | 67.65 | - |
| YUV | 89.77 | 200.36 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 218 | 0.71 | 0.64 | 0 | 0.15 | 234.55 | 0.68 | 0.55 |
| Hex | 40 | 4E | DA | 47 | 40 | 0 | F | EB | 44 | 37 |
| Octal | 100 | 116 | 332 | 107 | 100 | 0 | 17 | 353 | 104 | 67 |
| Binary | 1000000 | 1001110 | 11011010 | 1000111 | 1000000 | 0 | 1111 | 11101011 | 1000100 | 110111 |
Color Harmonies of #404EDA
Complementary color
Monochromatic Colors of #404EDA
Black with #404EDA
Text Example
Text Example
White with #404EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404EDA; }
p { color: rgb(64,78,218); }
H1.HeaderClassName
{
color: #404EDA;
}
.AnyTagClassName
{
color: #404EDA;
}
</style>
background-color css
<style>
a { background-color: #404EDA; }
a { background-color: rgb(64,78,218); }
div.DivClassName
{
background-color: #404EDA;
}
.BgClassName
{
background-color: #404EDA;
}
</style>
border-color css
<style>
span { border-color: #404EDA; }
span { border-color: rgb(64,78,218); }
td.TdClassName
{
border-color: #404EDA;
}
.TagClassName
{
border-color: #404EDA;
}
</style>