Shades of Free Speech Blue #4146C5
Tints of Free Speech Blue #4146C5
RGB
CMYK
RGB Variations
Color information
#4146C5 (or 0x4146C5) is known color: Free Speech Blue. HEX triplet: 41, 46 and C5. RGB value is (65,70,197). Sum of RGB (Red+Green+Blue) = 65+70+197=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 197 (77.34% from 255 or 59.34% from 332); Max value from RGB is 197 - color contains mainly: blue. Hex color #4146C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4146C5 is #BEB93A. Grayscale: #525252. Windows color (decimal): -12499259 or 12928577. OLE color: 12928577.
HSL color Cylindrical-coordinate representation of color #4146C5: hue angle of 237.73º 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 #4146C5 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 70 | 197 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.23 |
| HSL | 237.73º | 0.53% | 0.51% | - |
| HSV(B) | 237.73º | 0.67% | 0.77% | - |
| XYZ | 14.45 | 9.54 | 53.9 | - |
| YUV | 82.98 | 192.34 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 70 | 197 | 0.67 | 0.64 | 0 | 0.23 | 237.73 | 0.53 | 0.51 |
| Hex | 41 | 46 | C5 | 43 | 40 | 0 | 17 | EE | 35 | 33 |
| Octal | 101 | 106 | 305 | 103 | 100 | 0 | 27 | 356 | 65 | 63 |
| Binary | 1000001 | 1000110 | 11000101 | 1000011 | 1000000 | 0 | 10111 | 11101110 | 110101 | 110011 |
Color Harmonies of #4146C5
Complementary color
Monochromatic Colors of #4146C5
Black with #4146C5
Text Example
Text Example
White with #4146C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4146C5; }
p { color: rgb(65,70,197); }
H1.HeaderClassName
{
color: #4146C5;
}
.AnyTagClassName
{
color: #4146C5;
}
</style>
background-color css
<style>
a { background-color: #4146C5; }
a { background-color: rgb(65,70,197); }
div.DivClassName
{
background-color: #4146C5;
}
.BgClassName
{
background-color: #4146C5;
}
</style>
border-color css
<style>
span { border-color: #4146C5; }
span { border-color: rgb(65,70,197); }
td.TdClassName
{
border-color: #4146C5;
}
.TagClassName
{
border-color: #4146C5;
}
</style>