Shades of Free Speech Blue #4C50BA
Tints of Free Speech Blue #4C50BA
RGB
CMYK
RGB Variations
Color information
#4C50BA (or 0x4C50BA) is known color: Free Speech Blue. HEX triplet: 4C, 50 and BA. RGB value is (76,80,186). Sum of RGB (Red+Green+Blue) = 76+80+186=342 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.22% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C50BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C50BA is #B3AF45. Grayscale: #5A5A5A. Windows color (decimal): -11775814 or 12210252. OLE color: 12210252.
HSL color Cylindrical-coordinate representation of color #4C50BA: hue angle of 237.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C50BA is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 80 | 186 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.27 |
| HSL | 237.82º | 0.44% | 0.51% | - |
| HSV(B) | 237.82º | 0.59% | 0.73% | - |
| XYZ | 14.71 | 10.82 | 47.77 | - |
| YUV | 90.89 | 181.67 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 80 | 186 | 0.59 | 0.57 | 0 | 0.27 | 237.82 | 0.44 | 0.51 |
| Hex | 4C | 50 | BA | 3B | 39 | 0 | 1B | EE | 2C | 33 |
| Octal | 114 | 120 | 272 | 73 | 71 | 0 | 33 | 356 | 54 | 63 |
| Binary | 1001100 | 1010000 | 10111010 | 111011 | 111001 | 0 | 11011 | 11101110 | 101100 | 110011 |
Color Harmonies of #4C50BA
Complementary color
Monochromatic Colors of #4C50BA
Black with #4C50BA
Text Example
Text Example
White with #4C50BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C50BA; }
p { color: rgb(76,80,186); }
H1.HeaderClassName
{
color: #4C50BA;
}
.AnyTagClassName
{
color: #4C50BA;
}
</style>
background-color css
<style>
a { background-color: #4C50BA; }
a { background-color: rgb(76,80,186); }
div.DivClassName
{
background-color: #4C50BA;
}
.BgClassName
{
background-color: #4C50BA;
}
</style>
border-color css
<style>
span { border-color: #4C50BA; }
span { border-color: rgb(76,80,186); }
td.TdClassName
{
border-color: #4C50BA;
}
.TagClassName
{
border-color: #4C50BA;
}
</style>