Shades of Free Speech Blue #416BC4
Tints of Free Speech Blue #416BC4
RGB
CMYK
RGB Variations
Color information
#416BC4 (or 0x416BC4) is known color: Free Speech Blue. HEX triplet: 41, 6B and C4. RGB value is (65,107,196). Sum of RGB (Red+Green+Blue) = 65+107+196=368 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.66% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 196 (76.95% from 255 or 53.26% from 368); Max value from RGB is 196 - color contains mainly: blue. Hex color #416BC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416BC4 is #BE943B. Grayscale: #686868. Windows color (decimal): -12489788 or 12872513. OLE color: 12872513.
HSL color Cylindrical-coordinate representation of color #416BC4: hue angle of 220.76º 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 #416BC4 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 107 | 196 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.23 |
| HSL | 220.76º | 0.53% | 0.51% | - |
| HSV(B) | 220.76º | 0.67% | 0.77% | - |
| XYZ | 17.4 | 15.62 | 54.32 | - |
| YUV | 104.59 | 179.59 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 107 | 196 | 0.67 | 0.45 | 0 | 0.23 | 220.76 | 0.53 | 0.51 |
| Hex | 41 | 6B | C4 | 43 | 2D | 0 | 17 | DD | 35 | 33 |
| Octal | 101 | 153 | 304 | 103 | 55 | 0 | 27 | 335 | 65 | 63 |
| Binary | 1000001 | 1101011 | 11000100 | 1000011 | 101101 | 0 | 10111 | 11011101 | 110101 | 110011 |
Color Harmonies of #416BC4
Complementary color
Monochromatic Colors of #416BC4
Black with #416BC4
Text Example
Text Example
White with #416BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416BC4; }
p { color: rgb(65,107,196); }
H1.HeaderClassName
{
color: #416BC4;
}
.AnyTagClassName
{
color: #416BC4;
}
</style>
background-color css
<style>
a { background-color: #416BC4; }
a { background-color: rgb(65,107,196); }
div.DivClassName
{
background-color: #416BC4;
}
.BgClassName
{
background-color: #416BC4;
}
</style>
border-color css
<style>
span { border-color: #416BC4; }
span { border-color: rgb(65,107,196); }
td.TdClassName
{
border-color: #416BC4;
}
.TagClassName
{
border-color: #416BC4;
}
</style>