Shades of Free Speech Blue #4D4FC1
Tints of Free Speech Blue #4D4FC1
RGB
CMYK
RGB Variations
Color information
#4D4FC1 (or 0x4D4FC1) is known color: Free Speech Blue. HEX triplet: 4D, 4F and C1. RGB value is (77,79,193). Sum of RGB (Red+Green+Blue) = 77+79+193=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 193 (75.78% from 255 or 55.30% from 349); Max value from RGB is 193 - color contains mainly: blue. Hex color #4D4FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D4FC1 is #B2B03E. Grayscale: #5A5A5A. Windows color (decimal): -11710527 or 12668749. OLE color: 12668749.
HSL color Cylindrical-coordinate representation of color #4D4FC1: hue angle of 238.97º 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 #4D4FC1 is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 79 | 193 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.24 |
| HSL | 238.97º | 0.48% | 0.53% | - |
| HSV(B) | 238.97º | 0.6% | 0.76% | - |
| XYZ | 15.48 | 11.02 | 51.76 | - |
| YUV | 91.4 | 185.34 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 79 | 193 | 0.60 | 0.59 | 0 | 0.24 | 238.97 | 0.48 | 0.53 |
| Hex | 4D | 4F | C1 | 3C | 3B | 0 | 18 | EF | 30 | 35 |
| Octal | 115 | 117 | 301 | 74 | 73 | 0 | 30 | 357 | 60 | 65 |
| Binary | 1001101 | 1001111 | 11000001 | 111100 | 111011 | 0 | 11000 | 11101111 | 110000 | 110101 |
Color Harmonies of #4D4FC1
Complementary color
Monochromatic Colors of #4D4FC1
Black with #4D4FC1
Text Example
Text Example
White with #4D4FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4FC1; }
p { color: rgb(77,79,193); }
H1.HeaderClassName
{
color: #4D4FC1;
}
.AnyTagClassName
{
color: #4D4FC1;
}
</style>
background-color css
<style>
a { background-color: #4D4FC1; }
a { background-color: rgb(77,79,193); }
div.DivClassName
{
background-color: #4D4FC1;
}
.BgClassName
{
background-color: #4D4FC1;
}
</style>
border-color css
<style>
span { border-color: #4D4FC1; }
span { border-color: rgb(77,79,193); }
td.TdClassName
{
border-color: #4D4FC1;
}
.TagClassName
{
border-color: #4D4FC1;
}
</style>