Shades of Free Speech Blue #4E4DCB
Tints of Free Speech Blue #4E4DCB
RGB
CMYK
RGB Variations
Color information
#4E4DCB (or 0x4E4DCB) is known color: Free Speech Blue. HEX triplet: 4E, 4D and CB. RGB value is (78,77,203). Sum of RGB (Red+Green+Blue) = 78+77+203=358 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.79% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #4E4DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E4DCB is #B1B234. Grayscale: #5B5B5B. Windows color (decimal): -11645493 or 13323598. OLE color: 13323598.
HSL color Cylindrical-coordinate representation of color #4E4DCB: hue angle of 240.48º 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 #4E4DCB is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 77 | 203 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.20 |
| HSL | 240.48º | 0.55% | 0.55% | - |
| HSV(B) | 240.48º | 0.62% | 0.8% | - |
| XYZ | 16.58 | 11.24 | 57.8 | - |
| YUV | 91.66 | 190.83 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 77 | 203 | 0.62 | 0.62 | 0 | 0.20 | 240.48 | 0.55 | 0.55 |
| Hex | 4E | 4D | CB | 3E | 3E | 0 | 14 | F0 | 37 | 37 |
| Octal | 116 | 115 | 313 | 76 | 76 | 0 | 24 | 360 | 67 | 67 |
| Binary | 1001110 | 1001101 | 11001011 | 111110 | 111110 | 0 | 10100 | 11110000 | 110111 | 110111 |
Color Harmonies of #4E4DCB
Complementary color
Monochromatic Colors of #4E4DCB
Black with #4E4DCB
Text Example
Text Example
White with #4E4DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4DCB; }
p { color: rgb(78,77,203); }
H1.HeaderClassName
{
color: #4E4DCB;
}
.AnyTagClassName
{
color: #4E4DCB;
}
</style>
background-color css
<style>
a { background-color: #4E4DCB; }
a { background-color: rgb(78,77,203); }
div.DivClassName
{
background-color: #4E4DCB;
}
.BgClassName
{
background-color: #4E4DCB;
}
</style>
border-color css
<style>
span { border-color: #4E4DCB; }
span { border-color: rgb(78,77,203); }
td.TdClassName
{
border-color: #4E4DCB;
}
.TagClassName
{
border-color: #4E4DCB;
}
</style>