Shades of Free Speech Blue #4E5CCC
Tints of Free Speech Blue #4E5CCC
RGB
CMYK
RGB Variations
Color information
#4E5CCC (or 0x4E5CCC) is known color: Free Speech Blue. HEX triplet: 4E, 5C and CC. RGB value is (78,92,204). Sum of RGB (Red+Green+Blue) = 78+92+204=374 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.86% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #4E5CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5CCC is #B1A333. Grayscale: #646464. Windows color (decimal): -11641652 or 13392974. OLE color: 13392974.
HSL color Cylindrical-coordinate representation of color #4E5CCC: hue angle of 233.33º degrees, saturation: 0.55, 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 #4E5CCC is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 78 | 92 | 204 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.2 |
| HSL | 233.33º | 0.55% | 0.55% | - |
| HSV(B) | 233.33º | 0.62% | 0.8% | - |
| XYZ | 17.87 | 13.63 | 58.82 | - |
| YUV | 100.58 | 186.36 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 92 | 204 | 0.62 | 0.55 | 0 | 0.2 | 233.33 | 0.55 | 0.55 |
| Hex | 4E | 5C | CC | 3E | 37 | 0 | 14 | E9 | 37 | 37 |
| Octal | 116 | 134 | 314 | 76 | 67 | 0 | 24 | 351 | 67 | 67 |
| Binary | 1001110 | 1011100 | 11001100 | 111110 | 110111 | 0 | 10100 | 11101001 | 110111 | 110111 |
Color Harmonies of #4E5CCC
Complementary color
Monochromatic Colors of #4E5CCC
Black with #4E5CCC
Text Example
Text Example
White with #4E5CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5CCC; }
p { color: rgb(78,92,204); }
H1.HeaderClassName
{
color: #4E5CCC;
}
.AnyTagClassName
{
color: #4E5CCC;
}
</style>
background-color css
<style>
a { background-color: #4E5CCC; }
a { background-color: rgb(78,92,204); }
div.DivClassName
{
background-color: #4E5CCC;
}
.BgClassName
{
background-color: #4E5CCC;
}
</style>
border-color css
<style>
span { border-color: #4E5CCC; }
span { border-color: rgb(78,92,204); }
td.TdClassName
{
border-color: #4E5CCC;
}
.TagClassName
{
border-color: #4E5CCC;
}
</style>