Shades of Free Speech Blue #4E4BC6
Tints of Free Speech Blue #4E4BC6
RGB
CMYK
RGB Variations
Color information
#4E4BC6 (or 0x4E4BC6) is known color: Free Speech Blue. HEX triplet: 4E, 4B and C6. RGB value is (78,75,198). Sum of RGB (Red+Green+Blue) = 78+75+198=351 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.22% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 198 (77.73% from 255 or 56.41% from 351); Max value from RGB is 198 - color contains mainly: blue. Hex color #4E4BC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E4BC6 is #B1B439. Grayscale: #595959. Windows color (decimal): -11646010 or 12995406. OLE color: 12995406.
HSL color Cylindrical-coordinate representation of color #4E4BC6: hue angle of 241.46º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E4BC6 is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 75 | 198 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.22 |
| HSL | 241.46º | 0.52% | 0.54% | - |
| HSV(B) | 241.46º | 0.62% | 0.78% | - |
| XYZ | 15.85 | 10.73 | 54.66 | - |
| YUV | 89.92 | 188.99 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 75 | 198 | 0.61 | 0.62 | 0 | 0.22 | 241.46 | 0.52 | 0.54 |
| Hex | 4E | 4B | C6 | 3D | 3E | 0 | 16 | F1 | 34 | 36 |
| Octal | 116 | 113 | 306 | 75 | 76 | 0 | 26 | 361 | 64 | 66 |
| Binary | 1001110 | 1001011 | 11000110 | 111101 | 111110 | 0 | 10110 | 11110001 | 110100 | 110110 |
Color Harmonies of #4E4BC6
Complementary color
Monochromatic Colors of #4E4BC6
Black with #4E4BC6
Text Example
Text Example
White with #4E4BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4BC6; }
p { color: rgb(78,75,198); }
H1.HeaderClassName
{
color: #4E4BC6;
}
.AnyTagClassName
{
color: #4E4BC6;
}
</style>
background-color css
<style>
a { background-color: #4E4BC6; }
a { background-color: rgb(78,75,198); }
div.DivClassName
{
background-color: #4E4BC6;
}
.BgClassName
{
background-color: #4E4BC6;
}
</style>
border-color css
<style>
span { border-color: #4E4BC6; }
span { border-color: rgb(78,75,198); }
td.TdClassName
{
border-color: #4E4BC6;
}
.TagClassName
{
border-color: #4E4BC6;
}
</style>