Shades of Free Speech Blue #4E5DBF
Tints of Free Speech Blue #4E5DBF
RGB
CMYK
RGB Variations
Color information
#4E5DBF (or 0x4E5DBF) is known color: Free Speech Blue. HEX triplet: 4E, 5D and BF. RGB value is (78,93,191). Sum of RGB (Red+Green+Blue) = 78+93+191=362 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.55% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #4E5DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5DBF is #B1A240. Grayscale: #636363. Windows color (decimal): -11641409 or 12541262. OLE color: 12541262.
HSL color Cylindrical-coordinate representation of color #4E5DBF: hue angle of 232.04º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E5DBF is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 93 | 191 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.25 |
| HSL | 232.04º | 0.47% | 0.53% | - |
| HSV(B) | 232.04º | 0.59% | 0.75% | - |
| XYZ | 16.46 | 13.21 | 50.97 | - |
| YUV | 99.69 | 179.53 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 93 | 191 | 0.59 | 0.51 | 0 | 0.25 | 232.04 | 0.47 | 0.53 |
| Hex | 4E | 5D | BF | 3B | 33 | 0 | 19 | E8 | 2F | 35 |
| Octal | 116 | 135 | 277 | 73 | 63 | 0 | 31 | 350 | 57 | 65 |
| Binary | 1001110 | 1011101 | 10111111 | 111011 | 110011 | 0 | 11001 | 11101000 | 101111 | 110101 |
Color Harmonies of #4E5DBF
Complementary color
Monochromatic Colors of #4E5DBF
Black with #4E5DBF
Text Example
Text Example
White with #4E5DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5DBF; }
p { color: rgb(78,93,191); }
H1.HeaderClassName
{
color: #4E5DBF;
}
.AnyTagClassName
{
color: #4E5DBF;
}
</style>
background-color css
<style>
a { background-color: #4E5DBF; }
a { background-color: rgb(78,93,191); }
div.DivClassName
{
background-color: #4E5DBF;
}
.BgClassName
{
background-color: #4E5DBF;
}
</style>
border-color css
<style>
span { border-color: #4E5DBF; }
span { border-color: rgb(78,93,191); }
td.TdClassName
{
border-color: #4E5DBF;
}
.TagClassName
{
border-color: #4E5DBF;
}
</style>