Shades of Free Speech Blue #4E55DD
Tints of Free Speech Blue #4E55DD
RGB
CMYK
RGB Variations
Color information
#4E55DD (or 0x4E55DD) is known color: Free Speech Blue. HEX triplet: 4E, 55 and DD. RGB value is (78,85,221). Sum of RGB (Red+Green+Blue) = 78+85+221=384 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.31% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #4E55DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E55DD is #B1AA22. Grayscale: #616161. Windows color (decimal): -11643427 or 14505294. OLE color: 14505294.
HSL color Cylindrical-coordinate representation of color #4E55DD: hue angle of 237.06º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E55DD is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 85 | 221 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.13 |
| HSL | 237.06º | 0.68% | 0.59% | - |
| HSV(B) | 237.06º | 0.65% | 0.87% | - |
| XYZ | 19.44 | 13.34 | 69.96 | - |
| YUV | 98.41 | 197.18 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 85 | 221 | 0.65 | 0.62 | 0 | 0.13 | 237.06 | 0.68 | 0.59 |
| Hex | 4E | 55 | DD | 41 | 3E | 0 | D | ED | 44 | 3B |
| Octal | 116 | 125 | 335 | 101 | 76 | 0 | 15 | 355 | 104 | 73 |
| Binary | 1001110 | 1010101 | 11011101 | 1000001 | 111110 | 0 | 1101 | 11101101 | 1000100 | 111011 |
Color Harmonies of #4E55DD
Complementary color
Monochromatic Colors of #4E55DD
Black with #4E55DD
Text Example
Text Example
White with #4E55DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E55DD; }
p { color: rgb(78,85,221); }
H1.HeaderClassName
{
color: #4E55DD;
}
.AnyTagClassName
{
color: #4E55DD;
}
</style>
background-color css
<style>
a { background-color: #4E55DD; }
a { background-color: rgb(78,85,221); }
div.DivClassName
{
background-color: #4E55DD;
}
.BgClassName
{
background-color: #4E55DD;
}
</style>
border-color css
<style>
span { border-color: #4E55DD; }
span { border-color: rgb(78,85,221); }
td.TdClassName
{
border-color: #4E55DD;
}
.TagClassName
{
border-color: #4E55DD;
}
</style>