Shades of Free Speech Blue #4D55DC
Tints of Free Speech Blue #4D55DC
RGB
CMYK
RGB Variations
Color information
#4D55DC (or 0x4D55DC) is known color: Free Speech Blue. HEX triplet: 4D, 55 and DC. RGB value is (77,85,220). Sum of RGB (Red+Green+Blue) = 77+85+220=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D55DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D55DC is #B2AA23. Grayscale: #616161. Windows color (decimal): -11708964 or 14439757. OLE color: 14439757.
HSL color Cylindrical-coordinate representation of color #4D55DC: hue angle of 236.64º 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 #4D55DC is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 85 | 220 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.14 |
| HSL | 236.64º | 0.67% | 0.58% | - |
| HSV(B) | 236.64º | 0.65% | 0.86% | - |
| XYZ | 19.23 | 13.24 | 69.25 | - |
| YUV | 98 | 196.85 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 220 | 0.65 | 0.61 | 0 | 0.14 | 236.64 | 0.67 | 0.58 |
| Hex | 4D | 55 | DC | 41 | 3D | 0 | E | ED | 43 | 3A |
| Octal | 115 | 125 | 334 | 101 | 75 | 0 | 16 | 355 | 103 | 72 |
| Binary | 1001101 | 1010101 | 11011100 | 1000001 | 111101 | 0 | 1110 | 11101101 | 1000011 | 111010 |
Color Harmonies of #4D55DC
Complementary color
Monochromatic Colors of #4D55DC
Black with #4D55DC
Text Example
Text Example
White with #4D55DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D55DC; }
p { color: rgb(77,85,220); }
H1.HeaderClassName
{
color: #4D55DC;
}
.AnyTagClassName
{
color: #4D55DC;
}
</style>
background-color css
<style>
a { background-color: #4D55DC; }
a { background-color: rgb(77,85,220); }
div.DivClassName
{
background-color: #4D55DC;
}
.BgClassName
{
background-color: #4D55DC;
}
</style>
border-color css
<style>
span { border-color: #4D55DC; }
span { border-color: rgb(77,85,220); }
td.TdClassName
{
border-color: #4D55DC;
}
.TagClassName
{
border-color: #4D55DC;
}
</style>