Shades of Free Speech Blue #4949DE
Tints of Free Speech Blue #4949DE
RGB
CMYK
RGB Variations
Color information
#4949DE (or 0x4949DE) is known color: Free Speech Blue. HEX triplet: 49, 49 and DE. RGB value is (73,73,222). Sum of RGB (Red+Green+Blue) = 73+73+222=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 222 (87.11% from 255 or 60.33% from 368); Max value from RGB is 222 - color contains mainly: blue. Hex color #4949DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4949DE is #B6B621. Grayscale: #595959. Windows color (decimal): -11974178 or 14567753. OLE color: 14567753.
HSL color Cylindrical-coordinate representation of color #4949DE: hue angle of 240º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4949DE is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 73 | 222 | - |
| CMYK | 0.67 | 0.67 | 0 | 0.13 |
| HSL | 240º | 0.69% | 0.58% | - |
| HSV(B) | 240º | 0.67% | 0.87% | - |
| XYZ | 18.32 | 11.46 | 70.35 | - |
| YUV | 89.99 | 202.5 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 73 | 222 | 0.67 | 0.67 | 0 | 0.13 | 240 | 0.69 | 0.58 |
| Hex | 49 | 49 | DE | 43 | 43 | 0 | D | F0 | 45 | 3A |
| Octal | 111 | 111 | 336 | 103 | 103 | 0 | 15 | 360 | 105 | 72 |
| Binary | 1001001 | 1001001 | 11011110 | 1000011 | 1000011 | 0 | 1101 | 11110000 | 1000101 | 111010 |
Color Harmonies of #4949DE
Complementary color
Monochromatic Colors of #4949DE
Black with #4949DE
Text Example
Text Example
White with #4949DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4949DE; }
p { color: rgb(73,73,222); }
H1.HeaderClassName
{
color: #4949DE;
}
.AnyTagClassName
{
color: #4949DE;
}
</style>
background-color css
<style>
a { background-color: #4949DE; }
a { background-color: rgb(73,73,222); }
div.DivClassName
{
background-color: #4949DE;
}
.BgClassName
{
background-color: #4949DE;
}
</style>
border-color css
<style>
span { border-color: #4949DE; }
span { border-color: rgb(73,73,222); }
td.TdClassName
{
border-color: #4949DE;
}
.TagClassName
{
border-color: #4949DE;
}
</style>