Shades of Free Speech Blue #416DBF
Tints of Free Speech Blue #416DBF
RGB
CMYK
RGB Variations
Color information
#416DBF (or 0x416DBF) is known color: Free Speech Blue. HEX triplet: 41, 6D and BF. RGB value is (65,109,191). Sum of RGB (Red+Green+Blue) = 65+109+191=365 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.81% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #416DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416DBF is #BE9240. Grayscale: #686868. Windows color (decimal): -12489281 or 12545345. OLE color: 12545345.
HSL color Cylindrical-coordinate representation of color #416DBF: hue angle of 219.05º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #416DBF is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 109 | 191 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.25 |
| HSL | 219.05º | 0.5% | 0.5% | - |
| HSV(B) | 219.05º | 0.66% | 0.75% | - |
| XYZ | 17.05 | 15.82 | 51.45 | - |
| YUV | 105.19 | 176.42 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 109 | 191 | 0.66 | 0.43 | 0 | 0.25 | 219.05 | 0.5 | 0.5 |
| Hex | 41 | 6D | BF | 42 | 2B | 0 | 19 | DB | 32 | 32 |
| Octal | 101 | 155 | 277 | 102 | 53 | 0 | 31 | 333 | 62 | 62 |
| Binary | 1000001 | 1101101 | 10111111 | 1000010 | 101011 | 0 | 11001 | 11011011 | 110010 | 110010 |
Color Harmonies of #416DBF
Complementary color
Monochromatic Colors of #416DBF
Black with #416DBF
Text Example
Text Example
White with #416DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416DBF; }
p { color: rgb(65,109,191); }
H1.HeaderClassName
{
color: #416DBF;
}
.AnyTagClassName
{
color: #416DBF;
}
</style>
background-color css
<style>
a { background-color: #416DBF; }
a { background-color: rgb(65,109,191); }
div.DivClassName
{
background-color: #416DBF;
}
.BgClassName
{
background-color: #416DBF;
}
</style>
border-color css
<style>
span { border-color: #416DBF; }
span { border-color: rgb(65,109,191); }
td.TdClassName
{
border-color: #416DBF;
}
.TagClassName
{
border-color: #416DBF;
}
</style>