Shades of Free Speech Blue #4D63BD
Tints of Free Speech Blue #4D63BD
RGB
CMYK
RGB Variations
Color information
#4D63BD (or 0x4D63BD) is known color: Free Speech Blue. HEX triplet: 4D, 63 and BD. RGB value is (77,99,189). Sum of RGB (Red+Green+Blue) = 77+99+189=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D63BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D63BD is #B29C42. Grayscale: #666666. Windows color (decimal): -11705411 or 12411725. OLE color: 12411725.
HSL color Cylindrical-coordinate representation of color #4D63BD: hue angle of 228.21º 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 #4D63BD is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 99 | 189 | - |
| CMYK | 0.59 | 0.48 | 0 | 0.26 |
| HSL | 228.21º | 0.46% | 0.52% | - |
| HSV(B) | 228.21º | 0.59% | 0.74% | - |
| XYZ | 16.71 | 14.18 | 50 | - |
| YUV | 102.68 | 176.71 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 189 | 0.59 | 0.48 | 0 | 0.26 | 228.21 | 0.46 | 0.52 |
| Hex | 4D | 63 | BD | 3B | 30 | 0 | 1A | E4 | 2E | 34 |
| Octal | 115 | 143 | 275 | 73 | 60 | 0 | 32 | 344 | 56 | 64 |
| Binary | 1001101 | 1100011 | 10111101 | 111011 | 110000 | 0 | 11010 | 11100100 | 101110 | 110100 |
Color Harmonies of #4D63BD
Complementary color
Monochromatic Colors of #4D63BD
Black with #4D63BD
Text Example
Text Example
White with #4D63BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D63BD; }
p { color: rgb(77,99,189); }
H1.HeaderClassName
{
color: #4D63BD;
}
.AnyTagClassName
{
color: #4D63BD;
}
</style>
background-color css
<style>
a { background-color: #4D63BD; }
a { background-color: rgb(77,99,189); }
div.DivClassName
{
background-color: #4D63BD;
}
.BgClassName
{
background-color: #4D63BD;
}
</style>
border-color css
<style>
span { border-color: #4D63BD; }
span { border-color: rgb(77,99,189); }
td.TdClassName
{
border-color: #4D63BD;
}
.TagClassName
{
border-color: #4D63BD;
}
</style>