Shades of Free Speech Blue #404DDB
Tints of Free Speech Blue #404DDB
RGB
CMYK
RGB Variations
Color information
#404DDB (or 0x404DDB) is known color: Free Speech Blue. HEX triplet: 40, 4D and DB. RGB value is (64,77,219). Sum of RGB (Red+Green+Blue) = 64+77+219=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #404DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404DDB is #BFB224. Grayscale: #585858. Windows color (decimal): -12562981 or 14372160. OLE color: 14372160.
HSL color Cylindrical-coordinate representation of color #404DDB: hue angle of 234.97º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #404DDB is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 77 | 219 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.14 |
| HSL | 234.97º | 0.68% | 0.55% | - |
| HSV(B) | 234.97º | 0.71% | 0.86% | - |
| XYZ | 17.55 | 11.51 | 68.31 | - |
| YUV | 89.3 | 201.19 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 219 | 0.71 | 0.65 | 0 | 0.14 | 234.97 | 0.68 | 0.55 |
| Hex | 40 | 4D | DB | 47 | 41 | 0 | E | EB | 44 | 37 |
| Octal | 100 | 115 | 333 | 107 | 101 | 0 | 16 | 353 | 104 | 67 |
| Binary | 1000000 | 1001101 | 11011011 | 1000111 | 1000001 | 0 | 1110 | 11101011 | 1000100 | 110111 |
Color Harmonies of #404DDB
Complementary color
Monochromatic Colors of #404DDB
Black with #404DDB
Text Example
Text Example
White with #404DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404DDB; }
p { color: rgb(64,77,219); }
H1.HeaderClassName
{
color: #404DDB;
}
.AnyTagClassName
{
color: #404DDB;
}
</style>
background-color css
<style>
a { background-color: #404DDB; }
a { background-color: rgb(64,77,219); }
div.DivClassName
{
background-color: #404DDB;
}
.BgClassName
{
background-color: #404DDB;
}
</style>
border-color css
<style>
span { border-color: #404DDB; }
span { border-color: rgb(64,77,219); }
td.TdClassName
{
border-color: #404DDB;
}
.TagClassName
{
border-color: #404DDB;
}
</style>