Shades of Free Speech Blue #4E4BBE
Tints of Free Speech Blue #4E4BBE
RGB
CMYK
RGB Variations
Color information
#4E4BBE (or 0x4E4BBE) is known color: Free Speech Blue. HEX triplet: 4E, 4B and BE. RGB value is (78,75,190). Sum of RGB (Red+Green+Blue) = 78+75+190=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E4BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E4BBE is #B1B441. Grayscale: #585858. Windows color (decimal): -11646018 or 12471118. OLE color: 12471118.
HSL color Cylindrical-coordinate representation of color #4E4BBE: hue angle of 241.57º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E4BBE is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 75 | 190 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.25 |
| HSL | 241.57º | 0.47% | 0.52% | - |
| HSV(B) | 241.57º | 0.61% | 0.75% | - |
| XYZ | 14.95 | 10.37 | 49.93 | - |
| YUV | 89.01 | 184.99 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 75 | 190 | 0.59 | 0.61 | 0 | 0.25 | 241.57 | 0.47 | 0.52 |
| Hex | 4E | 4B | BE | 3B | 3D | 0 | 19 | F2 | 2F | 34 |
| Octal | 116 | 113 | 276 | 73 | 75 | 0 | 31 | 362 | 57 | 64 |
| Binary | 1001110 | 1001011 | 10111110 | 111011 | 111101 | 0 | 11001 | 11110010 | 101111 | 110100 |
Color Harmonies of #4E4BBE
Complementary color
Monochromatic Colors of #4E4BBE
Black with #4E4BBE
Text Example
Text Example
White with #4E4BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4BBE; }
p { color: rgb(78,75,190); }
H1.HeaderClassName
{
color: #4E4BBE;
}
.AnyTagClassName
{
color: #4E4BBE;
}
</style>
background-color css
<style>
a { background-color: #4E4BBE; }
a { background-color: rgb(78,75,190); }
div.DivClassName
{
background-color: #4E4BBE;
}
.BgClassName
{
background-color: #4E4BBE;
}
</style>
border-color css
<style>
span { border-color: #4E4BBE; }
span { border-color: rgb(78,75,190); }
td.TdClassName
{
border-color: #4E4BBE;
}
.TagClassName
{
border-color: #4E4BBE;
}
</style>