Shades of Free Speech Blue #404ED7
Tints of Free Speech Blue #404ED7
RGB
CMYK
RGB Variations
Color information
#404ED7 (or 0x404ED7) is known color: Free Speech Blue. HEX triplet: 40, 4E and D7. RGB value is (64,78,215). Sum of RGB (Red+Green+Blue) = 64+78+215=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 215 (84.38% from 255 or 60.22% from 357); Max value from RGB is 215 - color contains mainly: blue. Hex color #404ED7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404ED7 is #BFB128. Grayscale: #585858. Windows color (decimal): -12562729 or 14110272. OLE color: 14110272.
HSL color Cylindrical-coordinate representation of color #404ED7: hue angle of 234.44º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #404ED7 is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 78 | 215 | - |
| CMYK | 0.70 | 0.64 | 0 | 0.16 |
| HSL | 234.44º | 0.65% | 0.55% | - |
| HSV(B) | 234.44º | 0.7% | 0.84% | - |
| XYZ | 17.1 | 11.45 | 65.6 | - |
| YUV | 89.43 | 198.86 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 215 | 0.70 | 0.64 | 0 | 0.16 | 234.44 | 0.65 | 0.55 |
| Hex | 40 | 4E | D7 | 46 | 40 | 0 | 10 | EA | 41 | 37 |
| Octal | 100 | 116 | 327 | 106 | 100 | 0 | 20 | 352 | 101 | 67 |
| Binary | 1000000 | 1001110 | 11010111 | 1000110 | 1000000 | 0 | 10000 | 11101010 | 1000001 | 110111 |
Color Harmonies of #404ED7
Complementary color
Monochromatic Colors of #404ED7
Black with #404ED7
Text Example
Text Example
White with #404ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404ED7; }
p { color: rgb(64,78,215); }
H1.HeaderClassName
{
color: #404ED7;
}
.AnyTagClassName
{
color: #404ED7;
}
</style>
background-color css
<style>
a { background-color: #404ED7; }
a { background-color: rgb(64,78,215); }
div.DivClassName
{
background-color: #404ED7;
}
.BgClassName
{
background-color: #404ED7;
}
</style>
border-color css
<style>
span { border-color: #404ED7; }
span { border-color: rgb(64,78,215); }
td.TdClassName
{
border-color: #404ED7;
}
.TagClassName
{
border-color: #404ED7;
}
</style>