Shades of Free Speech Blue #4D64BC
Tints of Free Speech Blue #4D64BC
RGB
CMYK
RGB Variations
Color information
#4D64BC (or 0x4D64BC) is known color: Free Speech Blue. HEX triplet: 4D, 64 and BC. RGB value is (77,100,188). Sum of RGB (Red+Green+Blue) = 77+100+188=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D64BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D64BC is #B29B43. Grayscale: #666666. Windows color (decimal): -11705156 or 12346445. OLE color: 12346445.
HSL color Cylindrical-coordinate representation of color #4D64BC: hue angle of 227.57º 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 #4D64BC is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 100 | 188 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.26 |
| HSL | 227.57º | 0.45% | 0.52% | - |
| HSV(B) | 227.57º | 0.59% | 0.74% | - |
| XYZ | 16.69 | 14.32 | 49.46 | - |
| YUV | 103.16 | 175.88 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 188 | 0.59 | 0.47 | 0 | 0.26 | 227.57 | 0.45 | 0.52 |
| Hex | 4D | 64 | BC | 3B | 2F | 0 | 1A | E4 | 2D | 34 |
| Octal | 115 | 144 | 274 | 73 | 57 | 0 | 32 | 344 | 55 | 64 |
| Binary | 1001101 | 1100100 | 10111100 | 111011 | 101111 | 0 | 11010 | 11100100 | 101101 | 110100 |
Color Harmonies of #4D64BC
Complementary color
Monochromatic Colors of #4D64BC
Black with #4D64BC
Text Example
Text Example
White with #4D64BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D64BC; }
p { color: rgb(77,100,188); }
H1.HeaderClassName
{
color: #4D64BC;
}
.AnyTagClassName
{
color: #4D64BC;
}
</style>
background-color css
<style>
a { background-color: #4D64BC; }
a { background-color: rgb(77,100,188); }
div.DivClassName
{
background-color: #4D64BC;
}
.BgClassName
{
background-color: #4D64BC;
}
</style>
border-color css
<style>
span { border-color: #4D64BC; }
span { border-color: rgb(77,100,188); }
td.TdClassName
{
border-color: #4D64BC;
}
.TagClassName
{
border-color: #4D64BC;
}
</style>