Shades of Free Speech Blue #414EC9
Tints of Free Speech Blue #414EC9
RGB
CMYK
RGB Variations
Color information
#414EC9 (or 0x414EC9) is known color: Free Speech Blue. HEX triplet: 41, 4E and C9. RGB value is (65,78,201). Sum of RGB (Red+Green+Blue) = 65+78+201=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 201 (78.91% from 255 or 58.43% from 344); Max value from RGB is 201 - color contains mainly: blue. Hex color #414EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414EC9 is #BEB136. Grayscale: #575757. Windows color (decimal): -12497207 or 13192769. OLE color: 13192769.
HSL color Cylindrical-coordinate representation of color #414EC9: hue angle of 234.26º 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 #414EC9 is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 78 | 201 | - |
| CMYK | 0.68 | 0.61 | 0 | 0.21 |
| HSL | 234.26º | 0.56% | 0.52% | - |
| HSV(B) | 234.26º | 0.68% | 0.79% | - |
| XYZ | 15.45 | 10.79 | 56.53 | - |
| YUV | 88.14 | 191.69 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 78 | 201 | 0.68 | 0.61 | 0 | 0.21 | 234.26 | 0.56 | 0.52 |
| Hex | 41 | 4E | C9 | 44 | 3D | 0 | 15 | EA | 38 | 34 |
| Octal | 101 | 116 | 311 | 104 | 75 | 0 | 25 | 352 | 70 | 64 |
| Binary | 1000001 | 1001110 | 11001001 | 1000100 | 111101 | 0 | 10101 | 11101010 | 111000 | 110100 |
Color Harmonies of #414EC9
Complementary color
Monochromatic Colors of #414EC9
Black with #414EC9
Text Example
Text Example
White with #414EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414EC9; }
p { color: rgb(65,78,201); }
H1.HeaderClassName
{
color: #414EC9;
}
.AnyTagClassName
{
color: #414EC9;
}
</style>
background-color css
<style>
a { background-color: #414EC9; }
a { background-color: rgb(65,78,201); }
div.DivClassName
{
background-color: #414EC9;
}
.BgClassName
{
background-color: #414EC9;
}
</style>
border-color css
<style>
span { border-color: #414EC9; }
span { border-color: rgb(65,78,201); }
td.TdClassName
{
border-color: #414EC9;
}
.TagClassName
{
border-color: #414EC9;
}
</style>