Shades of Free Speech Blue #4D54BE
Tints of Free Speech Blue #4D54BE
RGB
CMYK
RGB Variations
Color information
#4D54BE (or 0x4D54BE) is known color: Free Speech Blue. HEX triplet: 4D, 54 and BE. RGB value is (77,84,190). Sum of RGB (Red+Green+Blue) = 77+84+190=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D54BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D54BE is #B2AB41. Grayscale: #5D5D5D. Windows color (decimal): -11709250 or 12473421. OLE color: 12473421.
HSL color Cylindrical-coordinate representation of color #4D54BE: hue angle of 236.28º 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 #4D54BE is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 84 | 190 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.25 |
| HSL | 236.28º | 0.47% | 0.52% | - |
| HSV(B) | 236.28º | 0.59% | 0.75% | - |
| XYZ | 15.53 | 11.64 | 50.14 | - |
| YUV | 93.99 | 182.18 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 190 | 0.59 | 0.56 | 0 | 0.25 | 236.28 | 0.47 | 0.52 |
| Hex | 4D | 54 | BE | 3B | 38 | 0 | 19 | EC | 2F | 34 |
| Octal | 115 | 124 | 276 | 73 | 70 | 0 | 31 | 354 | 57 | 64 |
| Binary | 1001101 | 1010100 | 10111110 | 111011 | 111000 | 0 | 11001 | 11101100 | 101111 | 110100 |
Color Harmonies of #4D54BE
Complementary color
Monochromatic Colors of #4D54BE
Black with #4D54BE
Text Example
Text Example
White with #4D54BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D54BE; }
p { color: rgb(77,84,190); }
H1.HeaderClassName
{
color: #4D54BE;
}
.AnyTagClassName
{
color: #4D54BE;
}
</style>
background-color css
<style>
a { background-color: #4D54BE; }
a { background-color: rgb(77,84,190); }
div.DivClassName
{
background-color: #4D54BE;
}
.BgClassName
{
background-color: #4D54BE;
}
</style>
border-color css
<style>
span { border-color: #4D54BE; }
span { border-color: rgb(77,84,190); }
td.TdClassName
{
border-color: #4D54BE;
}
.TagClassName
{
border-color: #4D54BE;
}
</style>