Shades of Free Speech Blue #4E4ECA
Tints of Free Speech Blue #4E4ECA
RGB
CMYK
RGB Variations
Color information
#4E4ECA (or 0x4E4ECA) is known color: Free Speech Blue. HEX triplet: 4E, 4E and CA. RGB value is (78,78,202). Sum of RGB (Red+Green+Blue) = 78+78+202=358 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.79% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E4ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E4ECA is #B1B135. Grayscale: #5B5B5B. Windows color (decimal): -11645238 or 13258318. OLE color: 13258318.
HSL color Cylindrical-coordinate representation of color #4E4ECA: hue angle of 240º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E4ECA is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 78 | 202 | - |
| CMYK | 0.61 | 0.61 | 0 | 0.21 |
| HSL | 240º | 0.54% | 0.55% | - |
| HSV(B) | 240º | 0.61% | 0.79% | - |
| XYZ | 16.53 | 11.33 | 57.19 | - |
| YUV | 92.14 | 190 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 78 | 202 | 0.61 | 0.61 | 0 | 0.21 | 240 | 0.54 | 0.55 |
| Hex | 4E | 4E | CA | 3D | 3D | 0 | 15 | F0 | 36 | 37 |
| Octal | 116 | 116 | 312 | 75 | 75 | 0 | 25 | 360 | 66 | 67 |
| Binary | 1001110 | 1001110 | 11001010 | 111101 | 111101 | 0 | 10101 | 11110000 | 110110 | 110111 |
Color Harmonies of #4E4ECA
Complementary color
Monochromatic Colors of #4E4ECA
Black with #4E4ECA
Text Example
Text Example
White with #4E4ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4ECA; }
p { color: rgb(78,78,202); }
H1.HeaderClassName
{
color: #4E4ECA;
}
.AnyTagClassName
{
color: #4E4ECA;
}
</style>
background-color css
<style>
a { background-color: #4E4ECA; }
a { background-color: rgb(78,78,202); }
div.DivClassName
{
background-color: #4E4ECA;
}
.BgClassName
{
background-color: #4E4ECA;
}
</style>
border-color css
<style>
span { border-color: #4E4ECA; }
span { border-color: rgb(78,78,202); }
td.TdClassName
{
border-color: #4E4ECA;
}
.TagClassName
{
border-color: #4E4ECA;
}
</style>