Shades of Free Speech Blue #4146BF
Tints of Free Speech Blue #4146BF
RGB
CMYK
RGB Variations
Color information
#4146BF (or 0x4146BF) is known color: Free Speech Blue. HEX triplet: 41, 46 and BF. RGB value is (65,70,191). Sum of RGB (Red+Green+Blue) = 65+70+191=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #4146BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4146BF is #BEB940. Grayscale: #515151. Windows color (decimal): -12499265 or 12535361. OLE color: 12535361.
HSL color Cylindrical-coordinate representation of color #4146BF: hue angle of 237.62º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4146BF is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 70 | 191 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.25 |
| HSL | 237.62º | 0.5% | 0.5% | - |
| HSV(B) | 237.62º | 0.66% | 0.75% | - |
| XYZ | 13.77 | 9.27 | 50.35 | - |
| YUV | 82.3 | 189.34 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 70 | 191 | 0.66 | 0.63 | 0 | 0.25 | 237.62 | 0.5 | 0.5 |
| Hex | 41 | 46 | BF | 42 | 3F | 0 | 19 | EE | 32 | 32 |
| Octal | 101 | 106 | 277 | 102 | 77 | 0 | 31 | 356 | 62 | 62 |
| Binary | 1000001 | 1000110 | 10111111 | 1000010 | 111111 | 0 | 11001 | 11101110 | 110010 | 110010 |
Color Harmonies of #4146BF
Complementary color
Monochromatic Colors of #4146BF
Black with #4146BF
Text Example
Text Example
White with #4146BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4146BF; }
p { color: rgb(65,70,191); }
H1.HeaderClassName
{
color: #4146BF;
}
.AnyTagClassName
{
color: #4146BF;
}
</style>
background-color css
<style>
a { background-color: #4146BF; }
a { background-color: rgb(65,70,191); }
div.DivClassName
{
background-color: #4146BF;
}
.BgClassName
{
background-color: #4146BF;
}
</style>
border-color css
<style>
span { border-color: #4146BF; }
span { border-color: rgb(65,70,191); }
td.TdClassName
{
border-color: #4146BF;
}
.TagClassName
{
border-color: #4146BF;
}
</style>