Shades of Free Speech Blue #4B50BA
Tints of Free Speech Blue #4B50BA
RGB
CMYK
RGB Variations
Color information
#4B50BA (or 0x4B50BA) is known color: Free Speech Blue. HEX triplet: 4B, 50 and BA. RGB value is (75,80,186). Sum of RGB (Red+Green+Blue) = 75+80+186=341 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.99% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B50BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B50BA is #B4AF45. Grayscale: #5A5A5A. Windows color (decimal): -11841350 or 12210251. OLE color: 12210251.
HSL color Cylindrical-coordinate representation of color #4B50BA: hue angle of 237.3º 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 #4B50BA is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 80 | 186 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.27 |
| HSL | 237.3º | 0.45% | 0.51% | - |
| HSV(B) | 237.3º | 0.6% | 0.73% | - |
| XYZ | 14.63 | 10.78 | 47.76 | - |
| YUV | 90.59 | 181.84 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 80 | 186 | 0.60 | 0.57 | 0 | 0.27 | 237.3 | 0.45 | 0.51 |
| Hex | 4B | 50 | BA | 3C | 39 | 0 | 1B | ED | 2D | 33 |
| Octal | 113 | 120 | 272 | 74 | 71 | 0 | 33 | 355 | 55 | 63 |
| Binary | 1001011 | 1010000 | 10111010 | 111100 | 111001 | 0 | 11011 | 11101101 | 101101 | 110011 |
Color Harmonies of #4B50BA
Complementary color
Monochromatic Colors of #4B50BA
Black with #4B50BA
Text Example
Text Example
White with #4B50BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B50BA; }
p { color: rgb(75,80,186); }
H1.HeaderClassName
{
color: #4B50BA;
}
.AnyTagClassName
{
color: #4B50BA;
}
</style>
background-color css
<style>
a { background-color: #4B50BA; }
a { background-color: rgb(75,80,186); }
div.DivClassName
{
background-color: #4B50BA;
}
.BgClassName
{
background-color: #4B50BA;
}
</style>
border-color css
<style>
span { border-color: #4B50BA; }
span { border-color: rgb(75,80,186); }
td.TdClassName
{
border-color: #4B50BA;
}
.TagClassName
{
border-color: #4B50BA;
}
</style>