Shades of Free Speech Blue #4940CC
Tints of Free Speech Blue #4940CC
RGB
CMYK
RGB Variations
Color information
#4940CC (or 0x4940CC) is known color: Free Speech Blue. HEX triplet: 49, 40 and CC. RGB value is (73,64,204). Sum of RGB (Red+Green+Blue) = 73+64+204=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #4940CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4940CC is #B6BF33. Grayscale: #525252. Windows color (decimal): -11976500 or 13385801. OLE color: 13385801.
HSL color Cylindrical-coordinate representation of color #4940CC: hue angle of 243.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4940CC is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 64 | 204 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.2 |
| HSL | 243.86º | 0.58% | 0.53% | - |
| HSV(B) | 243.86º | 0.69% | 0.8% | - |
| XYZ | 15.48 | 9.44 | 58.13 | - |
| YUV | 82.65 | 196.48 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 204 | 0.64 | 0.69 | 0 | 0.2 | 243.86 | 0.58 | 0.53 |
| Hex | 49 | 40 | CC | 40 | 45 | 0 | 14 | F4 | 3A | 35 |
| Octal | 111 | 100 | 314 | 100 | 105 | 0 | 24 | 364 | 72 | 65 |
| Binary | 1001001 | 1000000 | 11001100 | 1000000 | 1000101 | 0 | 10100 | 11110100 | 111010 | 110101 |
Color Harmonies of #4940CC
Complementary color
Monochromatic Colors of #4940CC
Black with #4940CC
Text Example
Text Example
White with #4940CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4940CC; }
p { color: rgb(73,64,204); }
H1.HeaderClassName
{
color: #4940CC;
}
.AnyTagClassName
{
color: #4940CC;
}
</style>
background-color css
<style>
a { background-color: #4940CC; }
a { background-color: rgb(73,64,204); }
div.DivClassName
{
background-color: #4940CC;
}
.BgClassName
{
background-color: #4940CC;
}
</style>
border-color css
<style>
span { border-color: #4940CC; }
span { border-color: rgb(73,64,204); }
td.TdClassName
{
border-color: #4940CC;
}
.TagClassName
{
border-color: #4940CC;
}
</style>