Shades of Free Speech Blue #4D59BA
Tints of Free Speech Blue #4D59BA
RGB
CMYK
RGB Variations
Color information
#4D59BA (or 0x4D59BA) is known color: Free Speech Blue. HEX triplet: 4D, 59 and BA. RGB value is (77,89,186). Sum of RGB (Red+Green+Blue) = 77+89+186=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D59BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D59BA is #B2A645. Grayscale: #606060. Windows color (decimal): -11707974 or 12212557. OLE color: 12212557.
HSL color Cylindrical-coordinate representation of color #4D59BA: hue angle of 233.39º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D59BA is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 89 | 186 | - |
| CMYK | 0.59 | 0.52 | 0 | 0.27 |
| HSL | 233.39º | 0.44% | 0.52% | - |
| HSV(B) | 233.39º | 0.59% | 0.73% | - |
| XYZ | 15.5 | 12.27 | 48.01 | - |
| YUV | 96.47 | 178.52 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 89 | 186 | 0.59 | 0.52 | 0 | 0.27 | 233.39 | 0.44 | 0.52 |
| Hex | 4D | 59 | BA | 3B | 34 | 0 | 1B | E9 | 2C | 34 |
| Octal | 115 | 131 | 272 | 73 | 64 | 0 | 33 | 351 | 54 | 64 |
| Binary | 1001101 | 1011001 | 10111010 | 111011 | 110100 | 0 | 11011 | 11101001 | 101100 | 110100 |
Color Harmonies of #4D59BA
Complementary color
Monochromatic Colors of #4D59BA
Black with #4D59BA
Text Example
Text Example
White with #4D59BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D59BA; }
p { color: rgb(77,89,186); }
H1.HeaderClassName
{
color: #4D59BA;
}
.AnyTagClassName
{
color: #4D59BA;
}
</style>
background-color css
<style>
a { background-color: #4D59BA; }
a { background-color: rgb(77,89,186); }
div.DivClassName
{
background-color: #4D59BA;
}
.BgClassName
{
background-color: #4D59BA;
}
</style>
border-color css
<style>
span { border-color: #4D59BA; }
span { border-color: rgb(77,89,186); }
td.TdClassName
{
border-color: #4D59BA;
}
.TagClassName
{
border-color: #4D59BA;
}
</style>