Shades of Free Speech Blue #4E64CD
Tints of Free Speech Blue #4E64CD
RGB
CMYK
RGB Variations
Color information
#4E64CD (or 0x4E64CD) is known color: Free Speech Blue. HEX triplet: 4E, 64 and CD. RGB value is (78,100,205). Sum of RGB (Red+Green+Blue) = 78+100+205=383 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.37% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #4E64CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E64CD is #B19B32. Grayscale: #686868. Windows color (decimal): -11639603 or 13460558. OLE color: 13460558.
HSL color Cylindrical-coordinate representation of color #4E64CD: hue angle of 229.61º 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 #4E64CD is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 100 | 205 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.20 |
| HSL | 229.61º | 0.56% | 0.55% | - |
| HSV(B) | 229.61º | 0.62% | 0.8% | - |
| XYZ | 18.72 | 15.14 | 59.69 | - |
| YUV | 105.39 | 184.21 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 100 | 205 | 0.62 | 0.51 | 0 | 0.20 | 229.61 | 0.56 | 0.55 |
| Hex | 4E | 64 | CD | 3E | 33 | 0 | 14 | E6 | 38 | 37 |
| Octal | 116 | 144 | 315 | 76 | 63 | 0 | 24 | 346 | 70 | 67 |
| Binary | 1001110 | 1100100 | 11001101 | 111110 | 110011 | 0 | 10100 | 11100110 | 111000 | 110111 |
Color Harmonies of #4E64CD
Complementary color
Monochromatic Colors of #4E64CD
Black with #4E64CD
Text Example
Text Example
White with #4E64CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E64CD; }
p { color: rgb(78,100,205); }
H1.HeaderClassName
{
color: #4E64CD;
}
.AnyTagClassName
{
color: #4E64CD;
}
</style>
background-color css
<style>
a { background-color: #4E64CD; }
a { background-color: rgb(78,100,205); }
div.DivClassName
{
background-color: #4E64CD;
}
.BgClassName
{
background-color: #4E64CD;
}
</style>
border-color css
<style>
span { border-color: #4E64CD; }
span { border-color: rgb(78,100,205); }
td.TdClassName
{
border-color: #4E64CD;
}
.TagClassName
{
border-color: #4E64CD;
}
</style>