Shades of Free Speech Blue #404FDE
Tints of Free Speech Blue #404FDE
RGB
CMYK
RGB Variations
Color information
#404FDE (or 0x404FDE) is known color: Free Speech Blue. HEX triplet: 40, 4F and DE. RGB value is (64,79,222). Sum of RGB (Red+Green+Blue) = 64+79+222=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 222 (87.11% from 255 or 60.82% from 365); Max value from RGB is 222 - color contains mainly: blue. Hex color #404FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404FDE is #BFB021. Grayscale: #5A5A5A. Windows color (decimal): -12562466 or 14569280. OLE color: 14569280.
HSL color Cylindrical-coordinate representation of color #404FDE: hue angle of 234.3º 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 #404FDE is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 79 | 222 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.13 |
| HSL | 234.3º | 0.71% | 0.56% | - |
| HSV(B) | 234.3º | 0.71% | 0.87% | - |
| XYZ | 18.1 | 11.96 | 70.46 | - |
| YUV | 90.82 | 202.03 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 222 | 0.71 | 0.64 | 0 | 0.13 | 234.3 | 0.71 | 0.56 |
| Hex | 40 | 4F | DE | 47 | 40 | 0 | D | EA | 47 | 38 |
| Octal | 100 | 117 | 336 | 107 | 100 | 0 | 15 | 352 | 107 | 70 |
| Binary | 1000000 | 1001111 | 11011110 | 1000111 | 1000000 | 0 | 1101 | 11101010 | 1000111 | 111000 |
Color Harmonies of #404FDE
Complementary color
Monochromatic Colors of #404FDE
Black with #404FDE
Text Example
Text Example
White with #404FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404FDE; }
p { color: rgb(64,79,222); }
H1.HeaderClassName
{
color: #404FDE;
}
.AnyTagClassName
{
color: #404FDE;
}
</style>
background-color css
<style>
a { background-color: #404FDE; }
a { background-color: rgb(64,79,222); }
div.DivClassName
{
background-color: #404FDE;
}
.BgClassName
{
background-color: #404FDE;
}
</style>
border-color css
<style>
span { border-color: #404FDE; }
span { border-color: rgb(64,79,222); }
td.TdClassName
{
border-color: #404FDE;
}
.TagClassName
{
border-color: #404FDE;
}
</style>