Shades of Free Speech Blue #404FC0
Tints of Free Speech Blue #404FC0
RGB
CMYK
RGB Variations
Color information
#404FC0 (or 0x404FC0) is known color: Free Speech Blue. HEX triplet: 40, 4F and C0. RGB value is (64,79,192). Sum of RGB (Red+Green+Blue) = 64+79+192=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 192 (75.39% from 255 or 57.31% from 335); Max value from RGB is 192 - color contains mainly: blue. Hex color #404FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404FC0 is #BFB03F. Grayscale: #565656. Windows color (decimal): -12562496 or 12603200. OLE color: 12603200.
HSL color Cylindrical-coordinate representation of color #404FC0: hue angle of 232.97º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #404FC0 is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 79 | 192 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.25 |
| HSL | 232.97º | 0.5% | 0.5% | - |
| HSV(B) | 232.97º | 0.67% | 0.75% | - |
| XYZ | 14.42 | 10.49 | 51.13 | - |
| YUV | 87.4 | 187.03 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 192 | 0.67 | 0.59 | 0 | 0.25 | 232.97 | 0.5 | 0.5 |
| Hex | 40 | 4F | C0 | 43 | 3B | 0 | 19 | E9 | 32 | 32 |
| Octal | 100 | 117 | 300 | 103 | 73 | 0 | 31 | 351 | 62 | 62 |
| Binary | 1000000 | 1001111 | 11000000 | 1000011 | 111011 | 0 | 11001 | 11101001 | 110010 | 110010 |
Color Harmonies of #404FC0
Complementary color
Monochromatic Colors of #404FC0
Black with #404FC0
Text Example
Text Example
White with #404FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404FC0; }
p { color: rgb(64,79,192); }
H1.HeaderClassName
{
color: #404FC0;
}
.AnyTagClassName
{
color: #404FC0;
}
</style>
background-color css
<style>
a { background-color: #404FC0; }
a { background-color: rgb(64,79,192); }
div.DivClassName
{
background-color: #404FC0;
}
.BgClassName
{
background-color: #404FC0;
}
</style>
border-color css
<style>
span { border-color: #404FC0; }
span { border-color: rgb(64,79,192); }
td.TdClassName
{
border-color: #404FC0;
}
.TagClassName
{
border-color: #404FC0;
}
</style>