Shades of Free Speech Blue #493FBC
Tints of Free Speech Blue #493FBC
RGB
CMYK
RGB Variations
Color information
#493FBC (or 0x493FBC) is known color: Free Speech Blue. HEX triplet: 49, 3F and BC. RGB value is (73,63,188). Sum of RGB (Red+Green+Blue) = 73+63+188=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #493FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493FBC is #B6C043. Grayscale: #4F4F4F. Windows color (decimal): -11976772 or 12336969. OLE color: 12336969.
HSL color Cylindrical-coordinate representation of color #493FBC: hue angle of 244.8º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #493FBC is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 63 | 188 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.26 |
| HSL | 244.8º | 0.5% | 0.49% | - |
| HSV(B) | 244.8º | 0.66% | 0.74% | - |
| XYZ | 13.6 | 8.6 | 48.52 | - |
| YUV | 80.24 | 188.81 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 188 | 0.61 | 0.66 | 0 | 0.26 | 244.8 | 0.5 | 0.49 |
| Hex | 49 | 3F | BC | 3D | 42 | 0 | 1A | F5 | 32 | 31 |
| Octal | 111 | 77 | 274 | 75 | 102 | 0 | 32 | 365 | 62 | 61 |
| Binary | 1001001 | 111111 | 10111100 | 111101 | 1000010 | 0 | 11010 | 11110101 | 110010 | 110001 |
Color Harmonies of #493FBC
Complementary color
Monochromatic Colors of #493FBC
Black with #493FBC
Text Example
Text Example
White with #493FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493FBC; }
p { color: rgb(73,63,188); }
H1.HeaderClassName
{
color: #493FBC;
}
.AnyTagClassName
{
color: #493FBC;
}
</style>
background-color css
<style>
a { background-color: #493FBC; }
a { background-color: rgb(73,63,188); }
div.DivClassName
{
background-color: #493FBC;
}
.BgClassName
{
background-color: #493FBC;
}
</style>
border-color css
<style>
span { border-color: #493FBC; }
span { border-color: rgb(73,63,188); }
td.TdClassName
{
border-color: #493FBC;
}
.TagClassName
{
border-color: #493FBC;
}
</style>