Shades of Free Speech Blue #4D58C6
Tints of Free Speech Blue #4D58C6
RGB
CMYK
RGB Variations
Color information
#4D58C6 (or 0x4D58C6) is known color: Free Speech Blue. HEX triplet: 4D, 58 and C6. RGB value is (77,88,198). Sum of RGB (Red+Green+Blue) = 77+88+198=363 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.21% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 198 (77.73% from 255 or 54.55% from 363); Max value from RGB is 198 - color contains mainly: blue. Hex color #4D58C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D58C6 is #B2A739. Grayscale: #606060. Windows color (decimal): -11708218 or 12998733. OLE color: 12998733.
HSL color Cylindrical-coordinate representation of color #4D58C6: hue angle of 234.55º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D58C6 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 88 | 198 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.22 |
| HSL | 234.55º | 0.51% | 0.54% | - |
| HSV(B) | 234.55º | 0.61% | 0.78% | - |
| XYZ | 16.74 | 12.63 | 54.98 | - |
| YUV | 97.25 | 184.86 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 198 | 0.61 | 0.56 | 0 | 0.22 | 234.55 | 0.51 | 0.54 |
| Hex | 4D | 58 | C6 | 3D | 38 | 0 | 16 | EB | 33 | 36 |
| Octal | 115 | 130 | 306 | 75 | 70 | 0 | 26 | 353 | 63 | 66 |
| Binary | 1001101 | 1011000 | 11000110 | 111101 | 111000 | 0 | 10110 | 11101011 | 110011 | 110110 |
Color Harmonies of #4D58C6
Complementary color
Monochromatic Colors of #4D58C6
Black with #4D58C6
Text Example
Text Example
White with #4D58C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D58C6; }
p { color: rgb(77,88,198); }
H1.HeaderClassName
{
color: #4D58C6;
}
.AnyTagClassName
{
color: #4D58C6;
}
</style>
background-color css
<style>
a { background-color: #4D58C6; }
a { background-color: rgb(77,88,198); }
div.DivClassName
{
background-color: #4D58C6;
}
.BgClassName
{
background-color: #4D58C6;
}
</style>
border-color css
<style>
span { border-color: #4D58C6; }
span { border-color: rgb(77,88,198); }
td.TdClassName
{
border-color: #4D58C6;
}
.TagClassName
{
border-color: #4D58C6;
}
</style>