Shades of Free Speech Blue #494FBA
Tints of Free Speech Blue #494FBA
RGB
CMYK
RGB Variations
Color information
#494FBA (or 0x494FBA) is known color: Free Speech Blue. HEX triplet: 49, 4F and BA. RGB value is (73,79,186). Sum of RGB (Red+Green+Blue) = 73+79+186=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #494FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494FBA is #B6B045. Grayscale: #585858. Windows color (decimal): -11972678 or 12209993. OLE color: 12209993.
HSL color Cylindrical-coordinate representation of color #494FBA: hue angle of 236.81º degrees, saturation: 0.45, 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 #494FBA is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 79 | 186 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.27 |
| HSL | 236.81º | 0.45% | 0.51% | - |
| HSV(B) | 236.81º | 0.61% | 0.73% | - |
| XYZ | 14.41 | 10.55 | 47.73 | - |
| YUV | 89.4 | 182.51 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 79 | 186 | 0.61 | 0.58 | 0 | 0.27 | 236.81 | 0.45 | 0.51 |
| Hex | 49 | 4F | BA | 3D | 3A | 0 | 1B | ED | 2D | 33 |
| Octal | 111 | 117 | 272 | 75 | 72 | 0 | 33 | 355 | 55 | 63 |
| Binary | 1001001 | 1001111 | 10111010 | 111101 | 111010 | 0 | 11011 | 11101101 | 101101 | 110011 |
Color Harmonies of #494FBA
Complementary color
Monochromatic Colors of #494FBA
Black with #494FBA
Text Example
Text Example
White with #494FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494FBA; }
p { color: rgb(73,79,186); }
H1.HeaderClassName
{
color: #494FBA;
}
.AnyTagClassName
{
color: #494FBA;
}
</style>
background-color css
<style>
a { background-color: #494FBA; }
a { background-color: rgb(73,79,186); }
div.DivClassName
{
background-color: #494FBA;
}
.BgClassName
{
background-color: #494FBA;
}
</style>
border-color css
<style>
span { border-color: #494FBA; }
span { border-color: rgb(73,79,186); }
td.TdClassName
{
border-color: #494FBA;
}
.TagClassName
{
border-color: #494FBA;
}
</style>