Shades of Free Speech Blue #4E4CBC
Tints of Free Speech Blue #4E4CBC
RGB
CMYK
RGB Variations
Color information
#4E4CBC (or 0x4E4CBC) is known color: Free Speech Blue. HEX triplet: 4E, 4C and BC. RGB value is (78,76,188). Sum of RGB (Red+Green+Blue) = 78+76+188=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E4CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E4CBC is #B1B343. Grayscale: #585858. Windows color (decimal): -11645764 or 12340302. OLE color: 12340302.
HSL color Cylindrical-coordinate representation of color #4E4CBC: hue angle of 241.07º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E4CBC is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 76 | 188 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.26 |
| HSL | 241.07º | 0.46% | 0.52% | - |
| HSV(B) | 241.07º | 0.6% | 0.74% | - |
| XYZ | 14.8 | 10.42 | 48.81 | - |
| YUV | 89.37 | 183.66 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 76 | 188 | 0.59 | 0.60 | 0 | 0.26 | 241.07 | 0.46 | 0.52 |
| Hex | 4E | 4C | BC | 3B | 3C | 0 | 1A | F1 | 2E | 34 |
| Octal | 116 | 114 | 274 | 73 | 74 | 0 | 32 | 361 | 56 | 64 |
| Binary | 1001110 | 1001100 | 10111100 | 111011 | 111100 | 0 | 11010 | 11110001 | 101110 | 110100 |
Color Harmonies of #4E4CBC
Complementary color
Monochromatic Colors of #4E4CBC
Black with #4E4CBC
Text Example
Text Example
White with #4E4CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4CBC; }
p { color: rgb(78,76,188); }
H1.HeaderClassName
{
color: #4E4CBC;
}
.AnyTagClassName
{
color: #4E4CBC;
}
</style>
background-color css
<style>
a { background-color: #4E4CBC; }
a { background-color: rgb(78,76,188); }
div.DivClassName
{
background-color: #4E4CBC;
}
.BgClassName
{
background-color: #4E4CBC;
}
</style>
border-color css
<style>
span { border-color: #4E4CBC; }
span { border-color: rgb(78,76,188); }
td.TdClassName
{
border-color: #4E4CBC;
}
.TagClassName
{
border-color: #4E4CBC;
}
</style>