Shades of Free Speech Blue #4D47CE
Tints of Free Speech Blue #4D47CE
RGB
CMYK
RGB Variations
Color information
#4D47CE (or 0x4D47CE) is known color: Free Speech Blue. HEX triplet: 4D, 47 and CE. RGB value is (77,71,206). Sum of RGB (Red+Green+Blue) = 77+71+206=354 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.75% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D47CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D47CE is #B2B831. Grayscale: #575757. Windows color (decimal): -11712562 or 13518669. OLE color: 13518669.
HSL color Cylindrical-coordinate representation of color #4D47CE: hue angle of 242.67º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D47CE is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 71 | 206 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.19 |
| HSL | 242.67º | 0.58% | 0.54% | - |
| HSV(B) | 242.67º | 0.66% | 0.81% | - |
| XYZ | 16.45 | 10.54 | 59.56 | - |
| YUV | 88.18 | 194.49 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 71 | 206 | 0.63 | 0.66 | 0 | 0.19 | 242.67 | 0.58 | 0.54 |
| Hex | 4D | 47 | CE | 3F | 42 | 0 | 13 | F3 | 3A | 36 |
| Octal | 115 | 107 | 316 | 77 | 102 | 0 | 23 | 363 | 72 | 66 |
| Binary | 1001101 | 1000111 | 11001110 | 111111 | 1000010 | 0 | 10011 | 11110011 | 111010 | 110110 |
Color Harmonies of #4D47CE
Complementary color
Monochromatic Colors of #4D47CE
Black with #4D47CE
Text Example
Text Example
White with #4D47CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D47CE; }
p { color: rgb(77,71,206); }
H1.HeaderClassName
{
color: #4D47CE;
}
.AnyTagClassName
{
color: #4D47CE;
}
</style>
background-color css
<style>
a { background-color: #4D47CE; }
a { background-color: rgb(77,71,206); }
div.DivClassName
{
background-color: #4D47CE;
}
.BgClassName
{
background-color: #4D47CE;
}
</style>
border-color css
<style>
span { border-color: #4D47CE; }
span { border-color: rgb(77,71,206); }
td.TdClassName
{
border-color: #4D47CE;
}
.TagClassName
{
border-color: #4D47CE;
}
</style>