Shades of Free Speech Blue #404FDB
Tints of Free Speech Blue #404FDB
RGB
CMYK
RGB Variations
Color information
#404FDB (or 0x404FDB) is known color: Free Speech Blue. HEX triplet: 40, 4F and DB. RGB value is (64,79,219). Sum of RGB (Red+Green+Blue) = 64+79+219=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #404FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404FDB is #BFB024. Grayscale: #595959. Windows color (decimal): -12562469 or 14372672. OLE color: 14372672.
HSL color Cylindrical-coordinate representation of color #404FDB: hue angle of 234.19º 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 #404FDB is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 79 | 219 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.14 |
| HSL | 234.19º | 0.68% | 0.55% | - |
| HSV(B) | 234.19º | 0.71% | 0.86% | - |
| XYZ | 17.7 | 11.8 | 68.36 | - |
| YUV | 90.48 | 200.53 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 219 | 0.71 | 0.64 | 0 | 0.14 | 234.19 | 0.68 | 0.55 |
| Hex | 40 | 4F | DB | 47 | 40 | 0 | E | EA | 44 | 37 |
| Octal | 100 | 117 | 333 | 107 | 100 | 0 | 16 | 352 | 104 | 67 |
| Binary | 1000000 | 1001111 | 11011011 | 1000111 | 1000000 | 0 | 1110 | 11101010 | 1000100 | 110111 |
Color Harmonies of #404FDB
Complementary color
Monochromatic Colors of #404FDB
Black with #404FDB
Text Example
Text Example
White with #404FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404FDB; }
p { color: rgb(64,79,219); }
H1.HeaderClassName
{
color: #404FDB;
}
.AnyTagClassName
{
color: #404FDB;
}
</style>
background-color css
<style>
a { background-color: #404FDB; }
a { background-color: rgb(64,79,219); }
div.DivClassName
{
background-color: #404FDB;
}
.BgClassName
{
background-color: #404FDB;
}
</style>
border-color css
<style>
span { border-color: #404FDB; }
span { border-color: rgb(64,79,219); }
td.TdClassName
{
border-color: #404FDB;
}
.TagClassName
{
border-color: #404FDB;
}
</style>