Shades of Free Speech Blue #414AD1
Tints of Free Speech Blue #414AD1
RGB
CMYK
RGB Variations
Color information
#414AD1 (or 0x414AD1) is known color: Free Speech Blue. HEX triplet: 41, 4A and D1. RGB value is (65,74,209). Sum of RGB (Red+Green+Blue) = 65+74+209=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 209 (82.03% from 255 or 60.06% from 348); Max value from RGB is 209 - color contains mainly: blue. Hex color #414AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414AD1 is #BEB52E. Grayscale: #565656. Windows color (decimal): -12498223 or 13716033. OLE color: 13716033.
HSL color Cylindrical-coordinate representation of color #414AD1: hue angle of 236.25º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #414AD1 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 74 | 209 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.18 |
| HSL | 236.25º | 0.61% | 0.54% | - |
| HSV(B) | 236.25º | 0.69% | 0.82% | - |
| XYZ | 16.14 | 10.62 | 61.52 | - |
| YUV | 86.7 | 197.02 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 74 | 209 | 0.69 | 0.65 | 0 | 0.18 | 236.25 | 0.61 | 0.54 |
| Hex | 41 | 4A | D1 | 45 | 41 | 0 | 12 | EC | 3D | 36 |
| Octal | 101 | 112 | 321 | 105 | 101 | 0 | 22 | 354 | 75 | 66 |
| Binary | 1000001 | 1001010 | 11010001 | 1000101 | 1000001 | 0 | 10010 | 11101100 | 111101 | 110110 |
Color Harmonies of #414AD1
Complementary color
Monochromatic Colors of #414AD1
Black with #414AD1
Text Example
Text Example
White with #414AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414AD1; }
p { color: rgb(65,74,209); }
H1.HeaderClassName
{
color: #414AD1;
}
.AnyTagClassName
{
color: #414AD1;
}
</style>
background-color css
<style>
a { background-color: #414AD1; }
a { background-color: rgb(65,74,209); }
div.DivClassName
{
background-color: #414AD1;
}
.BgClassName
{
background-color: #414AD1;
}
</style>
border-color css
<style>
span { border-color: #414AD1; }
span { border-color: rgb(65,74,209); }
td.TdClassName
{
border-color: #414AD1;
}
.TagClassName
{
border-color: #414AD1;
}
</style>