Shades of Free Speech Blue #4940CE
Tints of Free Speech Blue #4940CE
RGB
CMYK
RGB Variations
Color information
#4940CE (or 0x4940CE) is known color: Free Speech Blue. HEX triplet: 49, 40 and CE. RGB value is (73,64,206). Sum of RGB (Red+Green+Blue) = 73+64+206=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #4940CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4940CE is #B6BF31. Grayscale: #525252. Windows color (decimal): -11976498 or 13516873. OLE color: 13516873.
HSL color Cylindrical-coordinate representation of color #4940CE: hue angle of 243.8º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4940CE is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 64 | 206 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.19 |
| HSL | 243.8º | 0.59% | 0.53% | - |
| HSV(B) | 243.8º | 0.69% | 0.81% | - |
| XYZ | 15.72 | 9.54 | 59.41 | - |
| YUV | 82.88 | 197.48 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 206 | 0.65 | 0.69 | 0 | 0.19 | 243.8 | 0.59 | 0.53 |
| Hex | 49 | 40 | CE | 41 | 45 | 0 | 13 | F4 | 3B | 35 |
| Octal | 111 | 100 | 316 | 101 | 105 | 0 | 23 | 364 | 73 | 65 |
| Binary | 1001001 | 1000000 | 11001110 | 1000001 | 1000101 | 0 | 10011 | 11110100 | 111011 | 110101 |
Color Harmonies of #4940CE
Complementary color
Monochromatic Colors of #4940CE
Black with #4940CE
Text Example
Text Example
White with #4940CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4940CE; }
p { color: rgb(73,64,206); }
H1.HeaderClassName
{
color: #4940CE;
}
.AnyTagClassName
{
color: #4940CE;
}
</style>
background-color css
<style>
a { background-color: #4940CE; }
a { background-color: rgb(73,64,206); }
div.DivClassName
{
background-color: #4940CE;
}
.BgClassName
{
background-color: #4940CE;
}
</style>
border-color css
<style>
span { border-color: #4940CE; }
span { border-color: rgb(73,64,206); }
td.TdClassName
{
border-color: #4940CE;
}
.TagClassName
{
border-color: #4940CE;
}
</style>