Shades of Free Speech Blue #4D64CD
Tints of Free Speech Blue #4D64CD
RGB
CMYK
RGB Variations
Color information
#4D64CD (or 0x4D64CD) is known color: Free Speech Blue. HEX triplet: 4D, 64 and CD. RGB value is (77,100,205). Sum of RGB (Red+Green+Blue) = 77+100+205=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D64CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D64CD is #B29B32. Grayscale: #686868. Windows color (decimal): -11705139 or 13460557. OLE color: 13460557.
HSL color Cylindrical-coordinate representation of color #4D64CD: hue angle of 229.22º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D64CD is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 100 | 205 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.20 |
| HSL | 229.22º | 0.56% | 0.55% | - |
| HSV(B) | 229.22º | 0.62% | 0.8% | - |
| XYZ | 18.64 | 15.1 | 59.69 | - |
| YUV | 105.09 | 184.38 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 205 | 0.62 | 0.51 | 0 | 0.20 | 229.22 | 0.56 | 0.55 |
| Hex | 4D | 64 | CD | 3E | 33 | 0 | 14 | E5 | 38 | 37 |
| Octal | 115 | 144 | 315 | 76 | 63 | 0 | 24 | 345 | 70 | 67 |
| Binary | 1001101 | 1100100 | 11001101 | 111110 | 110011 | 0 | 10100 | 11100101 | 111000 | 110111 |
Color Harmonies of #4D64CD
Complementary color
Monochromatic Colors of #4D64CD
Black with #4D64CD
Text Example
Text Example
White with #4D64CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D64CD; }
p { color: rgb(77,100,205); }
H1.HeaderClassName
{
color: #4D64CD;
}
.AnyTagClassName
{
color: #4D64CD;
}
</style>
background-color css
<style>
a { background-color: #4D64CD; }
a { background-color: rgb(77,100,205); }
div.DivClassName
{
background-color: #4D64CD;
}
.BgClassName
{
background-color: #4D64CD;
}
</style>
border-color css
<style>
span { border-color: #4D64CD; }
span { border-color: rgb(77,100,205); }
td.TdClassName
{
border-color: #4D64CD;
}
.TagClassName
{
border-color: #4D64CD;
}
</style>