Shades of Free Speech Blue #493FC5
Tints of Free Speech Blue #493FC5
RGB
CMYK
RGB Variations
Color information
#493FC5 (or 0x493FC5) is known color: Free Speech Blue. HEX triplet: 49, 3F and C5. RGB value is (73,63,197). Sum of RGB (Red+Green+Blue) = 73+63+197=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 197 (77.34% from 255 or 59.16% from 333); Max value from RGB is 197 - color contains mainly: blue. Hex color #493FC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493FC5 is #B6C03A. Grayscale: #505050. Windows color (decimal): -11976763 or 12926793. OLE color: 12926793.
HSL color Cylindrical-coordinate representation of color #493FC5: hue angle of 244.48º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #493FC5 is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 63 | 197 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.23 |
| HSL | 244.48º | 0.54% | 0.51% | - |
| HSV(B) | 244.48º | 0.68% | 0.77% | - |
| XYZ | 14.6 | 9 | 53.79 | - |
| YUV | 81.27 | 193.31 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 197 | 0.63 | 0.68 | 0 | 0.23 | 244.48 | 0.54 | 0.51 |
| Hex | 49 | 3F | C5 | 3F | 44 | 0 | 17 | F4 | 36 | 33 |
| Octal | 111 | 77 | 305 | 77 | 104 | 0 | 27 | 364 | 66 | 63 |
| Binary | 1001001 | 111111 | 11000101 | 111111 | 1000100 | 0 | 10111 | 11110100 | 110110 | 110011 |
Color Harmonies of #493FC5
Complementary color
Monochromatic Colors of #493FC5
Black with #493FC5
Text Example
Text Example
White with #493FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493FC5; }
p { color: rgb(73,63,197); }
H1.HeaderClassName
{
color: #493FC5;
}
.AnyTagClassName
{
color: #493FC5;
}
</style>
background-color css
<style>
a { background-color: #493FC5; }
a { background-color: rgb(73,63,197); }
div.DivClassName
{
background-color: #493FC5;
}
.BgClassName
{
background-color: #493FC5;
}
</style>
border-color css
<style>
span { border-color: #493FC5; }
span { border-color: rgb(73,63,197); }
td.TdClassName
{
border-color: #493FC5;
}
.TagClassName
{
border-color: #493FC5;
}
</style>