Shades of Free Speech Blue #4940DC
Tints of Free Speech Blue #4940DC
RGB
CMYK
RGB Variations
Color information
#4940DC (or 0x4940DC) is known color: Free Speech Blue. HEX triplet: 49, 40 and DC. RGB value is (73,64,220). Sum of RGB (Red+Green+Blue) = 73+64+220=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #4940DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4940DC is #B6BF23. Grayscale: #535353. Windows color (decimal): -11976484 or 14434377. OLE color: 14434377.
HSL color Cylindrical-coordinate representation of color #4940DC: hue angle of 243.46º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4940DC is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 64 | 220 | - |
| CMYK | 0.67 | 0.71 | 0 | 0.14 |
| HSL | 243.46º | 0.69% | 0.56% | - |
| HSV(B) | 243.46º | 0.71% | 0.86% | - |
| XYZ | 17.5 | 10.25 | 68.77 | - |
| YUV | 84.48 | 204.48 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 220 | 0.67 | 0.71 | 0 | 0.14 | 243.46 | 0.69 | 0.56 |
| Hex | 49 | 40 | DC | 43 | 47 | 0 | E | F3 | 45 | 38 |
| Octal | 111 | 100 | 334 | 103 | 107 | 0 | 16 | 363 | 105 | 70 |
| Binary | 1001001 | 1000000 | 11011100 | 1000011 | 1000111 | 0 | 1110 | 11110011 | 1000101 | 111000 |
Color Harmonies of #4940DC
Complementary color
Monochromatic Colors of #4940DC
Black with #4940DC
Text Example
Text Example
White with #4940DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4940DC; }
p { color: rgb(73,64,220); }
H1.HeaderClassName
{
color: #4940DC;
}
.AnyTagClassName
{
color: #4940DC;
}
</style>
background-color css
<style>
a { background-color: #4940DC; }
a { background-color: rgb(73,64,220); }
div.DivClassName
{
background-color: #4940DC;
}
.BgClassName
{
background-color: #4940DC;
}
</style>
border-color css
<style>
span { border-color: #4940DC; }
span { border-color: rgb(73,64,220); }
td.TdClassName
{
border-color: #4940DC;
}
.TagClassName
{
border-color: #4940DC;
}
</style>