Shades of Free Speech Blue #4D64B9
Tints of Free Speech Blue #4D64B9
RGB
CMYK
RGB Variations
Color information
#4D64B9 (or 0x4D64B9) is known color: Free Speech Blue. HEX triplet: 4D, 64 and B9. RGB value is (77,100,185). Sum of RGB (Red+Green+Blue) = 77+100+185=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 185 (72.66% from 255 or 51.10% from 362); Max value from RGB is 185 - color contains mainly: blue. Hex color #4D64B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D64B9 is #B29B46. Grayscale: #666666. Windows color (decimal): -11705159 or 12149837. OLE color: 12149837.
HSL color Cylindrical-coordinate representation of color #4D64B9: hue angle of 227.22º 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 #4D64B9 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 100 | 185 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.27 |
| HSL | 227.22º | 0.44% | 0.51% | - |
| HSV(B) | 227.22º | 0.58% | 0.73% | - |
| XYZ | 16.37 | 14.19 | 47.78 | - |
| YUV | 102.81 | 174.38 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 185 | 0.58 | 0.46 | 0 | 0.27 | 227.22 | 0.44 | 0.51 |
| Hex | 4D | 64 | B9 | 3A | 2E | 0 | 1B | E3 | 2C | 33 |
| Octal | 115 | 144 | 271 | 72 | 56 | 0 | 33 | 343 | 54 | 63 |
| Binary | 1001101 | 1100100 | 10111001 | 111010 | 101110 | 0 | 11011 | 11100011 | 101100 | 110011 |
Color Harmonies of #4D64B9
Complementary color
Monochromatic Colors of #4D64B9
Black with #4D64B9
Text Example
Text Example
White with #4D64B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D64B9; }
p { color: rgb(77,100,185); }
H1.HeaderClassName
{
color: #4D64B9;
}
.AnyTagClassName
{
color: #4D64B9;
}
</style>
background-color css
<style>
a { background-color: #4D64B9; }
a { background-color: rgb(77,100,185); }
div.DivClassName
{
background-color: #4D64B9;
}
.BgClassName
{
background-color: #4D64B9;
}
</style>
border-color css
<style>
span { border-color: #4D64B9; }
span { border-color: rgb(77,100,185); }
td.TdClassName
{
border-color: #4D64B9;
}
.TagClassName
{
border-color: #4D64B9;
}
</style>