Shades of Free Speech Blue #4E4FBD
Tints of Free Speech Blue #4E4FBD
RGB
CMYK
RGB Variations
Color information
#4E4FBD (or 0x4E4FBD) is known color: Free Speech Blue. HEX triplet: 4E, 4F and BD. RGB value is (78,79,189). Sum of RGB (Red+Green+Blue) = 78+79+189=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #4E4FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E4FBD is #B1B042. Grayscale: #5A5A5A. Windows color (decimal): -11644995 or 12406606. OLE color: 12406606.
HSL color Cylindrical-coordinate representation of color #4E4FBD: hue angle of 239.46º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E4FBD is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 79 | 189 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.26 |
| HSL | 239.46º | 0.46% | 0.52% | - |
| HSV(B) | 239.46º | 0.59% | 0.74% | - |
| XYZ | 15.12 | 10.89 | 49.45 | - |
| YUV | 91.24 | 183.17 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 79 | 189 | 0.59 | 0.58 | 0 | 0.26 | 239.46 | 0.46 | 0.52 |
| Hex | 4E | 4F | BD | 3B | 3A | 0 | 1A | EF | 2E | 34 |
| Octal | 116 | 117 | 275 | 73 | 72 | 0 | 32 | 357 | 56 | 64 |
| Binary | 1001110 | 1001111 | 10111101 | 111011 | 111010 | 0 | 11010 | 11101111 | 101110 | 110100 |
Color Harmonies of #4E4FBD
Complementary color
Monochromatic Colors of #4E4FBD
Black with #4E4FBD
Text Example
Text Example
White with #4E4FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4FBD; }
p { color: rgb(78,79,189); }
H1.HeaderClassName
{
color: #4E4FBD;
}
.AnyTagClassName
{
color: #4E4FBD;
}
</style>
background-color css
<style>
a { background-color: #4E4FBD; }
a { background-color: rgb(78,79,189); }
div.DivClassName
{
background-color: #4E4FBD;
}
.BgClassName
{
background-color: #4E4FBD;
}
</style>
border-color css
<style>
span { border-color: #4E4FBD; }
span { border-color: rgb(78,79,189); }
td.TdClassName
{
border-color: #4E4FBD;
}
.TagClassName
{
border-color: #4E4FBD;
}
</style>