Shades of Free Speech Blue #4D54BC
Tints of Free Speech Blue #4D54BC
RGB
CMYK
RGB Variations
Color information
#4D54BC (or 0x4D54BC) is known color: Free Speech Blue. HEX triplet: 4D, 54 and BC. RGB value is (77,84,188). Sum of RGB (Red+Green+Blue) = 77+84+188=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D54BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D54BC is #B2AB43. Grayscale: #5D5D5D. Windows color (decimal): -11709252 or 12342349. OLE color: 12342349.
HSL color Cylindrical-coordinate representation of color #4D54BC: hue angle of 236.22º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D54BC is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 84 | 188 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.26 |
| HSL | 236.22º | 0.45% | 0.52% | - |
| HSV(B) | 236.22º | 0.59% | 0.74% | - |
| XYZ | 15.31 | 11.55 | 49 | - |
| YUV | 93.76 | 181.18 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 188 | 0.59 | 0.55 | 0 | 0.26 | 236.22 | 0.45 | 0.52 |
| Hex | 4D | 54 | BC | 3B | 37 | 0 | 1A | EC | 2D | 34 |
| Octal | 115 | 124 | 274 | 73 | 67 | 0 | 32 | 354 | 55 | 64 |
| Binary | 1001101 | 1010100 | 10111100 | 111011 | 110111 | 0 | 11010 | 11101100 | 101101 | 110100 |
Color Harmonies of #4D54BC
Complementary color
Monochromatic Colors of #4D54BC
Black with #4D54BC
Text Example
Text Example
White with #4D54BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D54BC; }
p { color: rgb(77,84,188); }
H1.HeaderClassName
{
color: #4D54BC;
}
.AnyTagClassName
{
color: #4D54BC;
}
</style>
background-color css
<style>
a { background-color: #4D54BC; }
a { background-color: rgb(77,84,188); }
div.DivClassName
{
background-color: #4D54BC;
}
.BgClassName
{
background-color: #4D54BC;
}
</style>
border-color css
<style>
span { border-color: #4D54BC; }
span { border-color: rgb(77,84,188); }
td.TdClassName
{
border-color: #4D54BC;
}
.TagClassName
{
border-color: #4D54BC;
}
</style>