Shades of Free Speech Blue #4D5BBE
Tints of Free Speech Blue #4D5BBE
RGB
CMYK
RGB Variations
Color information
#4D5BBE (or 0x4D5BBE) is known color: Free Speech Blue. HEX triplet: 4D, 5B and BE. RGB value is (77,91,190). Sum of RGB (Red+Green+Blue) = 77+91+190=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D5BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5BBE is #B2A441. Grayscale: #616161. Windows color (decimal): -11707458 or 12475213. OLE color: 12475213.
HSL color Cylindrical-coordinate representation of color #4D5BBE: hue angle of 232.57º 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 #4D5BBE is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 91 | 190 | - |
| CMYK | 0.59 | 0.52 | 0 | 0.25 |
| HSL | 232.57º | 0.47% | 0.52% | - |
| HSV(B) | 232.57º | 0.59% | 0.75% | - |
| XYZ | 16.1 | 12.78 | 50.33 | - |
| YUV | 98.1 | 179.86 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 91 | 190 | 0.59 | 0.52 | 0 | 0.25 | 232.57 | 0.47 | 0.52 |
| Hex | 4D | 5B | BE | 3B | 34 | 0 | 19 | E9 | 2F | 34 |
| Octal | 115 | 133 | 276 | 73 | 64 | 0 | 31 | 351 | 57 | 64 |
| Binary | 1001101 | 1011011 | 10111110 | 111011 | 110100 | 0 | 11001 | 11101001 | 101111 | 110100 |
Color Harmonies of #4D5BBE
Complementary color
Monochromatic Colors of #4D5BBE
Black with #4D5BBE
Text Example
Text Example
White with #4D5BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5BBE; }
p { color: rgb(77,91,190); }
H1.HeaderClassName
{
color: #4D5BBE;
}
.AnyTagClassName
{
color: #4D5BBE;
}
</style>
background-color css
<style>
a { background-color: #4D5BBE; }
a { background-color: rgb(77,91,190); }
div.DivClassName
{
background-color: #4D5BBE;
}
.BgClassName
{
background-color: #4D5BBE;
}
</style>
border-color css
<style>
span { border-color: #4D5BBE; }
span { border-color: rgb(77,91,190); }
td.TdClassName
{
border-color: #4D5BBE;
}
.TagClassName
{
border-color: #4D5BBE;
}
</style>