Shades of Free Speech Blue #404BDD
Tints of Free Speech Blue #404BDD
RGB
CMYK
RGB Variations
Color information
#404BDD (or 0x404BDD) is known color: Free Speech Blue. HEX triplet: 40, 4B and DD. RGB value is (64,75,221). Sum of RGB (Red+Green+Blue) = 64+75+221=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #404BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404BDD is #BFB422. Grayscale: #575757. Windows color (decimal): -12563491 or 14502720. OLE color: 14502720.
HSL color Cylindrical-coordinate representation of color #404BDD: hue angle of 235.8º 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 #404BDD is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 75 | 221 | - |
| CMYK | 0.71 | 0.66 | 0 | 0.13 |
| HSL | 235.8º | 0.7% | 0.56% | - |
| HSV(B) | 235.8º | 0.71% | 0.87% | - |
| XYZ | 17.68 | 11.34 | 69.66 | - |
| YUV | 88.36 | 202.86 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 221 | 0.71 | 0.66 | 0 | 0.13 | 235.8 | 0.7 | 0.56 |
| Hex | 40 | 4B | DD | 47 | 42 | 0 | D | EC | 46 | 38 |
| Octal | 100 | 113 | 335 | 107 | 102 | 0 | 15 | 354 | 106 | 70 |
| Binary | 1000000 | 1001011 | 11011101 | 1000111 | 1000010 | 0 | 1101 | 11101100 | 1000110 | 111000 |
Color Harmonies of #404BDD
Complementary color
Monochromatic Colors of #404BDD
Black with #404BDD
Text Example
Text Example
White with #404BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404BDD; }
p { color: rgb(64,75,221); }
H1.HeaderClassName
{
color: #404BDD;
}
.AnyTagClassName
{
color: #404BDD;
}
</style>
background-color css
<style>
a { background-color: #404BDD; }
a { background-color: rgb(64,75,221); }
div.DivClassName
{
background-color: #404BDD;
}
.BgClassName
{
background-color: #404BDD;
}
</style>
border-color css
<style>
span { border-color: #404BDD; }
span { border-color: rgb(64,75,221); }
td.TdClassName
{
border-color: #404BDD;
}
.TagClassName
{
border-color: #404BDD;
}
</style>