Shades of Free Speech Blue #4940CF
Tints of Free Speech Blue #4940CF
RGB
CMYK
RGB Variations
Color information
#4940CF (or 0x4940CF) is known color: Free Speech Blue. HEX triplet: 49, 40 and CF. RGB value is (73,64,207). Sum of RGB (Red+Green+Blue) = 73+64+207=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #4940CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4940CF is #B6BF30. Grayscale: #525252. Windows color (decimal): -11976497 or 13582409. OLE color: 13582409.
HSL color Cylindrical-coordinate representation of color #4940CF: hue angle of 243.78º degrees, saturation: 0.6, 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 #4940CF is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 64 | 207 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.19 |
| HSL | 243.78º | 0.6% | 0.53% | - |
| HSV(B) | 243.78º | 0.69% | 0.81% | - |
| XYZ | 15.84 | 9.59 | 60.05 | - |
| YUV | 82.99 | 197.98 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 207 | 0.65 | 0.69 | 0 | 0.19 | 243.78 | 0.6 | 0.53 |
| Hex | 49 | 40 | CF | 41 | 45 | 0 | 13 | F4 | 3C | 35 |
| Octal | 111 | 100 | 317 | 101 | 105 | 0 | 23 | 364 | 74 | 65 |
| Binary | 1001001 | 1000000 | 11001111 | 1000001 | 1000101 | 0 | 10011 | 11110100 | 111100 | 110101 |
Color Harmonies of #4940CF
Complementary color
Monochromatic Colors of #4940CF
Black with #4940CF
Text Example
Text Example
White with #4940CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4940CF; }
p { color: rgb(73,64,207); }
H1.HeaderClassName
{
color: #4940CF;
}
.AnyTagClassName
{
color: #4940CF;
}
</style>
background-color css
<style>
a { background-color: #4940CF; }
a { background-color: rgb(73,64,207); }
div.DivClassName
{
background-color: #4940CF;
}
.BgClassName
{
background-color: #4940CF;
}
</style>
border-color css
<style>
span { border-color: #4940CF; }
span { border-color: rgb(73,64,207); }
td.TdClassName
{
border-color: #4940CF;
}
.TagClassName
{
border-color: #4940CF;
}
</style>