Shades of Free Speech Blue #404DAD
Tints of Free Speech Blue #404DAD
RGB
CMYK
RGB Variations
Color information
#404DAD (or 0x404DAD) is known color: Free Speech Blue. HEX triplet: 40, 4D and AD. RGB value is (64,77,173). Sum of RGB (Red+Green+Blue) = 64+77+173=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #404DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404DAD is #BFB252. Grayscale: #535353. Windows color (decimal): -12563027 or 11357504. OLE color: 11357504.
HSL color Cylindrical-coordinate representation of color #404DAD: hue angle of 232.84º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #404DAD is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 77 | 173 | - |
| CMYK | 0.63 | 0.55 | 0 | 0.32 |
| HSL | 232.84º | 0.46% | 0.46% | - |
| HSV(B) | 232.84º | 0.63% | 0.68% | - |
| XYZ | 12.31 | 9.41 | 40.7 | - |
| YUV | 84.06 | 178.19 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 173 | 0.63 | 0.55 | 0 | 0.32 | 232.84 | 0.46 | 0.46 |
| Hex | 40 | 4D | AD | 3F | 37 | 0 | 20 | E9 | 2E | 2E |
| Octal | 100 | 115 | 255 | 77 | 67 | 0 | 40 | 351 | 56 | 56 |
| Binary | 1000000 | 1001101 | 10101101 | 111111 | 110111 | 0 | 100000 | 11101001 | 101110 | 101110 |
Color Harmonies of #404DAD
Complementary color
Monochromatic Colors of #404DAD
Black with #404DAD
Text Example
Text Example
White with #404DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404DAD; }
p { color: rgb(64,77,173); }
H1.HeaderClassName
{
color: #404DAD;
}
.AnyTagClassName
{
color: #404DAD;
}
</style>
background-color css
<style>
a { background-color: #404DAD; }
a { background-color: rgb(64,77,173); }
div.DivClassName
{
background-color: #404DAD;
}
.BgClassName
{
background-color: #404DAD;
}
</style>
border-color css
<style>
span { border-color: #404DAD; }
span { border-color: rgb(64,77,173); }
td.TdClassName
{
border-color: #404DAD;
}
.TagClassName
{
border-color: #404DAD;
}
</style>