Shades of Free Speech Blue #494EC9
Tints of Free Speech Blue #494EC9
RGB
CMYK
RGB Variations
Color information
#494EC9 (or 0x494EC9) is known color: Free Speech Blue. HEX triplet: 49, 4E and C9. RGB value is (73,78,201). Sum of RGB (Red+Green+Blue) = 73+78+201=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 201 (78.91% from 255 or 57.10% from 352); Max value from RGB is 201 - color contains mainly: blue. Hex color #494EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494EC9 is #B6B136. Grayscale: #5A5A5A. Windows color (decimal): -11972919 or 13192777. OLE color: 13192777.
HSL color Cylindrical-coordinate representation of color #494EC9: hue angle of 237.66º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #494EC9 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 78 | 201 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.21 |
| HSL | 237.66º | 0.54% | 0.54% | - |
| HSV(B) | 237.66º | 0.64% | 0.79% | - |
| XYZ | 16.01 | 11.08 | 56.55 | - |
| YUV | 90.53 | 190.34 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 78 | 201 | 0.64 | 0.61 | 0 | 0.21 | 237.66 | 0.54 | 0.54 |
| Hex | 49 | 4E | C9 | 40 | 3D | 0 | 15 | EE | 36 | 36 |
| Octal | 111 | 116 | 311 | 100 | 75 | 0 | 25 | 356 | 66 | 66 |
| Binary | 1001001 | 1001110 | 11001001 | 1000000 | 111101 | 0 | 10101 | 11101110 | 110110 | 110110 |
Color Harmonies of #494EC9
Complementary color
Monochromatic Colors of #494EC9
Black with #494EC9
Text Example
Text Example
White with #494EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494EC9; }
p { color: rgb(73,78,201); }
H1.HeaderClassName
{
color: #494EC9;
}
.AnyTagClassName
{
color: #494EC9;
}
</style>
background-color css
<style>
a { background-color: #494EC9; }
a { background-color: rgb(73,78,201); }
div.DivClassName
{
background-color: #494EC9;
}
.BgClassName
{
background-color: #494EC9;
}
</style>
border-color css
<style>
span { border-color: #494EC9; }
span { border-color: rgb(73,78,201); }
td.TdClassName
{
border-color: #494EC9;
}
.TagClassName
{
border-color: #494EC9;
}
</style>