Shades of Free Speech Blue #4D64BD
Tints of Free Speech Blue #4D64BD
RGB
CMYK
RGB Variations
Color information
#4D64BD (or 0x4D64BD) is known color: Free Speech Blue. HEX triplet: 4D, 64 and BD. RGB value is (77,100,189). Sum of RGB (Red+Green+Blue) = 77+100+189=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D64BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D64BD is #B29B42. Grayscale: #666666. Windows color (decimal): -11705155 or 12411981. OLE color: 12411981.
HSL color Cylindrical-coordinate representation of color #4D64BD: hue angle of 227.68º 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 #4D64BD is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 100 | 189 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.26 |
| HSL | 227.68º | 0.46% | 0.52% | - |
| HSV(B) | 227.68º | 0.59% | 0.74% | - |
| XYZ | 16.8 | 14.37 | 50.03 | - |
| YUV | 103.27 | 176.38 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 189 | 0.59 | 0.47 | 0 | 0.26 | 227.68 | 0.46 | 0.52 |
| Hex | 4D | 64 | BD | 3B | 2F | 0 | 1A | E4 | 2E | 34 |
| Octal | 115 | 144 | 275 | 73 | 57 | 0 | 32 | 344 | 56 | 64 |
| Binary | 1001101 | 1100100 | 10111101 | 111011 | 101111 | 0 | 11010 | 11100100 | 101110 | 110100 |
Color Harmonies of #4D64BD
Complementary color
Monochromatic Colors of #4D64BD
Black with #4D64BD
Text Example
Text Example
White with #4D64BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D64BD; }
p { color: rgb(77,100,189); }
H1.HeaderClassName
{
color: #4D64BD;
}
.AnyTagClassName
{
color: #4D64BD;
}
</style>
background-color css
<style>
a { background-color: #4D64BD; }
a { background-color: rgb(77,100,189); }
div.DivClassName
{
background-color: #4D64BD;
}
.BgClassName
{
background-color: #4D64BD;
}
</style>
border-color css
<style>
span { border-color: #4D64BD; }
span { border-color: rgb(77,100,189); }
td.TdClassName
{
border-color: #4D64BD;
}
.TagClassName
{
border-color: #4D64BD;
}
</style>