Shades of Free Speech Blue #404DD6
Tints of Free Speech Blue #404DD6
RGB
CMYK
RGB Variations
Color information
#404DD6 (or 0x404DD6) is known color: Free Speech Blue. HEX triplet: 40, 4D and D6. RGB value is (64,77,214). Sum of RGB (Red+Green+Blue) = 64+77+214=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 214 (83.98% from 255 or 60.28% from 355); Max value from RGB is 214 - color contains mainly: blue. Hex color #404DD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404DD6 is #BFB229. Grayscale: #585858. Windows color (decimal): -12562986 or 14044480. OLE color: 14044480.
HSL color Cylindrical-coordinate representation of color #404DD6: hue angle of 234.8º 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 #404DD6 is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 77 | 214 | - |
| CMYK | 0.70 | 0.64 | 0 | 0.16 |
| HSL | 234.8º | 0.65% | 0.55% | - |
| HSV(B) | 234.8º | 0.7% | 0.84% | - |
| XYZ | 16.91 | 11.25 | 64.9 | - |
| YUV | 88.73 | 198.69 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 214 | 0.70 | 0.64 | 0 | 0.16 | 234.8 | 0.65 | 0.55 |
| Hex | 40 | 4D | D6 | 46 | 40 | 0 | 10 | EB | 41 | 37 |
| Octal | 100 | 115 | 326 | 106 | 100 | 0 | 20 | 353 | 101 | 67 |
| Binary | 1000000 | 1001101 | 11010110 | 1000110 | 1000000 | 0 | 10000 | 11101011 | 1000001 | 110111 |
Color Harmonies of #404DD6
Complementary color
Monochromatic Colors of #404DD6
Black with #404DD6
Text Example
Text Example
White with #404DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404DD6; }
p { color: rgb(64,77,214); }
H1.HeaderClassName
{
color: #404DD6;
}
.AnyTagClassName
{
color: #404DD6;
}
</style>
background-color css
<style>
a { background-color: #404DD6; }
a { background-color: rgb(64,77,214); }
div.DivClassName
{
background-color: #404DD6;
}
.BgClassName
{
background-color: #404DD6;
}
</style>
border-color css
<style>
span { border-color: #404DD6; }
span { border-color: rgb(64,77,214); }
td.TdClassName
{
border-color: #404DD6;
}
.TagClassName
{
border-color: #404DD6;
}
</style>