Shades of Free Speech Blue #4949CC
Tints of Free Speech Blue #4949CC
RGB
CMYK
RGB Variations
Color information
#4949CC (or 0x4949CC) is known color: Free Speech Blue. HEX triplet: 49, 49 and CC. RGB value is (73,73,204). Sum of RGB (Red+Green+Blue) = 73+73+204=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #4949CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4949CC is #B6B633. Grayscale: #575757. Windows color (decimal): -11974196 or 13388105. OLE color: 13388105.
HSL color Cylindrical-coordinate representation of color #4949CC: hue angle of 240º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4949CC is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 73 | 204 | - |
| CMYK | 0.64 | 0.64 | 0 | 0.2 |
| HSL | 240º | 0.56% | 0.54% | - |
| HSV(B) | 240º | 0.64% | 0.8% | - |
| XYZ | 16.03 | 10.54 | 58.32 | - |
| YUV | 87.93 | 193.5 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 73 | 204 | 0.64 | 0.64 | 0 | 0.2 | 240 | 0.56 | 0.54 |
| Hex | 49 | 49 | CC | 40 | 40 | 0 | 14 | F0 | 38 | 36 |
| Octal | 111 | 111 | 314 | 100 | 100 | 0 | 24 | 360 | 70 | 66 |
| Binary | 1001001 | 1001001 | 11001100 | 1000000 | 1000000 | 0 | 10100 | 11110000 | 111000 | 110110 |
Color Harmonies of #4949CC
Complementary color
Monochromatic Colors of #4949CC
Black with #4949CC
Text Example
Text Example
White with #4949CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4949CC; }
p { color: rgb(73,73,204); }
H1.HeaderClassName
{
color: #4949CC;
}
.AnyTagClassName
{
color: #4949CC;
}
</style>
background-color css
<style>
a { background-color: #4949CC; }
a { background-color: rgb(73,73,204); }
div.DivClassName
{
background-color: #4949CC;
}
.BgClassName
{
background-color: #4949CC;
}
</style>
border-color css
<style>
span { border-color: #4949CC; }
span { border-color: rgb(73,73,204); }
td.TdClassName
{
border-color: #4949CC;
}
.TagClassName
{
border-color: #4949CC;
}
</style>