Shades of Free Speech Blue #4D4FDD
Tints of Free Speech Blue #4D4FDD
RGB
CMYK
RGB Variations
Color information
#4D4FDD (or 0x4D4FDD) is known color: Free Speech Blue. HEX triplet: 4D, 4F and DD. RGB value is (77,79,221). Sum of RGB (Red+Green+Blue) = 77+79+221=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D4FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D4FDD is #B2B022. Grayscale: #5E5E5E. Windows color (decimal): -11710499 or 14503757. OLE color: 14503757.
HSL color Cylindrical-coordinate representation of color #4D4FDD: hue angle of 239.17º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D4FDD is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 79 | 221 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.13 |
| HSL | 239.17º | 0.68% | 0.58% | - |
| HSV(B) | 239.17º | 0.65% | 0.87% | - |
| XYZ | 18.91 | 12.39 | 69.8 | - |
| YUV | 94.59 | 199.34 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 79 | 221 | 0.65 | 0.64 | 0 | 0.13 | 239.17 | 0.68 | 0.58 |
| Hex | 4D | 4F | DD | 41 | 40 | 0 | D | EF | 44 | 3A |
| Octal | 115 | 117 | 335 | 101 | 100 | 0 | 15 | 357 | 104 | 72 |
| Binary | 1001101 | 1001111 | 11011101 | 1000001 | 1000000 | 0 | 1101 | 11101111 | 1000100 | 111010 |
Color Harmonies of #4D4FDD
Complementary color
Monochromatic Colors of #4D4FDD
Black with #4D4FDD
Text Example
Text Example
White with #4D4FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4FDD; }
p { color: rgb(77,79,221); }
H1.HeaderClassName
{
color: #4D4FDD;
}
.AnyTagClassName
{
color: #4D4FDD;
}
</style>
background-color css
<style>
a { background-color: #4D4FDD; }
a { background-color: rgb(77,79,221); }
div.DivClassName
{
background-color: #4D4FDD;
}
.BgClassName
{
background-color: #4D4FDD;
}
</style>
border-color css
<style>
span { border-color: #4D4FDD; }
span { border-color: rgb(77,79,221); }
td.TdClassName
{
border-color: #4D4FDD;
}
.TagClassName
{
border-color: #4D4FDD;
}
</style>