Shades of Free Speech Blue #4D6AB9
Tints of Free Speech Blue #4D6AB9
RGB
CMYK
RGB Variations
Color information
#4D6AB9 (or 0x4D6AB9) is known color: Free Speech Blue. HEX triplet: 4D, 6A and B9. RGB value is (77,106,185). Sum of RGB (Red+Green+Blue) = 77+106+185=368 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.92% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 185 (72.66% from 255 or 50.27% from 368); Max value from RGB is 185 - color contains mainly: blue. Hex color #4D6AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D6AB9 is #B29546. Grayscale: #696969. Windows color (decimal): -11703623 or 12151373. OLE color: 12151373.
HSL color Cylindrical-coordinate representation of color #4D6AB9: hue angle of 223.89º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D6AB9 is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 106 | 185 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.27 |
| HSL | 223.89º | 0.44% | 0.51% | - |
| HSV(B) | 223.89º | 0.58% | 0.73% | - |
| XYZ | 16.97 | 15.39 | 47.97 | - |
| YUV | 106.34 | 172.39 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 106 | 185 | 0.58 | 0.43 | 0 | 0.27 | 223.89 | 0.44 | 0.51 |
| Hex | 4D | 6A | B9 | 3A | 2B | 0 | 1B | E0 | 2C | 33 |
| Octal | 115 | 152 | 271 | 72 | 53 | 0 | 33 | 340 | 54 | 63 |
| Binary | 1001101 | 1101010 | 10111001 | 111010 | 101011 | 0 | 11011 | 11100000 | 101100 | 110011 |
Color Harmonies of #4D6AB9
Complementary color
Monochromatic Colors of #4D6AB9
Black with #4D6AB9
Text Example
Text Example
White with #4D6AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6AB9; }
p { color: rgb(77,106,185); }
H1.HeaderClassName
{
color: #4D6AB9;
}
.AnyTagClassName
{
color: #4D6AB9;
}
</style>
background-color css
<style>
a { background-color: #4D6AB9; }
a { background-color: rgb(77,106,185); }
div.DivClassName
{
background-color: #4D6AB9;
}
.BgClassName
{
background-color: #4D6AB9;
}
</style>
border-color css
<style>
span { border-color: #4D6AB9; }
span { border-color: rgb(77,106,185); }
td.TdClassName
{
border-color: #4D6AB9;
}
.TagClassName
{
border-color: #4D6AB9;
}
</style>