Shades of Free Speech Blue #414EC6
Tints of Free Speech Blue #414EC6
RGB
CMYK
RGB Variations
Color information
#414EC6 (or 0x414EC6) is known color: Free Speech Blue. HEX triplet: 41, 4E and C6. RGB value is (65,78,198). Sum of RGB (Red+Green+Blue) = 65+78+198=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 198 (77.73% from 255 or 58.06% from 341); Max value from RGB is 198 - color contains mainly: blue. Hex color #414EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414EC6 is #BEB139. Grayscale: #575757. Windows color (decimal): -12497210 or 12996161. OLE color: 12996161.
HSL color Cylindrical-coordinate representation of color #414EC6: hue angle of 234.14º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #414EC6 is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 78 | 198 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.22 |
| HSL | 234.14º | 0.54% | 0.52% | - |
| HSV(B) | 234.14º | 0.67% | 0.78% | - |
| XYZ | 15.1 | 10.65 | 54.69 | - |
| YUV | 87.79 | 190.19 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 78 | 198 | 0.67 | 0.61 | 0 | 0.22 | 234.14 | 0.54 | 0.52 |
| Hex | 41 | 4E | C6 | 43 | 3D | 0 | 16 | EA | 36 | 34 |
| Octal | 101 | 116 | 306 | 103 | 75 | 0 | 26 | 352 | 66 | 64 |
| Binary | 1000001 | 1001110 | 11000110 | 1000011 | 111101 | 0 | 10110 | 11101010 | 110110 | 110100 |
Color Harmonies of #414EC6
Complementary color
Monochromatic Colors of #414EC6
Black with #414EC6
Text Example
Text Example
White with #414EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414EC6; }
p { color: rgb(65,78,198); }
H1.HeaderClassName
{
color: #414EC6;
}
.AnyTagClassName
{
color: #414EC6;
}
</style>
background-color css
<style>
a { background-color: #414EC6; }
a { background-color: rgb(65,78,198); }
div.DivClassName
{
background-color: #414EC6;
}
.BgClassName
{
background-color: #414EC6;
}
</style>
border-color css
<style>
span { border-color: #414EC6; }
span { border-color: rgb(65,78,198); }
td.TdClassName
{
border-color: #414EC6;
}
.TagClassName
{
border-color: #414EC6;
}
</style>