Shades of Free Speech Blue #493ECD
Tints of Free Speech Blue #493ECD
RGB
CMYK
RGB Variations
Color information
#493ECD (or 0x493ECD) is known color: Free Speech Blue. HEX triplet: 49, 3E and CD. RGB value is (73,62,205). Sum of RGB (Red+Green+Blue) = 73+62+205=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 205 (80.47% from 255 or 60.29% from 340); Max value from RGB is 205 - color contains mainly: blue. Hex color #493ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493ECD is #B6C132. Grayscale: #515151. Windows color (decimal): -11977011 or 13450825. OLE color: 13450825.
HSL color Cylindrical-coordinate representation of color #493ECD: hue angle of 244.62º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #493ECD is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 62 | 205 | - |
| CMYK | 0.64 | 0.70 | 0 | 0.20 |
| HSL | 244.62º | 0.59% | 0.52% | - |
| HSV(B) | 244.62º | 0.7% | 0.8% | - |
| XYZ | 15.49 | 9.27 | 58.73 | - |
| YUV | 81.59 | 197.64 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 62 | 205 | 0.64 | 0.70 | 0 | 0.20 | 244.62 | 0.59 | 0.52 |
| Hex | 49 | 3E | CD | 40 | 46 | 0 | 14 | F5 | 3B | 34 |
| Octal | 111 | 76 | 315 | 100 | 106 | 0 | 24 | 365 | 73 | 64 |
| Binary | 1001001 | 111110 | 11001101 | 1000000 | 1000110 | 0 | 10100 | 11110101 | 111011 | 110100 |
Color Harmonies of #493ECD
Complementary color
Monochromatic Colors of #493ECD
Black with #493ECD
Text Example
Text Example
White with #493ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493ECD; }
p { color: rgb(73,62,205); }
H1.HeaderClassName
{
color: #493ECD;
}
.AnyTagClassName
{
color: #493ECD;
}
</style>
background-color css
<style>
a { background-color: #493ECD; }
a { background-color: rgb(73,62,205); }
div.DivClassName
{
background-color: #493ECD;
}
.BgClassName
{
background-color: #493ECD;
}
</style>
border-color css
<style>
span { border-color: #493ECD; }
span { border-color: rgb(73,62,205); }
td.TdClassName
{
border-color: #493ECD;
}
.TagClassName
{
border-color: #493ECD;
}
</style>