Shades of Free Speech Blue #404ED0
Tints of Free Speech Blue #404ED0
RGB
CMYK
RGB Variations
Color information
#404ED0 (or 0x404ED0) is known color: Free Speech Blue. HEX triplet: 40, 4E and D0. RGB value is (64,78,208). Sum of RGB (Red+Green+Blue) = 64+78+208=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 208 (81.64% from 255 or 59.43% from 350); Max value from RGB is 208 - color contains mainly: blue. Hex color #404ED0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404ED0 is #BFB12F. Grayscale: #585858. Windows color (decimal): -12562736 or 13651520. OLE color: 13651520.
HSL color Cylindrical-coordinate representation of color #404ED0: hue angle of 234.17º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #404ED0 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 78 | 208 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.18 |
| HSL | 234.17º | 0.61% | 0.53% | - |
| HSV(B) | 234.17º | 0.69% | 0.82% | - |
| XYZ | 16.22 | 11.09 | 60.96 | - |
| YUV | 88.63 | 195.36 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 208 | 0.69 | 0.62 | 0 | 0.18 | 234.17 | 0.61 | 0.53 |
| Hex | 40 | 4E | D0 | 45 | 3E | 0 | 12 | EA | 3D | 35 |
| Octal | 100 | 116 | 320 | 105 | 76 | 0 | 22 | 352 | 75 | 65 |
| Binary | 1000000 | 1001110 | 11010000 | 1000101 | 111110 | 0 | 10010 | 11101010 | 111101 | 110101 |
Color Harmonies of #404ED0
Complementary color
Monochromatic Colors of #404ED0
Black with #404ED0
Text Example
Text Example
White with #404ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404ED0; }
p { color: rgb(64,78,208); }
H1.HeaderClassName
{
color: #404ED0;
}
.AnyTagClassName
{
color: #404ED0;
}
</style>
background-color css
<style>
a { background-color: #404ED0; }
a { background-color: rgb(64,78,208); }
div.DivClassName
{
background-color: #404ED0;
}
.BgClassName
{
background-color: #404ED0;
}
</style>
border-color css
<style>
span { border-color: #404ED0; }
span { border-color: rgb(64,78,208); }
td.TdClassName
{
border-color: #404ED0;
}
.TagClassName
{
border-color: #404ED0;
}
</style>