Shades of Free Speech Blue #4A50BC
Tints of Free Speech Blue #4A50BC
RGB
CMYK
RGB Variations
Color information
#4A50BC (or 0x4A50BC) is known color: Free Speech Blue. HEX triplet: 4A, 50 and BC. RGB value is (74,80,188). Sum of RGB (Red+Green+Blue) = 74+80+188=342 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.64% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A50BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A50BC is #B5AF43. Grayscale: #5A5A5A. Windows color (decimal): -11906884 or 12341322. OLE color: 12341322.
HSL color Cylindrical-coordinate representation of color #4A50BC: hue angle of 236.84º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A50BC is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 80 | 188 | - |
| CMYK | 0.61 | 0.57 | 0 | 0.26 |
| HSL | 236.84º | 0.46% | 0.51% | - |
| HSV(B) | 236.84º | 0.61% | 0.74% | - |
| XYZ | 14.77 | 10.82 | 48.89 | - |
| YUV | 90.52 | 183.01 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 80 | 188 | 0.61 | 0.57 | 0 | 0.26 | 236.84 | 0.46 | 0.51 |
| Hex | 4A | 50 | BC | 3D | 39 | 0 | 1A | ED | 2E | 33 |
| Octal | 112 | 120 | 274 | 75 | 71 | 0 | 32 | 355 | 56 | 63 |
| Binary | 1001010 | 1010000 | 10111100 | 111101 | 111001 | 0 | 11010 | 11101101 | 101110 | 110011 |
Color Harmonies of #4A50BC
Complementary color
Monochromatic Colors of #4A50BC
Black with #4A50BC
Text Example
Text Example
White with #4A50BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A50BC; }
p { color: rgb(74,80,188); }
H1.HeaderClassName
{
color: #4A50BC;
}
.AnyTagClassName
{
color: #4A50BC;
}
</style>
background-color css
<style>
a { background-color: #4A50BC; }
a { background-color: rgb(74,80,188); }
div.DivClassName
{
background-color: #4A50BC;
}
.BgClassName
{
background-color: #4A50BC;
}
</style>
border-color css
<style>
span { border-color: #4A50BC; }
span { border-color: rgb(74,80,188); }
td.TdClassName
{
border-color: #4A50BC;
}
.TagClassName
{
border-color: #4A50BC;
}
</style>