Shades of Free Speech Blue #414ED3
Tints of Free Speech Blue #414ED3
RGB
CMYK
RGB Variations
Color information
#414ED3 (or 0x414ED3) is known color: Free Speech Blue. HEX triplet: 41, 4E and D3. RGB value is (65,78,211). Sum of RGB (Red+Green+Blue) = 65+78+211=354 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.36% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 211 (82.81% from 255 or 59.60% from 354); Max value from RGB is 211 - color contains mainly: blue. Hex color #414ED3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414ED3 is #BEB12C. Grayscale: #585858. Windows color (decimal): -12497197 or 13848129. OLE color: 13848129.
HSL color Cylindrical-coordinate representation of color #414ED3: hue angle of 234.66º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #414ED3 is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 65 | 78 | 211 | - |
| CMYK | 0.69 | 0.63 | 0 | 0.17 |
| HSL | 234.66º | 0.62% | 0.54% | - |
| HSV(B) | 234.66º | 0.69% | 0.83% | - |
| XYZ | 16.66 | 11.28 | 62.93 | - |
| YUV | 89.28 | 196.69 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 78 | 211 | 0.69 | 0.63 | 0 | 0.17 | 234.66 | 0.62 | 0.54 |
| Hex | 41 | 4E | D3 | 45 | 3F | 0 | 11 | EB | 3E | 36 |
| Octal | 101 | 116 | 323 | 105 | 77 | 0 | 21 | 353 | 76 | 66 |
| Binary | 1000001 | 1001110 | 11010011 | 1000101 | 111111 | 0 | 10001 | 11101011 | 111110 | 110110 |
Color Harmonies of #414ED3
Complementary color
Monochromatic Colors of #414ED3
Black with #414ED3
Text Example
Text Example
White with #414ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414ED3; }
p { color: rgb(65,78,211); }
H1.HeaderClassName
{
color: #414ED3;
}
.AnyTagClassName
{
color: #414ED3;
}
</style>
background-color css
<style>
a { background-color: #414ED3; }
a { background-color: rgb(65,78,211); }
div.DivClassName
{
background-color: #414ED3;
}
.BgClassName
{
background-color: #414ED3;
}
</style>
border-color css
<style>
span { border-color: #414ED3; }
span { border-color: rgb(65,78,211); }
td.TdClassName
{
border-color: #414ED3;
}
.TagClassName
{
border-color: #414ED3;
}
</style>