Shades of Free Speech Blue #404AB9
Tints of Free Speech Blue #404AB9
RGB
CMYK
RGB Variations
Color information
#404AB9 (or 0x404AB9) is known color: Free Speech Blue. HEX triplet: 40, 4A and B9. RGB value is (64,74,185). Sum of RGB (Red+Green+Blue) = 64+74+185=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 185 (72.66% from 255 or 57.28% from 323); Max value from RGB is 185 - color contains mainly: blue. Hex color #404AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404AB9 is #BFB546. Grayscale: #535353. Windows color (decimal): -12563783 or 12143168. OLE color: 12143168.
HSL color Cylindrical-coordinate representation of color #404AB9: hue angle of 235.04º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #404AB9 is Cyan = 0.65, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 74 | 185 | - |
| CMYK | 0.65 | 0.6 | 0 | 0.27 |
| HSL | 235.04º | 0.49% | 0.49% | - |
| HSV(B) | 235.04º | 0.65% | 0.73% | - |
| XYZ | 13.32 | 9.49 | 47.03 | - |
| YUV | 83.66 | 185.19 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 185 | 0.65 | 0.6 | 0 | 0.27 | 235.04 | 0.49 | 0.49 |
| Hex | 40 | 4A | B9 | 41 | 3C | 0 | 1B | EB | 31 | 31 |
| Octal | 100 | 112 | 271 | 101 | 74 | 0 | 33 | 353 | 61 | 61 |
| Binary | 1000000 | 1001010 | 10111001 | 1000001 | 111100 | 0 | 11011 | 11101011 | 110001 | 110001 |
Color Harmonies of #404AB9
Complementary color
Monochromatic Colors of #404AB9
Black with #404AB9
Text Example
Text Example
White with #404AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404AB9; }
p { color: rgb(64,74,185); }
H1.HeaderClassName
{
color: #404AB9;
}
.AnyTagClassName
{
color: #404AB9;
}
</style>
background-color css
<style>
a { background-color: #404AB9; }
a { background-color: rgb(64,74,185); }
div.DivClassName
{
background-color: #404AB9;
}
.BgClassName
{
background-color: #404AB9;
}
</style>
border-color css
<style>
span { border-color: #404AB9; }
span { border-color: rgb(64,74,185); }
td.TdClassName
{
border-color: #404AB9;
}
.TagClassName
{
border-color: #404AB9;
}
</style>