Shades of Free Speech Blue #4D64B4
Tints of Free Speech Blue #4D64B4
RGB
CMYK
RGB Variations
Color information
#4D64B4 (or 0x4D64B4) is known color: Free Speech Blue. HEX triplet: 4D, 64 and B4. RGB value is (77,100,180). Sum of RGB (Red+Green+Blue) = 77+100+180=357 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.57% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 180 (70.70% from 255 or 50.42% from 357); Max value from RGB is 180 - color contains mainly: blue. Hex color #4D64B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D64B4 is #B29B4B. Grayscale: #656565. Windows color (decimal): -11705164 or 11822157. OLE color: 11822157.
HSL color Cylindrical-coordinate representation of color #4D64B4: hue angle of 226.6º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D64B4 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 100 | 180 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.29 |
| HSL | 226.6º | 0.41% | 0.5% | - |
| HSV(B) | 226.6º | 0.57% | 0.71% | - |
| XYZ | 15.86 | 13.99 | 45.04 | - |
| YUV | 102.24 | 171.88 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 180 | 0.57 | 0.44 | 0 | 0.29 | 226.6 | 0.41 | 0.5 |
| Hex | 4D | 64 | B4 | 39 | 2C | 0 | 1D | E3 | 29 | 32 |
| Octal | 115 | 144 | 264 | 71 | 54 | 0 | 35 | 343 | 51 | 62 |
| Binary | 1001101 | 1100100 | 10110100 | 111001 | 101100 | 0 | 11101 | 11100011 | 101001 | 110010 |
Color Harmonies of #4D64B4
Complementary color
Monochromatic Colors of #4D64B4
Black with #4D64B4
Text Example
Text Example
White with #4D64B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D64B4; }
p { color: rgb(77,100,180); }
H1.HeaderClassName
{
color: #4D64B4;
}
.AnyTagClassName
{
color: #4D64B4;
}
</style>
background-color css
<style>
a { background-color: #4D64B4; }
a { background-color: rgb(77,100,180); }
div.DivClassName
{
background-color: #4D64B4;
}
.BgClassName
{
background-color: #4D64B4;
}
</style>
border-color css
<style>
span { border-color: #4D64B4; }
span { border-color: rgb(77,100,180); }
td.TdClassName
{
border-color: #4D64B4;
}
.TagClassName
{
border-color: #4D64B4;
}
</style>