Shades of Free Speech Blue #4E4CBE
Tints of Free Speech Blue #4E4CBE
RGB
CMYK
RGB Variations
Color information
#4E4CBE (or 0x4E4CBE) is known color: Free Speech Blue. HEX triplet: 4E, 4C and BE. RGB value is (78,76,190). Sum of RGB (Red+Green+Blue) = 78+76+190=344 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.67% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E4CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E4CBE is #B1B341. Grayscale: #595959. Windows color (decimal): -11645762 or 12471374. OLE color: 12471374.
HSL color Cylindrical-coordinate representation of color #4E4CBE: hue angle of 241.05º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E4CBE is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 76 | 190 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.25 |
| HSL | 241.05º | 0.47% | 0.52% | - |
| HSV(B) | 241.05º | 0.6% | 0.75% | - |
| XYZ | 15.02 | 10.51 | 49.95 | - |
| YUV | 89.59 | 184.66 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 76 | 190 | 0.59 | 0.60 | 0 | 0.25 | 241.05 | 0.47 | 0.52 |
| Hex | 4E | 4C | BE | 3B | 3C | 0 | 19 | F1 | 2F | 34 |
| Octal | 116 | 114 | 276 | 73 | 74 | 0 | 31 | 361 | 57 | 64 |
| Binary | 1001110 | 1001100 | 10111110 | 111011 | 111100 | 0 | 11001 | 11110001 | 101111 | 110100 |
Color Harmonies of #4E4CBE
Complementary color
Monochromatic Colors of #4E4CBE
Black with #4E4CBE
Text Example
Text Example
White with #4E4CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4CBE; }
p { color: rgb(78,76,190); }
H1.HeaderClassName
{
color: #4E4CBE;
}
.AnyTagClassName
{
color: #4E4CBE;
}
</style>
background-color css
<style>
a { background-color: #4E4CBE; }
a { background-color: rgb(78,76,190); }
div.DivClassName
{
background-color: #4E4CBE;
}
.BgClassName
{
background-color: #4E4CBE;
}
</style>
border-color css
<style>
span { border-color: #4E4CBE; }
span { border-color: rgb(78,76,190); }
td.TdClassName
{
border-color: #4E4CBE;
}
.TagClassName
{
border-color: #4E4CBE;
}
</style>