Shades of Free Speech Blue #404CDF
Tints of Free Speech Blue #404CDF
RGB
CMYK
RGB Variations
Color information
#404CDF (or 0x404CDF) is known color: Free Speech Blue. HEX triplet: 40, 4C and DF. RGB value is (64,76,223). Sum of RGB (Red+Green+Blue) = 64+76+223=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #404CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404CDF is #BFB320. Grayscale: #585858. Windows color (decimal): -12563233 or 14634048. OLE color: 14634048.
HSL color Cylindrical-coordinate representation of color #404CDF: hue angle of 235.47º 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 #404CDF is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 76 | 223 | - |
| CMYK | 0.71 | 0.66 | 0 | 0.13 |
| HSL | 235.47º | 0.71% | 0.56% | - |
| HSV(B) | 235.47º | 0.71% | 0.87% | - |
| XYZ | 18.02 | 11.59 | 71.1 | - |
| YUV | 89.17 | 203.52 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 223 | 0.71 | 0.66 | 0 | 0.13 | 235.47 | 0.71 | 0.56 |
| Hex | 40 | 4C | DF | 47 | 42 | 0 | D | EB | 47 | 38 |
| Octal | 100 | 114 | 337 | 107 | 102 | 0 | 15 | 353 | 107 | 70 |
| Binary | 1000000 | 1001100 | 11011111 | 1000111 | 1000010 | 0 | 1101 | 11101011 | 1000111 | 111000 |
Color Harmonies of #404CDF
Complementary color
Monochromatic Colors of #404CDF
Black with #404CDF
Text Example
Text Example
White with #404CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404CDF; }
p { color: rgb(64,76,223); }
H1.HeaderClassName
{
color: #404CDF;
}
.AnyTagClassName
{
color: #404CDF;
}
</style>
background-color css
<style>
a { background-color: #404CDF; }
a { background-color: rgb(64,76,223); }
div.DivClassName
{
background-color: #404CDF;
}
.BgClassName
{
background-color: #404CDF;
}
</style>
border-color css
<style>
span { border-color: #404CDF; }
span { border-color: rgb(64,76,223); }
td.TdClassName
{
border-color: #404CDF;
}
.TagClassName
{
border-color: #404CDF;
}
</style>