Shades of Free Speech Blue #4B59BA
Tints of Free Speech Blue #4B59BA
RGB
CMYK
RGB Variations
Color information
#4B59BA (or 0x4B59BA) is known color: Free Speech Blue. HEX triplet: 4B, 59 and BA. RGB value is (75,89,186). Sum of RGB (Red+Green+Blue) = 75+89+186=350 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.43% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B59BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B59BA is #B4A645. Grayscale: #5F5F5F. Windows color (decimal): -11839046 or 12212555. OLE color: 12212555.
HSL color Cylindrical-coordinate representation of color #4B59BA: hue angle of 232.43º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B59BA is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 89 | 186 | - |
| CMYK | 0.60 | 0.52 | 0 | 0.27 |
| HSL | 232.43º | 0.45% | 0.51% | - |
| HSV(B) | 232.43º | 0.6% | 0.73% | - |
| XYZ | 15.34 | 12.19 | 48 | - |
| YUV | 95.87 | 178.86 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 89 | 186 | 0.60 | 0.52 | 0 | 0.27 | 232.43 | 0.45 | 0.51 |
| Hex | 4B | 59 | BA | 3C | 34 | 0 | 1B | E8 | 2D | 33 |
| Octal | 113 | 131 | 272 | 74 | 64 | 0 | 33 | 350 | 55 | 63 |
| Binary | 1001011 | 1011001 | 10111010 | 111100 | 110100 | 0 | 11011 | 11101000 | 101101 | 110011 |
Color Harmonies of #4B59BA
Complementary color
Monochromatic Colors of #4B59BA
Black with #4B59BA
Text Example
Text Example
White with #4B59BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B59BA; }
p { color: rgb(75,89,186); }
H1.HeaderClassName
{
color: #4B59BA;
}
.AnyTagClassName
{
color: #4B59BA;
}
</style>
background-color css
<style>
a { background-color: #4B59BA; }
a { background-color: rgb(75,89,186); }
div.DivClassName
{
background-color: #4B59BA;
}
.BgClassName
{
background-color: #4B59BA;
}
</style>
border-color css
<style>
span { border-color: #4B59BA; }
span { border-color: rgb(75,89,186); }
td.TdClassName
{
border-color: #4B59BA;
}
.TagClassName
{
border-color: #4B59BA;
}
</style>