Shades of Free Speech Blue #4D4BC0
Tints of Free Speech Blue #4D4BC0
RGB
CMYK
RGB Variations
Color information
#4D4BC0 (or 0x4D4BC0) is known color: Free Speech Blue. HEX triplet: 4D, 4B and C0. RGB value is (77,75,192). Sum of RGB (Red+Green+Blue) = 77+75+192=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 192 (75.39% from 255 or 55.81% from 344); Max value from RGB is 192 - color contains mainly: blue. Hex color #4D4BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D4BC0 is #B2B43F. Grayscale: #585858. Windows color (decimal): -11711552 or 12602189. OLE color: 12602189.
HSL color Cylindrical-coordinate representation of color #4D4BC0: hue angle of 241.03º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D4BC0 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 75 | 192 | - |
| CMYK | 0.60 | 0.61 | 0 | 0.25 |
| HSL | 241.03º | 0.48% | 0.52% | - |
| HSV(B) | 241.03º | 0.61% | 0.75% | - |
| XYZ | 15.09 | 10.42 | 51.08 | - |
| YUV | 88.94 | 186.16 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 75 | 192 | 0.60 | 0.61 | 0 | 0.25 | 241.03 | 0.48 | 0.52 |
| Hex | 4D | 4B | C0 | 3C | 3D | 0 | 19 | F1 | 30 | 34 |
| Octal | 115 | 113 | 300 | 74 | 75 | 0 | 31 | 361 | 60 | 64 |
| Binary | 1001101 | 1001011 | 11000000 | 111100 | 111101 | 0 | 11001 | 11110001 | 110000 | 110100 |
Color Harmonies of #4D4BC0
Complementary color
Monochromatic Colors of #4D4BC0
Black with #4D4BC0
Text Example
Text Example
White with #4D4BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4BC0; }
p { color: rgb(77,75,192); }
H1.HeaderClassName
{
color: #4D4BC0;
}
.AnyTagClassName
{
color: #4D4BC0;
}
</style>
background-color css
<style>
a { background-color: #4D4BC0; }
a { background-color: rgb(77,75,192); }
div.DivClassName
{
background-color: #4D4BC0;
}
.BgClassName
{
background-color: #4D4BC0;
}
</style>
border-color css
<style>
span { border-color: #4D4BC0; }
span { border-color: rgb(77,75,192); }
td.TdClassName
{
border-color: #4D4BC0;
}
.TagClassName
{
border-color: #4D4BC0;
}
</style>