Shades of Free Speech Blue #4D50BE
Tints of Free Speech Blue #4D50BE
RGB
CMYK
RGB Variations
Color information
#4D50BE (or 0x4D50BE) is known color: Free Speech Blue. HEX triplet: 4D, 50 and BE. RGB value is (77,80,190). Sum of RGB (Red+Green+Blue) = 77+80+190=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D50BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D50BE is #B2AF41. Grayscale: #5B5B5B. Windows color (decimal): -11710274 or 12472397. OLE color: 12472397.
HSL color Cylindrical-coordinate representation of color #4D50BE: hue angle of 238.41º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D50BE is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 80 | 190 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.25 |
| HSL | 238.41º | 0.47% | 0.52% | - |
| HSV(B) | 238.41º | 0.59% | 0.75% | - |
| XYZ | 15.22 | 11.03 | 50.04 | - |
| YUV | 91.64 | 183.51 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 80 | 190 | 0.59 | 0.58 | 0 | 0.25 | 238.41 | 0.47 | 0.52 |
| Hex | 4D | 50 | BE | 3B | 3A | 0 | 19 | EE | 2F | 34 |
| Octal | 115 | 120 | 276 | 73 | 72 | 0 | 31 | 356 | 57 | 64 |
| Binary | 1001101 | 1010000 | 10111110 | 111011 | 111010 | 0 | 11001 | 11101110 | 101111 | 110100 |
Color Harmonies of #4D50BE
Complementary color
Monochromatic Colors of #4D50BE
Black with #4D50BE
Text Example
Text Example
White with #4D50BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D50BE; }
p { color: rgb(77,80,190); }
H1.HeaderClassName
{
color: #4D50BE;
}
.AnyTagClassName
{
color: #4D50BE;
}
</style>
background-color css
<style>
a { background-color: #4D50BE; }
a { background-color: rgb(77,80,190); }
div.DivClassName
{
background-color: #4D50BE;
}
.BgClassName
{
background-color: #4D50BE;
}
</style>
border-color css
<style>
span { border-color: #4D50BE; }
span { border-color: rgb(77,80,190); }
td.TdClassName
{
border-color: #4D50BE;
}
.TagClassName
{
border-color: #4D50BE;
}
</style>