Shades of Free Speech Blue #4D56DC
Tints of Free Speech Blue #4D56DC
RGB
CMYK
RGB Variations
Color information
#4D56DC (or 0x4D56DC) is known color: Free Speech Blue. HEX triplet: 4D, 56 and DC. RGB value is (77,86,220). Sum of RGB (Red+Green+Blue) = 77+86+220=383 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.10% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D56DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D56DC is #B2A923. Grayscale: #626262. Windows color (decimal): -11708708 or 14440013. OLE color: 14440013.
HSL color Cylindrical-coordinate representation of color #4D56DC: hue angle of 236.22º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D56DC is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 86 | 220 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.14 |
| HSL | 236.22º | 0.67% | 0.58% | - |
| HSV(B) | 236.22º | 0.65% | 0.86% | - |
| XYZ | 19.31 | 13.4 | 69.28 | - |
| YUV | 98.59 | 196.52 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 86 | 220 | 0.65 | 0.61 | 0 | 0.14 | 236.22 | 0.67 | 0.58 |
| Hex | 4D | 56 | DC | 41 | 3D | 0 | E | EC | 43 | 3A |
| Octal | 115 | 126 | 334 | 101 | 75 | 0 | 16 | 354 | 103 | 72 |
| Binary | 1001101 | 1010110 | 11011100 | 1000001 | 111101 | 0 | 1110 | 11101100 | 1000011 | 111010 |
Color Harmonies of #4D56DC
Complementary color
Monochromatic Colors of #4D56DC
Black with #4D56DC
Text Example
Text Example
White with #4D56DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D56DC; }
p { color: rgb(77,86,220); }
H1.HeaderClassName
{
color: #4D56DC;
}
.AnyTagClassName
{
color: #4D56DC;
}
</style>
background-color css
<style>
a { background-color: #4D56DC; }
a { background-color: rgb(77,86,220); }
div.DivClassName
{
background-color: #4D56DC;
}
.BgClassName
{
background-color: #4D56DC;
}
</style>
border-color css
<style>
span { border-color: #4D56DC; }
span { border-color: rgb(77,86,220); }
td.TdClassName
{
border-color: #4D56DC;
}
.TagClassName
{
border-color: #4D56DC;
}
</style>