Shades of Free Speech Blue #4E4CDD
Tints of Free Speech Blue #4E4CDD
RGB
CMYK
RGB Variations
Color information
#4E4CDD (or 0x4E4CDD) is known color: Free Speech Blue. HEX triplet: 4E, 4C and DD. RGB value is (78,76,221). Sum of RGB (Red+Green+Blue) = 78+76+221=375 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.8% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #4E4CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E4CDD is #B1B322. Grayscale: #5C5C5C. Windows color (decimal): -11645731 or 14502990. OLE color: 14502990.
HSL color Cylindrical-coordinate representation of color #4E4CDD: hue angle of 240.83º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E4CDD is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 76 | 221 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.13 |
| HSL | 240.83º | 0.68% | 0.58% | - |
| HSV(B) | 240.83º | 0.66% | 0.87% | - |
| XYZ | 18.78 | 12.01 | 69.73 | - |
| YUV | 93.13 | 200.16 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 76 | 221 | 0.65 | 0.66 | 0 | 0.13 | 240.83 | 0.68 | 0.58 |
| Hex | 4E | 4C | DD | 41 | 42 | 0 | D | F1 | 44 | 3A |
| Octal | 116 | 114 | 335 | 101 | 102 | 0 | 15 | 361 | 104 | 72 |
| Binary | 1001110 | 1001100 | 11011101 | 1000001 | 1000010 | 0 | 1101 | 11110001 | 1000100 | 111010 |
Color Harmonies of #4E4CDD
Complementary color
Monochromatic Colors of #4E4CDD
Black with #4E4CDD
Text Example
Text Example
White with #4E4CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4CDD; }
p { color: rgb(78,76,221); }
H1.HeaderClassName
{
color: #4E4CDD;
}
.AnyTagClassName
{
color: #4E4CDD;
}
</style>
background-color css
<style>
a { background-color: #4E4CDD; }
a { background-color: rgb(78,76,221); }
div.DivClassName
{
background-color: #4E4CDD;
}
.BgClassName
{
background-color: #4E4CDD;
}
</style>
border-color css
<style>
span { border-color: #4E4CDD; }
span { border-color: rgb(78,76,221); }
td.TdClassName
{
border-color: #4E4CDD;
}
.TagClassName
{
border-color: #4E4CDD;
}
</style>