Shades of Free Speech Blue #404EBD
Tints of Free Speech Blue #404EBD
RGB
CMYK
RGB Variations
Color information
#404EBD (or 0x404EBD) is known color: Free Speech Blue. HEX triplet: 40, 4E and BD. RGB value is (64,78,189). Sum of RGB (Red+Green+Blue) = 64+78+189=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #404EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404EBD is #BFB142. Grayscale: #565656. Windows color (decimal): -12562755 or 12406336. OLE color: 12406336.
HSL color Cylindrical-coordinate representation of color #404EBD: hue angle of 233.28º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #404EBD is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 78 | 189 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.26 |
| HSL | 233.28º | 0.49% | 0.5% | - |
| HSV(B) | 233.28º | 0.66% | 0.74% | - |
| XYZ | 14.02 | 10.21 | 49.38 | - |
| YUV | 86.47 | 185.86 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 189 | 0.66 | 0.59 | 0 | 0.26 | 233.28 | 0.49 | 0.5 |
| Hex | 40 | 4E | BD | 42 | 3B | 0 | 1A | E9 | 31 | 32 |
| Octal | 100 | 116 | 275 | 102 | 73 | 0 | 32 | 351 | 61 | 62 |
| Binary | 1000000 | 1001110 | 10111101 | 1000010 | 111011 | 0 | 11010 | 11101001 | 110001 | 110010 |
Color Harmonies of #404EBD
Complementary color
Monochromatic Colors of #404EBD
Black with #404EBD
Text Example
Text Example
White with #404EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404EBD; }
p { color: rgb(64,78,189); }
H1.HeaderClassName
{
color: #404EBD;
}
.AnyTagClassName
{
color: #404EBD;
}
</style>
background-color css
<style>
a { background-color: #404EBD; }
a { background-color: rgb(64,78,189); }
div.DivClassName
{
background-color: #404EBD;
}
.BgClassName
{
background-color: #404EBD;
}
</style>
border-color css
<style>
span { border-color: #404EBD; }
span { border-color: rgb(64,78,189); }
td.TdClassName
{
border-color: #404EBD;
}
.TagClassName
{
border-color: #404EBD;
}
</style>