Shades of Free Speech Blue #404DB5
Tints of Free Speech Blue #404DB5
RGB
CMYK
RGB Variations
Color information
#404DB5 (or 0x404DB5) is known color: Free Speech Blue. HEX triplet: 40, 4D and B5. RGB value is (64,77,181). Sum of RGB (Red+Green+Blue) = 64+77+181=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 181 (71.09% from 255 or 56.21% from 322); Max value from RGB is 181 - color contains mainly: blue. Hex color #404DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404DB5 is #BFB24A. Grayscale: #545454. Windows color (decimal): -12563019 or 11881792. OLE color: 11881792.
HSL color Cylindrical-coordinate representation of color #404DB5: hue angle of 233.33º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #404DB5 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 77 | 181 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.29 |
| HSL | 233.33º | 0.48% | 0.48% | - |
| HSV(B) | 233.33º | 0.65% | 0.71% | - |
| XYZ | 13.11 | 9.73 | 44.9 | - |
| YUV | 84.97 | 182.19 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 181 | 0.65 | 0.57 | 0 | 0.29 | 233.33 | 0.48 | 0.48 |
| Hex | 40 | 4D | B5 | 41 | 39 | 0 | 1D | E9 | 30 | 30 |
| Octal | 100 | 115 | 265 | 101 | 71 | 0 | 35 | 351 | 60 | 60 |
| Binary | 1000000 | 1001101 | 10110101 | 1000001 | 111001 | 0 | 11101 | 11101001 | 110000 | 110000 |
Color Harmonies of #404DB5
Complementary color
Monochromatic Colors of #404DB5
Black with #404DB5
Text Example
Text Example
White with #404DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404DB5; }
p { color: rgb(64,77,181); }
H1.HeaderClassName
{
color: #404DB5;
}
.AnyTagClassName
{
color: #404DB5;
}
</style>
background-color css
<style>
a { background-color: #404DB5; }
a { background-color: rgb(64,77,181); }
div.DivClassName
{
background-color: #404DB5;
}
.BgClassName
{
background-color: #404DB5;
}
</style>
border-color css
<style>
span { border-color: #404DB5; }
span { border-color: rgb(64,77,181); }
td.TdClassName
{
border-color: #404DB5;
}
.TagClassName
{
border-color: #404DB5;
}
</style>