Shades of Free Speech Blue #4D49CE
Tints of Free Speech Blue #4D49CE
RGB
CMYK
RGB Variations
Color information
#4D49CE (or 0x4D49CE) is known color: Free Speech Blue. HEX triplet: 4D, 49 and CE. RGB value is (77,73,206). Sum of RGB (Red+Green+Blue) = 77+73+206=356 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.63% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D49CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D49CE is #B2B631. Grayscale: #585858. Windows color (decimal): -11712050 or 13519181. OLE color: 13519181.
HSL color Cylindrical-coordinate representation of color #4D49CE: hue angle of 241.8º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D49CE is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 73 | 206 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.19 |
| HSL | 241.8º | 0.58% | 0.55% | - |
| HSV(B) | 241.8º | 0.65% | 0.81% | - |
| XYZ | 16.58 | 10.8 | 59.6 | - |
| YUV | 89.36 | 193.83 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 73 | 206 | 0.63 | 0.65 | 0 | 0.19 | 241.8 | 0.58 | 0.55 |
| Hex | 4D | 49 | CE | 3F | 41 | 0 | 13 | F2 | 3A | 37 |
| Octal | 115 | 111 | 316 | 77 | 101 | 0 | 23 | 362 | 72 | 67 |
| Binary | 1001101 | 1001001 | 11001110 | 111111 | 1000001 | 0 | 10011 | 11110010 | 111010 | 110111 |
Color Harmonies of #4D49CE
Complementary color
Monochromatic Colors of #4D49CE
Black with #4D49CE
Text Example
Text Example
White with #4D49CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D49CE; }
p { color: rgb(77,73,206); }
H1.HeaderClassName
{
color: #4D49CE;
}
.AnyTagClassName
{
color: #4D49CE;
}
</style>
background-color css
<style>
a { background-color: #4D49CE; }
a { background-color: rgb(77,73,206); }
div.DivClassName
{
background-color: #4D49CE;
}
.BgClassName
{
background-color: #4D49CE;
}
</style>
border-color css
<style>
span { border-color: #4D49CE; }
span { border-color: rgb(77,73,206); }
td.TdClassName
{
border-color: #4D49CE;
}
.TagClassName
{
border-color: #4D49CE;
}
</style>