Shades of Free Speech Blue #4E4CCF
Tints of Free Speech Blue #4E4CCF
RGB
CMYK
RGB Variations
Color information
#4E4CCF (or 0x4E4CCF) is known color: Free Speech Blue. HEX triplet: 4E, 4C and CF. RGB value is (78,76,207). Sum of RGB (Red+Green+Blue) = 78+76+207=361 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.61% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E4CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E4CCF is #B1B330. Grayscale: #5B5B5B. Windows color (decimal): -11645745 or 13585486. OLE color: 13585486.
HSL color Cylindrical-coordinate representation of color #4E4CCF: hue angle of 240.92º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E4CCF is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 76 | 207 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.19 |
| HSL | 240.92º | 0.58% | 0.55% | - |
| HSV(B) | 240.92º | 0.63% | 0.81% | - |
| XYZ | 16.99 | 11.29 | 60.32 | - |
| YUV | 91.53 | 193.16 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 76 | 207 | 0.62 | 0.63 | 0 | 0.19 | 240.92 | 0.58 | 0.55 |
| Hex | 4E | 4C | CF | 3E | 3F | 0 | 13 | F1 | 3A | 37 |
| Octal | 116 | 114 | 317 | 76 | 77 | 0 | 23 | 361 | 72 | 67 |
| Binary | 1001110 | 1001100 | 11001111 | 111110 | 111111 | 0 | 10011 | 11110001 | 111010 | 110111 |
Color Harmonies of #4E4CCF
Complementary color
Monochromatic Colors of #4E4CCF
Black with #4E4CCF
Text Example
Text Example
White with #4E4CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4CCF; }
p { color: rgb(78,76,207); }
H1.HeaderClassName
{
color: #4E4CCF;
}
.AnyTagClassName
{
color: #4E4CCF;
}
</style>
background-color css
<style>
a { background-color: #4E4CCF; }
a { background-color: rgb(78,76,207); }
div.DivClassName
{
background-color: #4E4CCF;
}
.BgClassName
{
background-color: #4E4CCF;
}
</style>
border-color css
<style>
span { border-color: #4E4CCF; }
span { border-color: rgb(78,76,207); }
td.TdClassName
{
border-color: #4E4CCF;
}
.TagClassName
{
border-color: #4E4CCF;
}
</style>