Shades of Free Speech Blue #404AB5
Tints of Free Speech Blue #404AB5
RGB
CMYK
RGB Variations
Color information
#404AB5 (or 0x404AB5) is known color: Free Speech Blue. HEX triplet: 40, 4A and B5. RGB value is (64,74,181). Sum of RGB (Red+Green+Blue) = 64+74+181=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 181 (71.09% from 255 or 56.74% from 319); Max value from RGB is 181 - color contains mainly: blue. Hex color #404AB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404AB5 is #BFB54A. Grayscale: #525252. Windows color (decimal): -12563787 or 11881024. OLE color: 11881024.
HSL color Cylindrical-coordinate representation of color #404AB5: hue angle of 234.87º 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 #404AB5 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 74 | 181 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.29 |
| HSL | 234.87º | 0.48% | 0.48% | - |
| HSV(B) | 234.87º | 0.65% | 0.71% | - |
| XYZ | 12.9 | 9.32 | 44.84 | - |
| YUV | 83.21 | 183.19 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 181 | 0.65 | 0.59 | 0 | 0.29 | 234.87 | 0.48 | 0.48 |
| Hex | 40 | 4A | B5 | 41 | 3B | 0 | 1D | EB | 30 | 30 |
| Octal | 100 | 112 | 265 | 101 | 73 | 0 | 35 | 353 | 60 | 60 |
| Binary | 1000000 | 1001010 | 10110101 | 1000001 | 111011 | 0 | 11101 | 11101011 | 110000 | 110000 |
Color Harmonies of #404AB5
Complementary color
Monochromatic Colors of #404AB5
Black with #404AB5
Text Example
Text Example
White with #404AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404AB5; }
p { color: rgb(64,74,181); }
H1.HeaderClassName
{
color: #404AB5;
}
.AnyTagClassName
{
color: #404AB5;
}
</style>
background-color css
<style>
a { background-color: #404AB5; }
a { background-color: rgb(64,74,181); }
div.DivClassName
{
background-color: #404AB5;
}
.BgClassName
{
background-color: #404AB5;
}
</style>
border-color css
<style>
span { border-color: #404AB5; }
span { border-color: rgb(64,74,181); }
td.TdClassName
{
border-color: #404AB5;
}
.TagClassName
{
border-color: #404AB5;
}
</style>