Shades of Free Speech Blue #4E5FCE
Tints of Free Speech Blue #4E5FCE
RGB
CMYK
RGB Variations
Color information
#4E5FCE (or 0x4E5FCE) is known color: Free Speech Blue. HEX triplet: 4E, 5F and CE. RGB value is (78,95,206). Sum of RGB (Red+Green+Blue) = 78+95+206=379 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.58% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E5FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5FCE is #B1A031. Grayscale: #666666. Windows color (decimal): -11640882 or 13524814. OLE color: 13524814.
HSL color Cylindrical-coordinate representation of color #4E5FCE: hue angle of 232.03º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E5FCE is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 95 | 206 | - |
| CMYK | 0.62 | 0.54 | 0 | 0.19 |
| HSL | 232.03º | 0.57% | 0.56% | - |
| HSV(B) | 232.03º | 0.62% | 0.81% | - |
| XYZ | 18.37 | 14.26 | 60.18 | - |
| YUV | 102.57 | 186.37 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 95 | 206 | 0.62 | 0.54 | 0 | 0.19 | 232.03 | 0.57 | 0.56 |
| Hex | 4E | 5F | CE | 3E | 36 | 0 | 13 | E8 | 39 | 38 |
| Octal | 116 | 137 | 316 | 76 | 66 | 0 | 23 | 350 | 71 | 70 |
| Binary | 1001110 | 1011111 | 11001110 | 111110 | 110110 | 0 | 10011 | 11101000 | 111001 | 111000 |
Color Harmonies of #4E5FCE
Complementary color
Monochromatic Colors of #4E5FCE
Black with #4E5FCE
Text Example
Text Example
White with #4E5FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5FCE; }
p { color: rgb(78,95,206); }
H1.HeaderClassName
{
color: #4E5FCE;
}
.AnyTagClassName
{
color: #4E5FCE;
}
</style>
background-color css
<style>
a { background-color: #4E5FCE; }
a { background-color: rgb(78,95,206); }
div.DivClassName
{
background-color: #4E5FCE;
}
.BgClassName
{
background-color: #4E5FCE;
}
</style>
border-color css
<style>
span { border-color: #4E5FCE; }
span { border-color: rgb(78,95,206); }
td.TdClassName
{
border-color: #4E5FCE;
}
.TagClassName
{
border-color: #4E5FCE;
}
</style>