Shades of Free Speech Blue #4E52BB
Tints of Free Speech Blue #4E52BB
RGB
CMYK
RGB Variations
Color information
#4E52BB (or 0x4E52BB) is known color: Free Speech Blue. HEX triplet: 4E, 52 and BB. RGB value is (78,82,187). Sum of RGB (Red+Green+Blue) = 78+82+187=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #4E52BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E52BB is #B1AD44. Grayscale: #5C5C5C. Windows color (decimal): -11644229 or 12276302. OLE color: 12276302.
HSL color Cylindrical-coordinate representation of color #4E52BB: hue angle of 237.8º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E52BB is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 82 | 187 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.27 |
| HSL | 237.8º | 0.44% | 0.52% | - |
| HSV(B) | 237.8º | 0.58% | 0.73% | - |
| XYZ | 15.13 | 11.24 | 48.39 | - |
| YUV | 92.77 | 181.17 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 82 | 187 | 0.58 | 0.56 | 0 | 0.27 | 237.8 | 0.44 | 0.52 |
| Hex | 4E | 52 | BB | 3A | 38 | 0 | 1B | EE | 2C | 34 |
| Octal | 116 | 122 | 273 | 72 | 70 | 0 | 33 | 356 | 54 | 64 |
| Binary | 1001110 | 1010010 | 10111011 | 111010 | 111000 | 0 | 11011 | 11101110 | 101100 | 110100 |
Color Harmonies of #4E52BB
Complementary color
Monochromatic Colors of #4E52BB
Black with #4E52BB
Text Example
Text Example
White with #4E52BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E52BB; }
p { color: rgb(78,82,187); }
H1.HeaderClassName
{
color: #4E52BB;
}
.AnyTagClassName
{
color: #4E52BB;
}
</style>
background-color css
<style>
a { background-color: #4E52BB; }
a { background-color: rgb(78,82,187); }
div.DivClassName
{
background-color: #4E52BB;
}
.BgClassName
{
background-color: #4E52BB;
}
</style>
border-color css
<style>
span { border-color: #4E52BB; }
span { border-color: rgb(78,82,187); }
td.TdClassName
{
border-color: #4E52BB;
}
.TagClassName
{
border-color: #4E52BB;
}
</style>