Shades of Free Speech Blue #404DDA
Tints of Free Speech Blue #404DDA
RGB
CMYK
RGB Variations
Color information
#404DDA (or 0x404DDA) is known color: Free Speech Blue. HEX triplet: 40, 4D and DA. RGB value is (64,77,218). Sum of RGB (Red+Green+Blue) = 64+77+218=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #404DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404DDA is #BFB225. Grayscale: #585858. Windows color (decimal): -12562982 or 14306624. OLE color: 14306624.
HSL color Cylindrical-coordinate representation of color #404DDA: hue angle of 234.94º 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 #404DDA is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 77 | 218 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.15 |
| HSL | 234.94º | 0.68% | 0.55% | - |
| HSV(B) | 234.94º | 0.71% | 0.85% | - |
| XYZ | 17.42 | 11.46 | 67.62 | - |
| YUV | 89.19 | 200.69 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 218 | 0.71 | 0.65 | 0 | 0.15 | 234.94 | 0.68 | 0.55 |
| Hex | 40 | 4D | DA | 47 | 41 | 0 | F | EB | 44 | 37 |
| Octal | 100 | 115 | 332 | 107 | 101 | 0 | 17 | 353 | 104 | 67 |
| Binary | 1000000 | 1001101 | 11011010 | 1000111 | 1000001 | 0 | 1111 | 11101011 | 1000100 | 110111 |
Color Harmonies of #404DDA
Complementary color
Monochromatic Colors of #404DDA
Black with #404DDA
Text Example
Text Example
White with #404DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404DDA; }
p { color: rgb(64,77,218); }
H1.HeaderClassName
{
color: #404DDA;
}
.AnyTagClassName
{
color: #404DDA;
}
</style>
background-color css
<style>
a { background-color: #404DDA; }
a { background-color: rgb(64,77,218); }
div.DivClassName
{
background-color: #404DDA;
}
.BgClassName
{
background-color: #404DDA;
}
</style>
border-color css
<style>
span { border-color: #404DDA; }
span { border-color: rgb(64,77,218); }
td.TdClassName
{
border-color: #404DDA;
}
.TagClassName
{
border-color: #404DDA;
}
</style>