Shades of Free Speech Blue #494DBB
Tints of Free Speech Blue #494DBB
RGB
CMYK
RGB Variations
Color information
#494DBB (or 0x494DBB) is known color: Free Speech Blue. HEX triplet: 49, 4D and BB. RGB value is (73,77,187). Sum of RGB (Red+Green+Blue) = 73+77+187=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #494DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494DBB is #B6B244. Grayscale: #575757. Windows color (decimal): -11973189 or 12275017. OLE color: 12275017.
HSL color Cylindrical-coordinate representation of color #494DBB: hue angle of 237.89º 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 #494DBB is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 77 | 187 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.27 |
| HSL | 237.89º | 0.46% | 0.51% | - |
| HSV(B) | 237.89º | 0.61% | 0.73% | - |
| XYZ | 14.37 | 10.31 | 48.25 | - |
| YUV | 88.34 | 183.67 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 187 | 0.61 | 0.59 | 0 | 0.27 | 237.89 | 0.46 | 0.51 |
| Hex | 49 | 4D | BB | 3D | 3B | 0 | 1B | EE | 2E | 33 |
| Octal | 111 | 115 | 273 | 75 | 73 | 0 | 33 | 356 | 56 | 63 |
| Binary | 1001001 | 1001101 | 10111011 | 111101 | 111011 | 0 | 11011 | 11101110 | 101110 | 110011 |
Color Harmonies of #494DBB
Complementary color
Monochromatic Colors of #494DBB
Black with #494DBB
Text Example
Text Example
White with #494DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494DBB; }
p { color: rgb(73,77,187); }
H1.HeaderClassName
{
color: #494DBB;
}
.AnyTagClassName
{
color: #494DBB;
}
</style>
background-color css
<style>
a { background-color: #494DBB; }
a { background-color: rgb(73,77,187); }
div.DivClassName
{
background-color: #494DBB;
}
.BgClassName
{
background-color: #494DBB;
}
</style>
border-color css
<style>
span { border-color: #494DBB; }
span { border-color: rgb(73,77,187); }
td.TdClassName
{
border-color: #494DBB;
}
.TagClassName
{
border-color: #494DBB;
}
</style>