Shades of Free Speech Blue #4D45C6
Tints of Free Speech Blue #4D45C6
RGB
CMYK
RGB Variations
Color information
#4D45C6 (or 0x4D45C6) is known color: Free Speech Blue. HEX triplet: 4D, 45 and C6. RGB value is (77,69,198). Sum of RGB (Red+Green+Blue) = 77+69+198=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 198 (77.73% from 255 or 57.56% from 344); Max value from RGB is 198 - color contains mainly: blue. Hex color #4D45C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D45C6 is #B2BA39. Grayscale: #555555. Windows color (decimal): -11713082 or 12993869. OLE color: 12993869.
HSL color Cylindrical-coordinate representation of color #4D45C6: hue angle of 243.72º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D45C6 is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 69 | 198 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.22 |
| HSL | 243.72º | 0.53% | 0.52% | - |
| HSV(B) | 243.72º | 0.65% | 0.78% | - |
| XYZ | 15.38 | 9.91 | 54.53 | - |
| YUV | 86.1 | 191.15 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 198 | 0.61 | 0.65 | 0 | 0.22 | 243.72 | 0.53 | 0.52 |
| Hex | 4D | 45 | C6 | 3D | 41 | 0 | 16 | F4 | 35 | 34 |
| Octal | 115 | 105 | 306 | 75 | 101 | 0 | 26 | 364 | 65 | 64 |
| Binary | 1001101 | 1000101 | 11000110 | 111101 | 1000001 | 0 | 10110 | 11110100 | 110101 | 110100 |
Color Harmonies of #4D45C6
Complementary color
Monochromatic Colors of #4D45C6
Black with #4D45C6
Text Example
Text Example
White with #4D45C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D45C6; }
p { color: rgb(77,69,198); }
H1.HeaderClassName
{
color: #4D45C6;
}
.AnyTagClassName
{
color: #4D45C6;
}
</style>
background-color css
<style>
a { background-color: #4D45C6; }
a { background-color: rgb(77,69,198); }
div.DivClassName
{
background-color: #4D45C6;
}
.BgClassName
{
background-color: #4D45C6;
}
</style>
border-color css
<style>
span { border-color: #4D45C6; }
span { border-color: rgb(77,69,198); }
td.TdClassName
{
border-color: #4D45C6;
}
.TagClassName
{
border-color: #4D45C6;
}
</style>