Shades of Free Speech Blue #4139BF
Tints of Free Speech Blue #4139BF
RGB
CMYK
RGB Variations
Color information
#4139BF (or 0x4139BF) is known color: Free Speech Blue. HEX triplet: 41, 39 and BF. RGB value is (65,57,191). Sum of RGB (Red+Green+Blue) = 65+57+191=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 191 (75% from 255 or 61.02% from 313); Max value from RGB is 191 - color contains mainly: blue. Hex color #4139BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4139BF is #BEC640. Grayscale: #4A4A4A. Windows color (decimal): -12502593 or 12532033. OLE color: 12532033.
HSL color Cylindrical-coordinate representation of color #4139BF: hue angle of 243.58º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4139BF is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 57 | 191 | - |
| CMYK | 0.66 | 0.70 | 0 | 0.25 |
| HSL | 243.58º | 0.54% | 0.49% | - |
| HSV(B) | 243.58º | 0.7% | 0.75% | - |
| XYZ | 13.05 | 7.81 | 50.11 | - |
| YUV | 74.67 | 193.65 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 57 | 191 | 0.66 | 0.70 | 0 | 0.25 | 243.58 | 0.54 | 0.49 |
| Hex | 41 | 39 | BF | 42 | 46 | 0 | 19 | F4 | 36 | 31 |
| Octal | 101 | 71 | 277 | 102 | 106 | 0 | 31 | 364 | 66 | 61 |
| Binary | 1000001 | 111001 | 10111111 | 1000010 | 1000110 | 0 | 11001 | 11110100 | 110110 | 110001 |
Color Harmonies of #4139BF
Complementary color
Monochromatic Colors of #4139BF
Black with #4139BF
Text Example
Text Example
White with #4139BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4139BF; }
p { color: rgb(65,57,191); }
H1.HeaderClassName
{
color: #4139BF;
}
.AnyTagClassName
{
color: #4139BF;
}
</style>
background-color css
<style>
a { background-color: #4139BF; }
a { background-color: rgb(65,57,191); }
div.DivClassName
{
background-color: #4139BF;
}
.BgClassName
{
background-color: #4139BF;
}
</style>
border-color css
<style>
span { border-color: #4139BF; }
span { border-color: rgb(65,57,191); }
td.TdClassName
{
border-color: #4139BF;
}
.TagClassName
{
border-color: #4139BF;
}
</style>