Shades of Free Speech Blue #404DC6
Tints of Free Speech Blue #404DC6
RGB
CMYK
RGB Variations
Color information
#404DC6 (or 0x404DC6) is known color: Free Speech Blue. HEX triplet: 40, 4D and C6. RGB value is (64,77,198). Sum of RGB (Red+Green+Blue) = 64+77+198=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 198 (77.73% from 255 or 58.41% from 339); Max value from RGB is 198 - color contains mainly: blue. Hex color #404DC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404DC6 is #BFB239. Grayscale: #565656. Windows color (decimal): -12563002 or 12995904. OLE color: 12995904.
HSL color Cylindrical-coordinate representation of color #404DC6: hue angle of 234.18º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #404DC6 is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 77 | 198 | - |
| CMYK | 0.68 | 0.61 | 0 | 0.22 |
| HSL | 234.18º | 0.54% | 0.51% | - |
| HSV(B) | 234.18º | 0.68% | 0.78% | - |
| XYZ | 14.96 | 10.47 | 54.66 | - |
| YUV | 86.91 | 190.69 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 198 | 0.68 | 0.61 | 0 | 0.22 | 234.18 | 0.54 | 0.51 |
| Hex | 40 | 4D | C6 | 44 | 3D | 0 | 16 | EA | 36 | 33 |
| Octal | 100 | 115 | 306 | 104 | 75 | 0 | 26 | 352 | 66 | 63 |
| Binary | 1000000 | 1001101 | 11000110 | 1000100 | 111101 | 0 | 10110 | 11101010 | 110110 | 110011 |
Color Harmonies of #404DC6
Complementary color
Monochromatic Colors of #404DC6
Black with #404DC6
Text Example
Text Example
White with #404DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404DC6; }
p { color: rgb(64,77,198); }
H1.HeaderClassName
{
color: #404DC6;
}
.AnyTagClassName
{
color: #404DC6;
}
</style>
background-color css
<style>
a { background-color: #404DC6; }
a { background-color: rgb(64,77,198); }
div.DivClassName
{
background-color: #404DC6;
}
.BgClassName
{
background-color: #404DC6;
}
</style>
border-color css
<style>
span { border-color: #404DC6; }
span { border-color: rgb(64,77,198); }
td.TdClassName
{
border-color: #404DC6;
}
.TagClassName
{
border-color: #404DC6;
}
</style>