Shades of Free Speech Blue #494ECF
Tints of Free Speech Blue #494ECF
RGB
CMYK
RGB Variations
Color information
#494ECF (or 0x494ECF) is known color: Free Speech Blue. HEX triplet: 49, 4E and CF. RGB value is (73,78,207). Sum of RGB (Red+Green+Blue) = 73+78+207=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #494ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494ECF is #B6B130. Grayscale: #5A5A5A. Windows color (decimal): -11972913 or 13585993. OLE color: 13585993.
HSL color Cylindrical-coordinate representation of color #494ECF: hue angle of 237.76º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #494ECF is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 78 | 207 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.19 |
| HSL | 237.76º | 0.58% | 0.55% | - |
| HSV(B) | 237.76º | 0.65% | 0.81% | - |
| XYZ | 16.73 | 11.37 | 60.34 | - |
| YUV | 91.21 | 193.34 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 78 | 207 | 0.65 | 0.62 | 0 | 0.19 | 237.76 | 0.58 | 0.55 |
| Hex | 49 | 4E | CF | 41 | 3E | 0 | 13 | EE | 3A | 37 |
| Octal | 111 | 116 | 317 | 101 | 76 | 0 | 23 | 356 | 72 | 67 |
| Binary | 1001001 | 1001110 | 11001111 | 1000001 | 111110 | 0 | 10011 | 11101110 | 111010 | 110111 |
Color Harmonies of #494ECF
Complementary color
Monochromatic Colors of #494ECF
Black with #494ECF
Text Example
Text Example
White with #494ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494ECF; }
p { color: rgb(73,78,207); }
H1.HeaderClassName
{
color: #494ECF;
}
.AnyTagClassName
{
color: #494ECF;
}
</style>
background-color css
<style>
a { background-color: #494ECF; }
a { background-color: rgb(73,78,207); }
div.DivClassName
{
background-color: #494ECF;
}
.BgClassName
{
background-color: #494ECF;
}
</style>
border-color css
<style>
span { border-color: #494ECF; }
span { border-color: rgb(73,78,207); }
td.TdClassName
{
border-color: #494ECF;
}
.TagClassName
{
border-color: #494ECF;
}
</style>