Shades of Free Speech Blue #416DC1
Tints of Free Speech Blue #416DC1
RGB
CMYK
RGB Variations
Color information
#416DC1 (or 0x416DC1) is known color: Free Speech Blue. HEX triplet: 41, 6D and C1. RGB value is (65,109,193). Sum of RGB (Red+Green+Blue) = 65+109+193=367 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.71% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 193 (75.78% from 255 or 52.59% from 367); Max value from RGB is 193 - color contains mainly: blue. Hex color #416DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416DC1 is #BE923E. Grayscale: #696969. Windows color (decimal): -12489279 or 12676417. OLE color: 12676417.
HSL color Cylindrical-coordinate representation of color #416DC1: hue angle of 219.38º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #416DC1 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 109 | 193 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.24 |
| HSL | 219.38º | 0.51% | 0.51% | - |
| HSV(B) | 219.38º | 0.66% | 0.76% | - |
| XYZ | 17.27 | 15.91 | 52.61 | - |
| YUV | 105.42 | 177.42 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 109 | 193 | 0.66 | 0.44 | 0 | 0.24 | 219.38 | 0.51 | 0.51 |
| Hex | 41 | 6D | C1 | 42 | 2C | 0 | 18 | DB | 33 | 33 |
| Octal | 101 | 155 | 301 | 102 | 54 | 0 | 30 | 333 | 63 | 63 |
| Binary | 1000001 | 1101101 | 11000001 | 1000010 | 101100 | 0 | 11000 | 11011011 | 110011 | 110011 |
Color Harmonies of #416DC1
Complementary color
Monochromatic Colors of #416DC1
Black with #416DC1
Text Example
Text Example
White with #416DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416DC1; }
p { color: rgb(65,109,193); }
H1.HeaderClassName
{
color: #416DC1;
}
.AnyTagClassName
{
color: #416DC1;
}
</style>
background-color css
<style>
a { background-color: #416DC1; }
a { background-color: rgb(65,109,193); }
div.DivClassName
{
background-color: #416DC1;
}
.BgClassName
{
background-color: #416DC1;
}
</style>
border-color css
<style>
span { border-color: #416DC1; }
span { border-color: rgb(65,109,193); }
td.TdClassName
{
border-color: #416DC1;
}
.TagClassName
{
border-color: #416DC1;
}
</style>