Shades of Free Speech Blue #4E4CCD
Tints of Free Speech Blue #4E4CCD
RGB
CMYK
RGB Variations
Color information
#4E4CCD (or 0x4E4CCD) is known color: Free Speech Blue. HEX triplet: 4E, 4C and CD. RGB value is (78,76,205). Sum of RGB (Red+Green+Blue) = 78+76+205=359 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.73% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #4E4CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E4CCD is #B1B332. Grayscale: #5A5A5A. Windows color (decimal): -11645747 or 13454414. OLE color: 13454414.
HSL color Cylindrical-coordinate representation of color #4E4CCD: hue angle of 240.93º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E4CCD is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 76 | 205 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.20 |
| HSL | 240.93º | 0.56% | 0.55% | - |
| HSV(B) | 240.93º | 0.63% | 0.8% | - |
| XYZ | 16.75 | 11.2 | 59.04 | - |
| YUV | 91.3 | 192.16 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 76 | 205 | 0.62 | 0.63 | 0 | 0.20 | 240.93 | 0.56 | 0.55 |
| Hex | 4E | 4C | CD | 3E | 3F | 0 | 14 | F1 | 38 | 37 |
| Octal | 116 | 114 | 315 | 76 | 77 | 0 | 24 | 361 | 70 | 67 |
| Binary | 1001110 | 1001100 | 11001101 | 111110 | 111111 | 0 | 10100 | 11110001 | 111000 | 110111 |
Color Harmonies of #4E4CCD
Complementary color
Monochromatic Colors of #4E4CCD
Black with #4E4CCD
Text Example
Text Example
White with #4E4CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4CCD; }
p { color: rgb(78,76,205); }
H1.HeaderClassName
{
color: #4E4CCD;
}
.AnyTagClassName
{
color: #4E4CCD;
}
</style>
background-color css
<style>
a { background-color: #4E4CCD; }
a { background-color: rgb(78,76,205); }
div.DivClassName
{
background-color: #4E4CCD;
}
.BgClassName
{
background-color: #4E4CCD;
}
</style>
border-color css
<style>
span { border-color: #4E4CCD; }
span { border-color: rgb(78,76,205); }
td.TdClassName
{
border-color: #4E4CCD;
}
.TagClassName
{
border-color: #4E4CCD;
}
</style>