Shades of Free Speech Blue #404DBD
Tints of Free Speech Blue #404DBD
RGB
CMYK
RGB Variations
Color information
#404DBD (or 0x404DBD) is known color: Free Speech Blue. HEX triplet: 40, 4D and BD. RGB value is (64,77,189). Sum of RGB (Red+Green+Blue) = 64+77+189=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #404DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404DBD is #BFB242. Grayscale: #555555. Windows color (decimal): -12563011 or 12406080. OLE color: 12406080.
HSL color Cylindrical-coordinate representation of color #404DBD: hue angle of 233.76º 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 #404DBD is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 77 | 189 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.26 |
| HSL | 233.76º | 0.49% | 0.5% | - |
| HSV(B) | 233.76º | 0.66% | 0.74% | - |
| XYZ | 13.95 | 10.07 | 49.35 | - |
| YUV | 85.88 | 186.19 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 189 | 0.66 | 0.59 | 0 | 0.26 | 233.76 | 0.49 | 0.5 |
| Hex | 40 | 4D | BD | 42 | 3B | 0 | 1A | EA | 31 | 32 |
| Octal | 100 | 115 | 275 | 102 | 73 | 0 | 32 | 352 | 61 | 62 |
| Binary | 1000000 | 1001101 | 10111101 | 1000010 | 111011 | 0 | 11010 | 11101010 | 110001 | 110010 |
Color Harmonies of #404DBD
Complementary color
Monochromatic Colors of #404DBD
Black with #404DBD
Text Example
Text Example
White with #404DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404DBD; }
p { color: rgb(64,77,189); }
H1.HeaderClassName
{
color: #404DBD;
}
.AnyTagClassName
{
color: #404DBD;
}
</style>
background-color css
<style>
a { background-color: #404DBD; }
a { background-color: rgb(64,77,189); }
div.DivClassName
{
background-color: #404DBD;
}
.BgClassName
{
background-color: #404DBD;
}
</style>
border-color css
<style>
span { border-color: #404DBD; }
span { border-color: rgb(64,77,189); }
td.TdClassName
{
border-color: #404DBD;
}
.TagClassName
{
border-color: #404DBD;
}
</style>