Shades of Free Speech Blue #4D54BD
Tints of Free Speech Blue #4D54BD
RGB
CMYK
RGB Variations
Color information
#4D54BD (or 0x4D54BD) is known color: Free Speech Blue. HEX triplet: 4D, 54 and BD. RGB value is (77,84,189). Sum of RGB (Red+Green+Blue) = 77+84+189=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D54BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D54BD is #B2AB42. Grayscale: #5D5D5D. Windows color (decimal): -11709251 or 12407885. OLE color: 12407885.
HSL color Cylindrical-coordinate representation of color #4D54BD: hue angle of 236.25º degrees, saturation: 0.46, 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 #4D54BD is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 84 | 189 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.26 |
| HSL | 236.25º | 0.46% | 0.52% | - |
| HSV(B) | 236.25º | 0.59% | 0.74% | - |
| XYZ | 15.42 | 11.59 | 49.57 | - |
| YUV | 93.88 | 181.68 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 189 | 0.59 | 0.56 | 0 | 0.26 | 236.25 | 0.46 | 0.52 |
| Hex | 4D | 54 | BD | 3B | 38 | 0 | 1A | EC | 2E | 34 |
| Octal | 115 | 124 | 275 | 73 | 70 | 0 | 32 | 354 | 56 | 64 |
| Binary | 1001101 | 1010100 | 10111101 | 111011 | 111000 | 0 | 11010 | 11101100 | 101110 | 110100 |
Color Harmonies of #4D54BD
Complementary color
Monochromatic Colors of #4D54BD
Black with #4D54BD
Text Example
Text Example
White with #4D54BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D54BD; }
p { color: rgb(77,84,189); }
H1.HeaderClassName
{
color: #4D54BD;
}
.AnyTagClassName
{
color: #4D54BD;
}
</style>
background-color css
<style>
a { background-color: #4D54BD; }
a { background-color: rgb(77,84,189); }
div.DivClassName
{
background-color: #4D54BD;
}
.BgClassName
{
background-color: #4D54BD;
}
</style>
border-color css
<style>
span { border-color: #4D54BD; }
span { border-color: rgb(77,84,189); }
td.TdClassName
{
border-color: #4D54BD;
}
.TagClassName
{
border-color: #4D54BD;
}
</style>