Shades of Free Speech Blue #496BBB
Tints of Free Speech Blue #496BBB
RGB
CMYK
RGB Variations
Color information
#496BBB (or 0x496BBB) is known color: Free Speech Blue. HEX triplet: 49, 6B and BB. RGB value is (73,107,187). Sum of RGB (Red+Green+Blue) = 73+107+187=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #496BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496BBB is #B69444. Grayscale: #696969. Windows color (decimal): -11965509 or 12282697. OLE color: 12282697.
HSL color Cylindrical-coordinate representation of color #496BBB: hue angle of 222.11º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #496BBB is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 107 | 187 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.27 |
| HSL | 222.11º | 0.46% | 0.51% | - |
| HSV(B) | 222.11º | 0.61% | 0.73% | - |
| XYZ | 16.97 | 15.52 | 49.11 | - |
| YUV | 105.95 | 173.74 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 107 | 187 | 0.61 | 0.43 | 0 | 0.27 | 222.11 | 0.46 | 0.51 |
| Hex | 49 | 6B | BB | 3D | 2B | 0 | 1B | DE | 2E | 33 |
| Octal | 111 | 153 | 273 | 75 | 53 | 0 | 33 | 336 | 56 | 63 |
| Binary | 1001001 | 1101011 | 10111011 | 111101 | 101011 | 0 | 11011 | 11011110 | 101110 | 110011 |
Color Harmonies of #496BBB
Complementary color
Monochromatic Colors of #496BBB
Black with #496BBB
Text Example
Text Example
White with #496BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496BBB; }
p { color: rgb(73,107,187); }
H1.HeaderClassName
{
color: #496BBB;
}
.AnyTagClassName
{
color: #496BBB;
}
</style>
background-color css
<style>
a { background-color: #496BBB; }
a { background-color: rgb(73,107,187); }
div.DivClassName
{
background-color: #496BBB;
}
.BgClassName
{
background-color: #496BBB;
}
</style>
border-color css
<style>
span { border-color: #496BBB; }
span { border-color: rgb(73,107,187); }
td.TdClassName
{
border-color: #496BBB;
}
.TagClassName
{
border-color: #496BBB;
}
</style>