Shades of Free Speech Blue #4147C6
Tints of Free Speech Blue #4147C6
RGB
CMYK
RGB Variations
Color information
#4147C6 (or 0x4147C6) is known color: Free Speech Blue. HEX triplet: 41, 47 and C6. RGB value is (65,71,198). Sum of RGB (Red+Green+Blue) = 65+71+198=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 198 (77.73% from 255 or 59.28% from 334); Max value from RGB is 198 - color contains mainly: blue. Hex color #4147C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4147C6 is #BEB839. Grayscale: #535353. Windows color (decimal): -12499002 or 12994369. OLE color: 12994369.
HSL color Cylindrical-coordinate representation of color #4147C6: hue angle of 237.29º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4147C6 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 71 | 198 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.22 |
| HSL | 237.29º | 0.54% | 0.52% | - |
| HSV(B) | 237.29º | 0.67% | 0.78% | - |
| XYZ | 14.63 | 9.71 | 54.53 | - |
| YUV | 83.68 | 192.51 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 71 | 198 | 0.67 | 0.64 | 0 | 0.22 | 237.29 | 0.54 | 0.52 |
| Hex | 41 | 47 | C6 | 43 | 40 | 0 | 16 | ED | 36 | 34 |
| Octal | 101 | 107 | 306 | 103 | 100 | 0 | 26 | 355 | 66 | 64 |
| Binary | 1000001 | 1000111 | 11000110 | 1000011 | 1000000 | 0 | 10110 | 11101101 | 110110 | 110100 |
Color Harmonies of #4147C6
Complementary color
Monochromatic Colors of #4147C6
Black with #4147C6
Text Example
Text Example
White with #4147C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4147C6; }
p { color: rgb(65,71,198); }
H1.HeaderClassName
{
color: #4147C6;
}
.AnyTagClassName
{
color: #4147C6;
}
</style>
background-color css
<style>
a { background-color: #4147C6; }
a { background-color: rgb(65,71,198); }
div.DivClassName
{
background-color: #4147C6;
}
.BgClassName
{
background-color: #4147C6;
}
</style>
border-color css
<style>
span { border-color: #4147C6; }
span { border-color: rgb(65,71,198); }
td.TdClassName
{
border-color: #4147C6;
}
.TagClassName
{
border-color: #4147C6;
}
</style>