Shades of Free Speech Blue #404DDD
Tints of Free Speech Blue #404DDD
RGB
CMYK
RGB Variations
Color information
#404DDD (or 0x404DDD) is known color: Free Speech Blue. HEX triplet: 40, 4D and DD. RGB value is (64,77,221). Sum of RGB (Red+Green+Blue) = 64+77+221=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #404DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404DDD is #BFB222. Grayscale: #585858. Windows color (decimal): -12562979 or 14503232. OLE color: 14503232.
HSL color Cylindrical-coordinate representation of color #404DDD: hue angle of 235.03º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #404DDD is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 77 | 221 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.13 |
| HSL | 235.03º | 0.7% | 0.56% | - |
| HSV(B) | 235.03º | 0.71% | 0.87% | - |
| XYZ | 17.82 | 11.62 | 69.71 | - |
| YUV | 89.53 | 202.19 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 221 | 0.71 | 0.65 | 0 | 0.13 | 235.03 | 0.7 | 0.56 |
| Hex | 40 | 4D | DD | 47 | 41 | 0 | D | EB | 46 | 38 |
| Octal | 100 | 115 | 335 | 107 | 101 | 0 | 15 | 353 | 106 | 70 |
| Binary | 1000000 | 1001101 | 11011101 | 1000111 | 1000001 | 0 | 1101 | 11101011 | 1000110 | 111000 |
Color Harmonies of #404DDD
Complementary color
Monochromatic Colors of #404DDD
Black with #404DDD
Text Example
Text Example
White with #404DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404DDD; }
p { color: rgb(64,77,221); }
H1.HeaderClassName
{
color: #404DDD;
}
.AnyTagClassName
{
color: #404DDD;
}
</style>
background-color css
<style>
a { background-color: #404DDD; }
a { background-color: rgb(64,77,221); }
div.DivClassName
{
background-color: #404DDD;
}
.BgClassName
{
background-color: #404DDD;
}
</style>
border-color css
<style>
span { border-color: #404DDD; }
span { border-color: rgb(64,77,221); }
td.TdClassName
{
border-color: #404DDD;
}
.TagClassName
{
border-color: #404DDD;
}
</style>