Shades of Free Speech Blue #404DB4
Tints of Free Speech Blue #404DB4
RGB
CMYK
RGB Variations
Color information
#404DB4 (or 0x404DB4) is known color: Free Speech Blue. HEX triplet: 40, 4D and B4. RGB value is (64,77,180). Sum of RGB (Red+Green+Blue) = 64+77+180=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 180 (70.70% from 255 or 56.07% from 321); Max value from RGB is 180 - color contains mainly: blue. Hex color #404DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404DB4 is #BFB24B. Grayscale: #545454. Windows color (decimal): -12563020 or 11816256. OLE color: 11816256.
HSL color Cylindrical-coordinate representation of color #404DB4: hue angle of 233.28º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #404DB4 is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 77 | 180 | - |
| CMYK | 0.64 | 0.57 | 0 | 0.29 |
| HSL | 233.28º | 0.48% | 0.48% | - |
| HSV(B) | 233.28º | 0.64% | 0.71% | - |
| XYZ | 13.01 | 9.69 | 44.37 | - |
| YUV | 84.86 | 181.69 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 180 | 0.64 | 0.57 | 0 | 0.29 | 233.28 | 0.48 | 0.48 |
| Hex | 40 | 4D | B4 | 40 | 39 | 0 | 1D | E9 | 30 | 30 |
| Octal | 100 | 115 | 264 | 100 | 71 | 0 | 35 | 351 | 60 | 60 |
| Binary | 1000000 | 1001101 | 10110100 | 1000000 | 111001 | 0 | 11101 | 11101001 | 110000 | 110000 |
Color Harmonies of #404DB4
Complementary color
Monochromatic Colors of #404DB4
Black with #404DB4
Text Example
Text Example
White with #404DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404DB4; }
p { color: rgb(64,77,180); }
H1.HeaderClassName
{
color: #404DB4;
}
.AnyTagClassName
{
color: #404DB4;
}
</style>
background-color css
<style>
a { background-color: #404DB4; }
a { background-color: rgb(64,77,180); }
div.DivClassName
{
background-color: #404DB4;
}
.BgClassName
{
background-color: #404DB4;
}
</style>
border-color css
<style>
span { border-color: #404DB4; }
span { border-color: rgb(64,77,180); }
td.TdClassName
{
border-color: #404DB4;
}
.TagClassName
{
border-color: #404DB4;
}
</style>