Shades of Free Speech Blue #4D64BA
Tints of Free Speech Blue #4D64BA
RGB
CMYK
RGB Variations
Color information
#4D64BA (or 0x4D64BA) is known color: Free Speech Blue. HEX triplet: 4D, 64 and BA. RGB value is (77,100,186). Sum of RGB (Red+Green+Blue) = 77+100+186=363 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.21% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D64BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D64BA is #B29B45. Grayscale: #666666. Windows color (decimal): -11705158 or 12215373. OLE color: 12215373.
HSL color Cylindrical-coordinate representation of color #4D64BA: hue angle of 227.34º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D64BA is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 100 | 186 | - |
| CMYK | 0.59 | 0.46 | 0 | 0.27 |
| HSL | 227.34º | 0.44% | 0.52% | - |
| HSV(B) | 227.34º | 0.59% | 0.73% | - |
| XYZ | 16.48 | 14.24 | 48.33 | - |
| YUV | 102.93 | 174.88 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 186 | 0.59 | 0.46 | 0 | 0.27 | 227.34 | 0.44 | 0.52 |
| Hex | 4D | 64 | BA | 3B | 2E | 0 | 1B | E3 | 2C | 34 |
| Octal | 115 | 144 | 272 | 73 | 56 | 0 | 33 | 343 | 54 | 64 |
| Binary | 1001101 | 1100100 | 10111010 | 111011 | 101110 | 0 | 11011 | 11100011 | 101100 | 110100 |
Color Harmonies of #4D64BA
Complementary color
Monochromatic Colors of #4D64BA
Black with #4D64BA
Text Example
Text Example
White with #4D64BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D64BA; }
p { color: rgb(77,100,186); }
H1.HeaderClassName
{
color: #4D64BA;
}
.AnyTagClassName
{
color: #4D64BA;
}
</style>
background-color css
<style>
a { background-color: #4D64BA; }
a { background-color: rgb(77,100,186); }
div.DivClassName
{
background-color: #4D64BA;
}
.BgClassName
{
background-color: #4D64BA;
}
</style>
border-color css
<style>
span { border-color: #4D64BA; }
span { border-color: rgb(77,100,186); }
td.TdClassName
{
border-color: #4D64BA;
}
.TagClassName
{
border-color: #4D64BA;
}
</style>