Shades of Free Speech Blue #404DCF
Tints of Free Speech Blue #404DCF
RGB
CMYK
RGB Variations
Color information
#404DCF (or 0x404DCF) is known color: Free Speech Blue. HEX triplet: 40, 4D and CF. RGB value is (64,77,207). Sum of RGB (Red+Green+Blue) = 64+77+207=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #404DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404DCF is #BFB230. Grayscale: #575757. Windows color (decimal): -12562993 or 13585728. OLE color: 13585728.
HSL color Cylindrical-coordinate representation of color #404DCF: hue angle of 234.55º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #404DCF is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 77 | 207 | - |
| CMYK | 0.69 | 0.63 | 0 | 0.19 |
| HSL | 234.55º | 0.6% | 0.53% | - |
| HSV(B) | 234.55º | 0.69% | 0.81% | - |
| XYZ | 16.03 | 10.9 | 60.29 | - |
| YUV | 87.93 | 195.19 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 207 | 0.69 | 0.63 | 0 | 0.19 | 234.55 | 0.6 | 0.53 |
| Hex | 40 | 4D | CF | 45 | 3F | 0 | 13 | EB | 3C | 35 |
| Octal | 100 | 115 | 317 | 105 | 77 | 0 | 23 | 353 | 74 | 65 |
| Binary | 1000000 | 1001101 | 11001111 | 1000101 | 111111 | 0 | 10011 | 11101011 | 111100 | 110101 |
Color Harmonies of #404DCF
Complementary color
Monochromatic Colors of #404DCF
Black with #404DCF
Text Example
Text Example
White with #404DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404DCF; }
p { color: rgb(64,77,207); }
H1.HeaderClassName
{
color: #404DCF;
}
.AnyTagClassName
{
color: #404DCF;
}
</style>
background-color css
<style>
a { background-color: #404DCF; }
a { background-color: rgb(64,77,207); }
div.DivClassName
{
background-color: #404DCF;
}
.BgClassName
{
background-color: #404DCF;
}
</style>
border-color css
<style>
span { border-color: #404DCF; }
span { border-color: rgb(64,77,207); }
td.TdClassName
{
border-color: #404DCF;
}
.TagClassName
{
border-color: #404DCF;
}
</style>