Shades of Free Speech Blue #4139BA
Tints of Free Speech Blue #4139BA
RGB
CMYK
RGB Variations
Color information
#4139BA (or 0x4139BA) is known color: Free Speech Blue. HEX triplet: 41, 39 and BA. RGB value is (65,57,186). Sum of RGB (Red+Green+Blue) = 65+57+186=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #4139BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4139BA is #BEC645. Grayscale: #494949. Windows color (decimal): -12502598 or 12204353. OLE color: 12204353.
HSL color Cylindrical-coordinate representation of color #4139BA: hue angle of 243.72º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4139BA is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 57 | 186 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.27 |
| HSL | 243.72º | 0.53% | 0.48% | - |
| HSV(B) | 243.72º | 0.69% | 0.73% | - |
| XYZ | 12.51 | 7.6 | 47.26 | - |
| YUV | 74.1 | 191.15 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 57 | 186 | 0.65 | 0.69 | 0 | 0.27 | 243.72 | 0.53 | 0.48 |
| Hex | 41 | 39 | BA | 41 | 45 | 0 | 1B | F4 | 35 | 30 |
| Octal | 101 | 71 | 272 | 101 | 105 | 0 | 33 | 364 | 65 | 60 |
| Binary | 1000001 | 111001 | 10111010 | 1000001 | 1000101 | 0 | 11011 | 11110100 | 110101 | 110000 |
Color Harmonies of #4139BA
Complementary color
Monochromatic Colors of #4139BA
Black with #4139BA
Text Example
Text Example
White with #4139BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4139BA; }
p { color: rgb(65,57,186); }
H1.HeaderClassName
{
color: #4139BA;
}
.AnyTagClassName
{
color: #4139BA;
}
</style>
background-color css
<style>
a { background-color: #4139BA; }
a { background-color: rgb(65,57,186); }
div.DivClassName
{
background-color: #4139BA;
}
.BgClassName
{
background-color: #4139BA;
}
</style>
border-color css
<style>
span { border-color: #4139BA; }
span { border-color: rgb(65,57,186); }
td.TdClassName
{
border-color: #4139BA;
}
.TagClassName
{
border-color: #4139BA;
}
</style>