Shades of Free Speech Blue #404EC1
Tints of Free Speech Blue #404EC1
RGB
CMYK
RGB Variations
Color information
#404EC1 (or 0x404EC1) is known color: Free Speech Blue. HEX triplet: 40, 4E and C1. RGB value is (64,78,193). Sum of RGB (Red+Green+Blue) = 64+78+193=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 193 (75.78% from 255 or 57.61% from 335); Max value from RGB is 193 - color contains mainly: blue. Hex color #404EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404EC1 is #BFB13E. Grayscale: #565656. Windows color (decimal): -12562751 or 12668480. OLE color: 12668480.
HSL color Cylindrical-coordinate representation of color #404EC1: hue angle of 233.49º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #404EC1 is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 78 | 193 | - |
| CMYK | 0.67 | 0.60 | 0 | 0.24 |
| HSL | 233.49º | 0.51% | 0.5% | - |
| HSV(B) | 233.49º | 0.67% | 0.76% | - |
| XYZ | 14.46 | 10.39 | 51.7 | - |
| YUV | 86.92 | 187.86 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 193 | 0.67 | 0.60 | 0 | 0.24 | 233.49 | 0.51 | 0.5 |
| Hex | 40 | 4E | C1 | 43 | 3C | 0 | 18 | E9 | 33 | 32 |
| Octal | 100 | 116 | 301 | 103 | 74 | 0 | 30 | 351 | 63 | 62 |
| Binary | 1000000 | 1001110 | 11000001 | 1000011 | 111100 | 0 | 11000 | 11101001 | 110011 | 110010 |
Color Harmonies of #404EC1
Complementary color
Monochromatic Colors of #404EC1
Black with #404EC1
Text Example
Text Example
White with #404EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404EC1; }
p { color: rgb(64,78,193); }
H1.HeaderClassName
{
color: #404EC1;
}
.AnyTagClassName
{
color: #404EC1;
}
</style>
background-color css
<style>
a { background-color: #404EC1; }
a { background-color: rgb(64,78,193); }
div.DivClassName
{
background-color: #404EC1;
}
.BgClassName
{
background-color: #404EC1;
}
</style>
border-color css
<style>
span { border-color: #404EC1; }
span { border-color: rgb(64,78,193); }
td.TdClassName
{
border-color: #404EC1;
}
.TagClassName
{
border-color: #404EC1;
}
</style>