Shades of Free Speech Blue #4D56CC
Tints of Free Speech Blue #4D56CC
RGB
CMYK
RGB Variations
Color information
#4D56CC (or 0x4D56CC) is known color: Free Speech Blue. HEX triplet: 4D, 56 and CC. RGB value is (77,86,204). Sum of RGB (Red+Green+Blue) = 77+86+204=367 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.98% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D56CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D56CC is #B2A933. Grayscale: #606060. Windows color (decimal): -11708724 or 13391437. OLE color: 13391437.
HSL color Cylindrical-coordinate representation of color #4D56CC: hue angle of 235.75º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D56CC is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 86 | 204 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.2 |
| HSL | 235.75º | 0.55% | 0.55% | - |
| HSV(B) | 235.75º | 0.62% | 0.8% | - |
| XYZ | 17.29 | 12.59 | 58.65 | - |
| YUV | 96.76 | 188.52 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 86 | 204 | 0.62 | 0.58 | 0 | 0.2 | 235.75 | 0.55 | 0.55 |
| Hex | 4D | 56 | CC | 3E | 3A | 0 | 14 | EC | 37 | 37 |
| Octal | 115 | 126 | 314 | 76 | 72 | 0 | 24 | 354 | 67 | 67 |
| Binary | 1001101 | 1010110 | 11001100 | 111110 | 111010 | 0 | 10100 | 11101100 | 110111 | 110111 |
Color Harmonies of #4D56CC
Complementary color
Monochromatic Colors of #4D56CC
Black with #4D56CC
Text Example
Text Example
White with #4D56CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D56CC; }
p { color: rgb(77,86,204); }
H1.HeaderClassName
{
color: #4D56CC;
}
.AnyTagClassName
{
color: #4D56CC;
}
</style>
background-color css
<style>
a { background-color: #4D56CC; }
a { background-color: rgb(77,86,204); }
div.DivClassName
{
background-color: #4D56CC;
}
.BgClassName
{
background-color: #4D56CC;
}
</style>
border-color css
<style>
span { border-color: #4D56CC; }
span { border-color: rgb(77,86,204); }
td.TdClassName
{
border-color: #4D56CC;
}
.TagClassName
{
border-color: #4D56CC;
}
</style>