Shades of Free Speech Blue #4A50BF
Tints of Free Speech Blue #4A50BF
RGB
CMYK
RGB Variations
Color information
#4A50BF (or 0x4A50BF) is known color: Free Speech Blue. HEX triplet: 4A, 50 and BF. RGB value is (74,80,191). Sum of RGB (Red+Green+Blue) = 74+80+191=345 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.45% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #4A50BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A50BF is #B5AF40. Grayscale: #5A5A5A. Windows color (decimal): -11906881 or 12537930. OLE color: 12537930.
HSL color Cylindrical-coordinate representation of color #4A50BF: hue angle of 236.92º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A50BF is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 80 | 191 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.25 |
| HSL | 236.92º | 0.48% | 0.52% | - |
| HSV(B) | 236.92º | 0.61% | 0.75% | - |
| XYZ | 15.1 | 10.95 | 50.61 | - |
| YUV | 90.86 | 184.51 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 80 | 191 | 0.61 | 0.58 | 0 | 0.25 | 236.92 | 0.48 | 0.52 |
| Hex | 4A | 50 | BF | 3D | 3A | 0 | 19 | ED | 30 | 34 |
| Octal | 112 | 120 | 277 | 75 | 72 | 0 | 31 | 355 | 60 | 64 |
| Binary | 1001010 | 1010000 | 10111111 | 111101 | 111010 | 0 | 11001 | 11101101 | 110000 | 110100 |
Color Harmonies of #4A50BF
Complementary color
Monochromatic Colors of #4A50BF
Black with #4A50BF
Text Example
Text Example
White with #4A50BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A50BF; }
p { color: rgb(74,80,191); }
H1.HeaderClassName
{
color: #4A50BF;
}
.AnyTagClassName
{
color: #4A50BF;
}
</style>
background-color css
<style>
a { background-color: #4A50BF; }
a { background-color: rgb(74,80,191); }
div.DivClassName
{
background-color: #4A50BF;
}
.BgClassName
{
background-color: #4A50BF;
}
</style>
border-color css
<style>
span { border-color: #4A50BF; }
span { border-color: rgb(74,80,191); }
td.TdClassName
{
border-color: #4A50BF;
}
.TagClassName
{
border-color: #4A50BF;
}
</style>