Shades of Free Speech Blue #4D63C8
Tints of Free Speech Blue #4D63C8
RGB
CMYK
RGB Variations
Color information
#4D63C8 (or 0x4D63C8) is known color: Free Speech Blue. HEX triplet: 4D, 63 and C8. RGB value is (77,99,200). Sum of RGB (Red+Green+Blue) = 77+99+200=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 200 (78.52% from 255 or 53.19% from 376); Max value from RGB is 200 - color contains mainly: blue. Hex color #4D63C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D63C8 is #B29C37. Grayscale: #676767. Windows color (decimal): -11705400 or 13132621. OLE color: 13132621.
HSL color Cylindrical-coordinate representation of color #4D63C8: hue angle of 229.27º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D63C8 is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 99 | 200 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.22 |
| HSL | 229.27º | 0.53% | 0.54% | - |
| HSV(B) | 229.27º | 0.62% | 0.78% | - |
| XYZ | 17.95 | 14.67 | 56.53 | - |
| YUV | 103.94 | 182.21 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 200 | 0.62 | 0.50 | 0 | 0.22 | 229.27 | 0.53 | 0.54 |
| Hex | 4D | 63 | C8 | 3E | 32 | 0 | 16 | E5 | 35 | 36 |
| Octal | 115 | 143 | 310 | 76 | 62 | 0 | 26 | 345 | 65 | 66 |
| Binary | 1001101 | 1100011 | 11001000 | 111110 | 110010 | 0 | 10110 | 11100101 | 110101 | 110110 |
Color Harmonies of #4D63C8
Complementary color
Monochromatic Colors of #4D63C8
Black with #4D63C8
Text Example
Text Example
White with #4D63C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D63C8; }
p { color: rgb(77,99,200); }
H1.HeaderClassName
{
color: #4D63C8;
}
.AnyTagClassName
{
color: #4D63C8;
}
</style>
background-color css
<style>
a { background-color: #4D63C8; }
a { background-color: rgb(77,99,200); }
div.DivClassName
{
background-color: #4D63C8;
}
.BgClassName
{
background-color: #4D63C8;
}
</style>
border-color css
<style>
span { border-color: #4D63C8; }
span { border-color: rgb(77,99,200); }
td.TdClassName
{
border-color: #4D63C8;
}
.TagClassName
{
border-color: #4D63C8;
}
</style>