Shades of Free Speech Blue #416CC5
Tints of Free Speech Blue #416CC5
RGB
CMYK
RGB Variations
Color information
#416CC5 (or 0x416CC5) is known color: Free Speech Blue. HEX triplet: 41, 6C and C5. RGB value is (65,108,197). Sum of RGB (Red+Green+Blue) = 65+108+197=370 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.57% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 197 (77.34% from 255 or 53.24% from 370); Max value from RGB is 197 - color contains mainly: blue. Hex color #416CC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416CC5 is #BE933A. Grayscale: #686868. Windows color (decimal): -12489531 or 12938305. OLE color: 12938305.
HSL color Cylindrical-coordinate representation of color #416CC5: hue angle of 220.45º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #416CC5 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 108 | 197 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.23 |
| HSL | 220.45º | 0.53% | 0.51% | - |
| HSV(B) | 220.45º | 0.67% | 0.77% | - |
| XYZ | 17.62 | 15.88 | 54.96 | - |
| YUV | 105.29 | 179.75 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 197 | 0.67 | 0.45 | 0 | 0.23 | 220.45 | 0.53 | 0.51 |
| Hex | 41 | 6C | C5 | 43 | 2D | 0 | 17 | DC | 35 | 33 |
| Octal | 101 | 154 | 305 | 103 | 55 | 0 | 27 | 334 | 65 | 63 |
| Binary | 1000001 | 1101100 | 11000101 | 1000011 | 101101 | 0 | 10111 | 11011100 | 110101 | 110011 |
Color Harmonies of #416CC5
Complementary color
Monochromatic Colors of #416CC5
Black with #416CC5
Text Example
Text Example
White with #416CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416CC5; }
p { color: rgb(65,108,197); }
H1.HeaderClassName
{
color: #416CC5;
}
.AnyTagClassName
{
color: #416CC5;
}
</style>
background-color css
<style>
a { background-color: #416CC5; }
a { background-color: rgb(65,108,197); }
div.DivClassName
{
background-color: #416CC5;
}
.BgClassName
{
background-color: #416CC5;
}
</style>
border-color css
<style>
span { border-color: #416CC5; }
span { border-color: rgb(65,108,197); }
td.TdClassName
{
border-color: #416CC5;
}
.TagClassName
{
border-color: #416CC5;
}
</style>