Shades of Free Speech Blue #404BCD
Tints of Free Speech Blue #404BCD
RGB
CMYK
RGB Variations
Color information
#404BCD (or 0x404BCD) is known color: Free Speech Blue. HEX triplet: 40, 4B and CD. RGB value is (64,75,205). Sum of RGB (Red+Green+Blue) = 64+75+205=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #404BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404BCD is #BFB432. Grayscale: #565656. Windows color (decimal): -12563507 or 13454144. OLE color: 13454144.
HSL color Cylindrical-coordinate representation of color #404BCD: hue angle of 235.32º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #404BCD is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 75 | 205 | - |
| CMYK | 0.69 | 0.63 | 0 | 0.20 |
| HSL | 235.32º | 0.59% | 0.53% | - |
| HSV(B) | 235.32º | 0.69% | 0.8% | - |
| XYZ | 15.65 | 10.53 | 58.97 | - |
| YUV | 86.53 | 194.86 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 205 | 0.69 | 0.63 | 0 | 0.20 | 235.32 | 0.59 | 0.53 |
| Hex | 40 | 4B | CD | 45 | 3F | 0 | 14 | EB | 3B | 35 |
| Octal | 100 | 113 | 315 | 105 | 77 | 0 | 24 | 353 | 73 | 65 |
| Binary | 1000000 | 1001011 | 11001101 | 1000101 | 111111 | 0 | 10100 | 11101011 | 111011 | 110101 |
Color Harmonies of #404BCD
Complementary color
Monochromatic Colors of #404BCD
Black with #404BCD
Text Example
Text Example
White with #404BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404BCD; }
p { color: rgb(64,75,205); }
H1.HeaderClassName
{
color: #404BCD;
}
.AnyTagClassName
{
color: #404BCD;
}
</style>
background-color css
<style>
a { background-color: #404BCD; }
a { background-color: rgb(64,75,205); }
div.DivClassName
{
background-color: #404BCD;
}
.BgClassName
{
background-color: #404BCD;
}
</style>
border-color css
<style>
span { border-color: #404BCD; }
span { border-color: rgb(64,75,205); }
td.TdClassName
{
border-color: #404BCD;
}
.TagClassName
{
border-color: #404BCD;
}
</style>