Shades of Free Speech Blue #414EC0
Tints of Free Speech Blue #414EC0
RGB
CMYK
RGB Variations
Color information
#414EC0 (or 0x414EC0) is known color: Free Speech Blue. HEX triplet: 41, 4E and C0. RGB value is (65,78,192). Sum of RGB (Red+Green+Blue) = 65+78+192=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 78 (30.86% from 255 or 23.28% 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 #414EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414EC0 is #BEB13F. Grayscale: #565656. Windows color (decimal): -12497216 or 12602945. OLE color: 12602945.
HSL color Cylindrical-coordinate representation of color #414EC0: hue angle of 233.86º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #414EC0 is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 78 | 192 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.25 |
| HSL | 233.86º | 0.5% | 0.5% | - |
| HSV(B) | 233.86º | 0.66% | 0.75% | - |
| XYZ | 14.42 | 10.38 | 51.11 | - |
| YUV | 87.11 | 187.19 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 78 | 192 | 0.66 | 0.59 | 0 | 0.25 | 233.86 | 0.5 | 0.5 |
| Hex | 41 | 4E | C0 | 42 | 3B | 0 | 19 | EA | 32 | 32 |
| Octal | 101 | 116 | 300 | 102 | 73 | 0 | 31 | 352 | 62 | 62 |
| Binary | 1000001 | 1001110 | 11000000 | 1000010 | 111011 | 0 | 11001 | 11101010 | 110010 | 110010 |
Color Harmonies of #414EC0
Complementary color
Monochromatic Colors of #414EC0
Black with #414EC0
Text Example
Text Example
White with #414EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414EC0; }
p { color: rgb(65,78,192); }
H1.HeaderClassName
{
color: #414EC0;
}
.AnyTagClassName
{
color: #414EC0;
}
</style>
background-color css
<style>
a { background-color: #414EC0; }
a { background-color: rgb(65,78,192); }
div.DivClassName
{
background-color: #414EC0;
}
.BgClassName
{
background-color: #414EC0;
}
</style>
border-color css
<style>
span { border-color: #414EC0; }
span { border-color: rgb(65,78,192); }
td.TdClassName
{
border-color: #414EC0;
}
.TagClassName
{
border-color: #414EC0;
}
</style>