Shades of Free Speech Blue #4E47CB
Tints of Free Speech Blue #4E47CB
RGB
CMYK
RGB Variations
Color information
#4E47CB (or 0x4E47CB) is known color: Free Speech Blue. HEX triplet: 4E, 47 and CB. RGB value is (78,71,203). Sum of RGB (Red+Green+Blue) = 78+71+203=352 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.16% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #4E47CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E47CB is #B1B834. Grayscale: #575757. Windows color (decimal): -11647029 or 13322062. OLE color: 13322062.
HSL color Cylindrical-coordinate representation of color #4E47CB: hue angle of 243.18º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E47CB is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 71 | 203 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.20 |
| HSL | 243.18º | 0.56% | 0.54% | - |
| HSV(B) | 243.18º | 0.65% | 0.8% | - |
| XYZ | 16.17 | 10.44 | 57.66 | - |
| YUV | 88.14 | 192.82 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 71 | 203 | 0.62 | 0.65 | 0 | 0.20 | 243.18 | 0.56 | 0.54 |
| Hex | 4E | 47 | CB | 3E | 41 | 0 | 14 | F3 | 38 | 36 |
| Octal | 116 | 107 | 313 | 76 | 101 | 0 | 24 | 363 | 70 | 66 |
| Binary | 1001110 | 1000111 | 11001011 | 111110 | 1000001 | 0 | 10100 | 11110011 | 111000 | 110110 |
Color Harmonies of #4E47CB
Complementary color
Monochromatic Colors of #4E47CB
Black with #4E47CB
Text Example
Text Example
White with #4E47CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E47CB; }
p { color: rgb(78,71,203); }
H1.HeaderClassName
{
color: #4E47CB;
}
.AnyTagClassName
{
color: #4E47CB;
}
</style>
background-color css
<style>
a { background-color: #4E47CB; }
a { background-color: rgb(78,71,203); }
div.DivClassName
{
background-color: #4E47CB;
}
.BgClassName
{
background-color: #4E47CB;
}
</style>
border-color css
<style>
span { border-color: #4E47CB; }
span { border-color: rgb(78,71,203); }
td.TdClassName
{
border-color: #4E47CB;
}
.TagClassName
{
border-color: #4E47CB;
}
</style>