Shades of Free Speech Blue #404DC9
Tints of Free Speech Blue #404DC9
RGB
CMYK
RGB Variations
Color information
#404DC9 (or 0x404DC9) is known color: Free Speech Blue. HEX triplet: 40, 4D and C9. RGB value is (64,77,201). Sum of RGB (Red+Green+Blue) = 64+77+201=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 201 (78.91% from 255 or 58.77% from 342); Max value from RGB is 201 - color contains mainly: blue. Hex color #404DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404DC9 is #BFB236. Grayscale: #565656. Windows color (decimal): -12562999 or 13192512. OLE color: 13192512.
HSL color Cylindrical-coordinate representation of color #404DC9: hue angle of 234.31º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #404DC9 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 77 | 201 | - |
| CMYK | 0.68 | 0.62 | 0 | 0.21 |
| HSL | 234.31º | 0.56% | 0.52% | - |
| HSV(B) | 234.31º | 0.68% | 0.79% | - |
| XYZ | 15.31 | 10.61 | 56.5 | - |
| YUV | 87.25 | 192.19 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 201 | 0.68 | 0.62 | 0 | 0.21 | 234.31 | 0.56 | 0.52 |
| Hex | 40 | 4D | C9 | 44 | 3E | 0 | 15 | EA | 38 | 34 |
| Octal | 100 | 115 | 311 | 104 | 76 | 0 | 25 | 352 | 70 | 64 |
| Binary | 1000000 | 1001101 | 11001001 | 1000100 | 111110 | 0 | 10101 | 11101010 | 111000 | 110100 |
Color Harmonies of #404DC9
Complementary color
Monochromatic Colors of #404DC9
Black with #404DC9
Text Example
Text Example
White with #404DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404DC9; }
p { color: rgb(64,77,201); }
H1.HeaderClassName
{
color: #404DC9;
}
.AnyTagClassName
{
color: #404DC9;
}
</style>
background-color css
<style>
a { background-color: #404DC9; }
a { background-color: rgb(64,77,201); }
div.DivClassName
{
background-color: #404DC9;
}
.BgClassName
{
background-color: #404DC9;
}
</style>
border-color css
<style>
span { border-color: #404DC9; }
span { border-color: rgb(64,77,201); }
td.TdClassName
{
border-color: #404DC9;
}
.TagClassName
{
border-color: #404DC9;
}
</style>