Shades of Free Speech Blue #4D5FC1
Tints of Free Speech Blue #4D5FC1
RGB
CMYK
RGB Variations
Color information
#4D5FC1 (or 0x4D5FC1) is known color: Free Speech Blue. HEX triplet: 4D, 5F and C1. RGB value is (77,95,193). Sum of RGB (Red+Green+Blue) = 77+95+193=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 193 (75.78% from 255 or 52.88% from 365); Max value from RGB is 193 - color contains mainly: blue. Hex color #4D5FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5FC1 is #B2A03E. Grayscale: #646464. Windows color (decimal): -11706431 or 12672845. OLE color: 12672845.
HSL color Cylindrical-coordinate representation of color #4D5FC1: hue angle of 230.69º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D5FC1 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 95 | 193 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.24 |
| HSL | 230.69º | 0.48% | 0.53% | - |
| HSV(B) | 230.69º | 0.6% | 0.76% | - |
| XYZ | 16.78 | 13.61 | 52.2 | - |
| YUV | 100.79 | 180.04 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 95 | 193 | 0.60 | 0.51 | 0 | 0.24 | 230.69 | 0.48 | 0.53 |
| Hex | 4D | 5F | C1 | 3C | 33 | 0 | 18 | E7 | 30 | 35 |
| Octal | 115 | 137 | 301 | 74 | 63 | 0 | 30 | 347 | 60 | 65 |
| Binary | 1001101 | 1011111 | 11000001 | 111100 | 110011 | 0 | 11000 | 11100111 | 110000 | 110101 |
Color Harmonies of #4D5FC1
Complementary color
Monochromatic Colors of #4D5FC1
Black with #4D5FC1
Text Example
Text Example
White with #4D5FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5FC1; }
p { color: rgb(77,95,193); }
H1.HeaderClassName
{
color: #4D5FC1;
}
.AnyTagClassName
{
color: #4D5FC1;
}
</style>
background-color css
<style>
a { background-color: #4D5FC1; }
a { background-color: rgb(77,95,193); }
div.DivClassName
{
background-color: #4D5FC1;
}
.BgClassName
{
background-color: #4D5FC1;
}
</style>
border-color css
<style>
span { border-color: #4D5FC1; }
span { border-color: rgb(77,95,193); }
td.TdClassName
{
border-color: #4D5FC1;
}
.TagClassName
{
border-color: #4D5FC1;
}
</style>