Shades of Free Speech Blue #4D4DBF
Tints of Free Speech Blue #4D4DBF
RGB
CMYK
RGB Variations
Color information
#4D4DBF (or 0x4D4DBF) is known color: Free Speech Blue. HEX triplet: 4D, 4D and BF. RGB value is (77,77,191). Sum of RGB (Red+Green+Blue) = 77+77+191=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D4DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D4DBF is #B2B240. Grayscale: #595959. Windows color (decimal): -11711041 or 12537165. OLE color: 12537165.
HSL color Cylindrical-coordinate representation of color #4D4DBF: hue angle of 240º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D4DBF is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 77 | 191 | - |
| CMYK | 0.60 | 0.60 | 0 | 0.25 |
| HSL | 240º | 0.47% | 0.53% | - |
| HSV(B) | 240º | 0.6% | 0.75% | - |
| XYZ | 15.12 | 10.65 | 50.55 | - |
| YUV | 90 | 185 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 77 | 191 | 0.60 | 0.60 | 0 | 0.25 | 240 | 0.47 | 0.53 |
| Hex | 4D | 4D | BF | 3C | 3C | 0 | 19 | F0 | 2F | 35 |
| Octal | 115 | 115 | 277 | 74 | 74 | 0 | 31 | 360 | 57 | 65 |
| Binary | 1001101 | 1001101 | 10111111 | 111100 | 111100 | 0 | 11001 | 11110000 | 101111 | 110101 |
Color Harmonies of #4D4DBF
Complementary color
Monochromatic Colors of #4D4DBF
Black with #4D4DBF
Text Example
Text Example
White with #4D4DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4DBF; }
p { color: rgb(77,77,191); }
H1.HeaderClassName
{
color: #4D4DBF;
}
.AnyTagClassName
{
color: #4D4DBF;
}
</style>
background-color css
<style>
a { background-color: #4D4DBF; }
a { background-color: rgb(77,77,191); }
div.DivClassName
{
background-color: #4D4DBF;
}
.BgClassName
{
background-color: #4D4DBF;
}
</style>
border-color css
<style>
span { border-color: #4D4DBF; }
span { border-color: rgb(77,77,191); }
td.TdClassName
{
border-color: #4D4DBF;
}
.TagClassName
{
border-color: #4D4DBF;
}
</style>