Shades of Free Speech Blue #493EC0
Tints of Free Speech Blue #493EC0
RGB
CMYK
RGB Variations
Color information
#493EC0 (or 0x493EC0) is known color: Free Speech Blue. HEX triplet: 49, 3E and C0. RGB value is (73,62,192). Sum of RGB (Red+Green+Blue) = 73+62+192=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 192 (75.39% from 255 or 58.72% from 327); Max value from RGB is 192 - color contains mainly: blue. Hex color #493EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493EC0 is #B6C13F. Grayscale: #4F4F4F. Windows color (decimal): -11977024 or 12598857. OLE color: 12598857.
HSL color Cylindrical-coordinate representation of color #493EC0: hue angle of 245.08º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #493EC0 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 62 | 192 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.25 |
| HSL | 245.08º | 0.51% | 0.5% | - |
| HSV(B) | 245.08º | 0.68% | 0.75% | - |
| XYZ | 13.98 | 8.67 | 50.81 | - |
| YUV | 80.11 | 191.14 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 62 | 192 | 0.62 | 0.68 | 0 | 0.25 | 245.08 | 0.51 | 0.5 |
| Hex | 49 | 3E | C0 | 3E | 44 | 0 | 19 | F5 | 33 | 32 |
| Octal | 111 | 76 | 300 | 76 | 104 | 0 | 31 | 365 | 63 | 62 |
| Binary | 1001001 | 111110 | 11000000 | 111110 | 1000100 | 0 | 11001 | 11110101 | 110011 | 110010 |
Color Harmonies of #493EC0
Complementary color
Monochromatic Colors of #493EC0
Black with #493EC0
Text Example
Text Example
White with #493EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493EC0; }
p { color: rgb(73,62,192); }
H1.HeaderClassName
{
color: #493EC0;
}
.AnyTagClassName
{
color: #493EC0;
}
</style>
background-color css
<style>
a { background-color: #493EC0; }
a { background-color: rgb(73,62,192); }
div.DivClassName
{
background-color: #493EC0;
}
.BgClassName
{
background-color: #493EC0;
}
</style>
border-color css
<style>
span { border-color: #493EC0; }
span { border-color: rgb(73,62,192); }
td.TdClassName
{
border-color: #493EC0;
}
.TagClassName
{
border-color: #493EC0;
}
</style>