Shades of Free Speech Blue #4147DF
Tints of Free Speech Blue #4147DF
RGB
CMYK
RGB Variations
Color information
#4147DF (or 0x4147DF) is known color: Free Speech Blue. HEX triplet: 41, 47 and DF. RGB value is (65,71,223). Sum of RGB (Red+Green+Blue) = 65+71+223=359 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.11% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #4147DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4147DF is #BEB820. Grayscale: #555555. Windows color (decimal): -12498977 or 14632769. OLE color: 14632769.
HSL color Cylindrical-coordinate representation of color #4147DF: hue angle of 237.72º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4147DF is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 71 | 223 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.13 |
| HSL | 237.72º | 0.71% | 0.56% | - |
| HSV(B) | 237.72º | 0.71% | 0.87% | - |
| XYZ | 17.75 | 10.96 | 70.99 | - |
| YUV | 86.53 | 205.01 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 71 | 223 | 0.71 | 0.68 | 0 | 0.13 | 237.72 | 0.71 | 0.56 |
| Hex | 41 | 47 | DF | 47 | 44 | 0 | D | EE | 47 | 38 |
| Octal | 101 | 107 | 337 | 107 | 104 | 0 | 15 | 356 | 107 | 70 |
| Binary | 1000001 | 1000111 | 11011111 | 1000111 | 1000100 | 0 | 1101 | 11101110 | 1000111 | 111000 |
Color Harmonies of #4147DF
Complementary color
Monochromatic Colors of #4147DF
Black with #4147DF
Text Example
Text Example
White with #4147DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4147DF; }
p { color: rgb(65,71,223); }
H1.HeaderClassName
{
color: #4147DF;
}
.AnyTagClassName
{
color: #4147DF;
}
</style>
background-color css
<style>
a { background-color: #4147DF; }
a { background-color: rgb(65,71,223); }
div.DivClassName
{
background-color: #4147DF;
}
.BgClassName
{
background-color: #4147DF;
}
</style>
border-color css
<style>
span { border-color: #4147DF; }
span { border-color: rgb(65,71,223); }
td.TdClassName
{
border-color: #4147DF;
}
.TagClassName
{
border-color: #4147DF;
}
</style>