Shades of Free Speech Blue #404AD5
Tints of Free Speech Blue #404AD5
RGB
CMYK
RGB Variations
Color information
#404AD5 (or 0x404AD5) is known color: Free Speech Blue. HEX triplet: 40, 4A and D5. RGB value is (64,74,213). Sum of RGB (Red+Green+Blue) = 64+74+213=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 213 (83.59% from 255 or 60.68% from 351); Max value from RGB is 213 - color contains mainly: blue. Hex color #404AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404AD5 is #BFB52A. Grayscale: #565656. Windows color (decimal): -12563755 or 13978176. OLE color: 13978176.
HSL color Cylindrical-coordinate representation of color #404AD5: hue angle of 235.97º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #404AD5 is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 74 | 213 | - |
| CMYK | 0.70 | 0.65 | 0 | 0.16 |
| HSL | 235.97º | 0.64% | 0.54% | - |
| HSV(B) | 235.97º | 0.7% | 0.84% | - |
| XYZ | 16.57 | 10.79 | 64.16 | - |
| YUV | 86.86 | 199.19 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 213 | 0.70 | 0.65 | 0 | 0.16 | 235.97 | 0.64 | 0.54 |
| Hex | 40 | 4A | D5 | 46 | 41 | 0 | 10 | EC | 40 | 36 |
| Octal | 100 | 112 | 325 | 106 | 101 | 0 | 20 | 354 | 100 | 66 |
| Binary | 1000000 | 1001010 | 11010101 | 1000110 | 1000001 | 0 | 10000 | 11101100 | 1000000 | 110110 |
Color Harmonies of #404AD5
Complementary color
Monochromatic Colors of #404AD5
Black with #404AD5
Text Example
Text Example
White with #404AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404AD5; }
p { color: rgb(64,74,213); }
H1.HeaderClassName
{
color: #404AD5;
}
.AnyTagClassName
{
color: #404AD5;
}
</style>
background-color css
<style>
a { background-color: #404AD5; }
a { background-color: rgb(64,74,213); }
div.DivClassName
{
background-color: #404AD5;
}
.BgClassName
{
background-color: #404AD5;
}
</style>
border-color css
<style>
span { border-color: #404AD5; }
span { border-color: rgb(64,74,213); }
td.TdClassName
{
border-color: #404AD5;
}
.TagClassName
{
border-color: #404AD5;
}
</style>