Shades of Free Speech Blue #494EBA
Tints of Free Speech Blue #494EBA
RGB
CMYK
RGB Variations
Color information
#494EBA (or 0x494EBA) is known color: Free Speech Blue. HEX triplet: 49, 4E and BA. RGB value is (73,78,186). Sum of RGB (Red+Green+Blue) = 73+78+186=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #494EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494EBA is #B6B145. Grayscale: #585858. Windows color (decimal): -11972934 or 12209737. OLE color: 12209737.
HSL color Cylindrical-coordinate representation of color #494EBA: hue angle of 237.35º 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 #494EBA is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 78 | 186 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.27 |
| HSL | 237.35º | 0.45% | 0.51% | - |
| HSV(B) | 237.35º | 0.61% | 0.73% | - |
| XYZ | 14.33 | 10.41 | 47.71 | - |
| YUV | 88.82 | 182.84 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 78 | 186 | 0.61 | 0.58 | 0 | 0.27 | 237.35 | 0.45 | 0.51 |
| Hex | 49 | 4E | BA | 3D | 3A | 0 | 1B | ED | 2D | 33 |
| Octal | 111 | 116 | 272 | 75 | 72 | 0 | 33 | 355 | 55 | 63 |
| Binary | 1001001 | 1001110 | 10111010 | 111101 | 111010 | 0 | 11011 | 11101101 | 101101 | 110011 |
Color Harmonies of #494EBA
Complementary color
Monochromatic Colors of #494EBA
Black with #494EBA
Text Example
Text Example
White with #494EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494EBA; }
p { color: rgb(73,78,186); }
H1.HeaderClassName
{
color: #494EBA;
}
.AnyTagClassName
{
color: #494EBA;
}
</style>
background-color css
<style>
a { background-color: #494EBA; }
a { background-color: rgb(73,78,186); }
div.DivClassName
{
background-color: #494EBA;
}
.BgClassName
{
background-color: #494EBA;
}
</style>
border-color css
<style>
span { border-color: #494EBA; }
span { border-color: rgb(73,78,186); }
td.TdClassName
{
border-color: #494EBA;
}
.TagClassName
{
border-color: #494EBA;
}
</style>