Shades of Free Speech Blue #493FCD
Tints of Free Speech Blue #493FCD
RGB
CMYK
RGB Variations
Color information
#493FCD (or 0x493FCD) is known color: Free Speech Blue. HEX triplet: 49, 3F and CD. RGB value is (73,63,205). Sum of RGB (Red+Green+Blue) = 73+63+205=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #493FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493FCD is #B6C032. Grayscale: #515151. Windows color (decimal): -11976755 or 13451081. OLE color: 13451081.
HSL color Cylindrical-coordinate representation of color #493FCD: hue angle of 244.23º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #493FCD is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 63 | 205 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.20 |
| HSL | 244.23º | 0.59% | 0.53% | - |
| HSV(B) | 244.23º | 0.69% | 0.8% | - |
| XYZ | 15.54 | 9.38 | 58.75 | - |
| YUV | 82.18 | 197.31 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 205 | 0.64 | 0.69 | 0 | 0.20 | 244.23 | 0.59 | 0.53 |
| Hex | 49 | 3F | CD | 40 | 45 | 0 | 14 | F4 | 3B | 35 |
| Octal | 111 | 77 | 315 | 100 | 105 | 0 | 24 | 364 | 73 | 65 |
| Binary | 1001001 | 111111 | 11001101 | 1000000 | 1000101 | 0 | 10100 | 11110100 | 111011 | 110101 |
Color Harmonies of #493FCD
Complementary color
Monochromatic Colors of #493FCD
Black with #493FCD
Text Example
Text Example
White with #493FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493FCD; }
p { color: rgb(73,63,205); }
H1.HeaderClassName
{
color: #493FCD;
}
.AnyTagClassName
{
color: #493FCD;
}
</style>
background-color css
<style>
a { background-color: #493FCD; }
a { background-color: rgb(73,63,205); }
div.DivClassName
{
background-color: #493FCD;
}
.BgClassName
{
background-color: #493FCD;
}
</style>
border-color css
<style>
span { border-color: #493FCD; }
span { border-color: rgb(73,63,205); }
td.TdClassName
{
border-color: #493FCD;
}
.TagClassName
{
border-color: #493FCD;
}
</style>