Shades of Free Speech Blue #4A50BB
Tints of Free Speech Blue #4A50BB
RGB
CMYK
RGB Variations
Color information
#4A50BB (or 0x4A50BB) is known color: Free Speech Blue. HEX triplet: 4A, 50 and BB. RGB value is (74,80,187). Sum of RGB (Red+Green+Blue) = 74+80+187=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #4A50BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A50BB is #B5AF44. Grayscale: #595959. Windows color (decimal): -11906885 or 12275786. OLE color: 12275786.
HSL color Cylindrical-coordinate representation of color #4A50BB: hue angle of 236.81º 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 #4A50BB is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 80 | 187 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.27 |
| HSL | 236.81º | 0.45% | 0.51% | - |
| HSV(B) | 236.81º | 0.6% | 0.73% | - |
| XYZ | 14.66 | 10.78 | 48.32 | - |
| YUV | 90.4 | 182.51 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 80 | 187 | 0.60 | 0.57 | 0 | 0.27 | 236.81 | 0.45 | 0.51 |
| Hex | 4A | 50 | BB | 3C | 39 | 0 | 1B | ED | 2D | 33 |
| Octal | 112 | 120 | 273 | 74 | 71 | 0 | 33 | 355 | 55 | 63 |
| Binary | 1001010 | 1010000 | 10111011 | 111100 | 111001 | 0 | 11011 | 11101101 | 101101 | 110011 |
Color Harmonies of #4A50BB
Complementary color
Monochromatic Colors of #4A50BB
Black with #4A50BB
Text Example
Text Example
White with #4A50BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A50BB; }
p { color: rgb(74,80,187); }
H1.HeaderClassName
{
color: #4A50BB;
}
.AnyTagClassName
{
color: #4A50BB;
}
</style>
background-color css
<style>
a { background-color: #4A50BB; }
a { background-color: rgb(74,80,187); }
div.DivClassName
{
background-color: #4A50BB;
}
.BgClassName
{
background-color: #4A50BB;
}
</style>
border-color css
<style>
span { border-color: #4A50BB; }
span { border-color: rgb(74,80,187); }
td.TdClassName
{
border-color: #4A50BB;
}
.TagClassName
{
border-color: #4A50BB;
}
</style>