Shades of Free Speech Blue #4E5DCB
Tints of Free Speech Blue #4E5DCB
RGB
CMYK
RGB Variations
Color information
#4E5DCB (or 0x4E5DCB) is known color: Free Speech Blue. HEX triplet: 4E, 5D and CB. RGB value is (78,93,203). Sum of RGB (Red+Green+Blue) = 78+93+203=374 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.86% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #4E5DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5DCB is #B1A234. Grayscale: #646464. Windows color (decimal): -11641397 or 13327694. OLE color: 13327694.
HSL color Cylindrical-coordinate representation of color #4E5DCB: hue angle of 232.8º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E5DCB is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 93 | 203 | - |
| CMYK | 0.62 | 0.54 | 0 | 0.20 |
| HSL | 232.8º | 0.55% | 0.55% | - |
| HSV(B) | 232.8º | 0.62% | 0.8% | - |
| XYZ | 17.84 | 13.76 | 58.22 | - |
| YUV | 101.06 | 185.53 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 93 | 203 | 0.62 | 0.54 | 0 | 0.20 | 232.8 | 0.55 | 0.55 |
| Hex | 4E | 5D | CB | 3E | 36 | 0 | 14 | E9 | 37 | 37 |
| Octal | 116 | 135 | 313 | 76 | 66 | 0 | 24 | 351 | 67 | 67 |
| Binary | 1001110 | 1011101 | 11001011 | 111110 | 110110 | 0 | 10100 | 11101001 | 110111 | 110111 |
Color Harmonies of #4E5DCB
Complementary color
Monochromatic Colors of #4E5DCB
Black with #4E5DCB
Text Example
Text Example
White with #4E5DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5DCB; }
p { color: rgb(78,93,203); }
H1.HeaderClassName
{
color: #4E5DCB;
}
.AnyTagClassName
{
color: #4E5DCB;
}
</style>
background-color css
<style>
a { background-color: #4E5DCB; }
a { background-color: rgb(78,93,203); }
div.DivClassName
{
background-color: #4E5DCB;
}
.BgClassName
{
background-color: #4E5DCB;
}
</style>
border-color css
<style>
span { border-color: #4E5DCB; }
span { border-color: rgb(78,93,203); }
td.TdClassName
{
border-color: #4E5DCB;
}
.TagClassName
{
border-color: #4E5DCB;
}
</style>