Shades of Free Speech Blue #404BDE
Tints of Free Speech Blue #404BDE
RGB
CMYK
RGB Variations
Color information
#404BDE (or 0x404BDE) is known color: Free Speech Blue. HEX triplet: 40, 4B and DE. RGB value is (64,75,222). Sum of RGB (Red+Green+Blue) = 64+75+222=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 222 (87.11% from 255 or 61.50% from 361); Max value from RGB is 222 - color contains mainly: blue. Hex color #404BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404BDE is #BFB421. Grayscale: #575757. Windows color (decimal): -12563490 or 14568256. OLE color: 14568256.
HSL color Cylindrical-coordinate representation of color #404BDE: hue angle of 235.82º degrees, saturation: 0.71, 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 #404BDE is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 75 | 222 | - |
| CMYK | 0.71 | 0.66 | 0 | 0.13 |
| HSL | 235.82º | 0.71% | 0.56% | - |
| HSV(B) | 235.82º | 0.71% | 0.87% | - |
| XYZ | 17.82 | 11.4 | 70.37 | - |
| YUV | 88.47 | 203.36 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 222 | 0.71 | 0.66 | 0 | 0.13 | 235.82 | 0.71 | 0.56 |
| Hex | 40 | 4B | DE | 47 | 42 | 0 | D | EC | 47 | 38 |
| Octal | 100 | 113 | 336 | 107 | 102 | 0 | 15 | 354 | 107 | 70 |
| Binary | 1000000 | 1001011 | 11011110 | 1000111 | 1000010 | 0 | 1101 | 11101100 | 1000111 | 111000 |
Color Harmonies of #404BDE
Complementary color
Monochromatic Colors of #404BDE
Black with #404BDE
Text Example
Text Example
White with #404BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404BDE; }
p { color: rgb(64,75,222); }
H1.HeaderClassName
{
color: #404BDE;
}
.AnyTagClassName
{
color: #404BDE;
}
</style>
background-color css
<style>
a { background-color: #404BDE; }
a { background-color: rgb(64,75,222); }
div.DivClassName
{
background-color: #404BDE;
}
.BgClassName
{
background-color: #404BDE;
}
</style>
border-color css
<style>
span { border-color: #404BDE; }
span { border-color: rgb(64,75,222); }
td.TdClassName
{
border-color: #404BDE;
}
.TagClassName
{
border-color: #404BDE;
}
</style>