Shades of Free Speech Blue #493AD6
Tints of Free Speech Blue #493AD6
RGB
CMYK
RGB Variations
Color information
#493AD6 (or 0x493AD6) is known color: Free Speech Blue. HEX triplet: 49, 3A and D6. RGB value is (73,58,214). Sum of RGB (Red+Green+Blue) = 73+58+214=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 214 (83.98% from 255 or 62.03% from 345); Max value from RGB is 214 - color contains mainly: blue. Hex color #493AD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493AD6 is #B6C529. Grayscale: #4F4F4F. Windows color (decimal): -11978026 or 14039625. OLE color: 14039625.
HSL color Cylindrical-coordinate representation of color #493AD6: hue angle of 245.77º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #493AD6 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 58 | 214 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.16 |
| HSL | 245.77º | 0.66% | 0.53% | - |
| HSV(B) | 245.77º | 0.73% | 0.84% | - |
| XYZ | 16.4 | 9.3 | 64.55 | - |
| YUV | 80.27 | 203.47 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 214 | 0.66 | 0.73 | 0 | 0.16 | 245.77 | 0.66 | 0.53 |
| Hex | 49 | 3A | D6 | 42 | 49 | 0 | 10 | F6 | 42 | 35 |
| Octal | 111 | 72 | 326 | 102 | 111 | 0 | 20 | 366 | 102 | 65 |
| Binary | 1001001 | 111010 | 11010110 | 1000010 | 1001001 | 0 | 10000 | 11110110 | 1000010 | 110101 |
Color Harmonies of #493AD6
Complementary color
Monochromatic Colors of #493AD6
Black with #493AD6
Text Example
Text Example
White with #493AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493AD6; }
p { color: rgb(73,58,214); }
H1.HeaderClassName
{
color: #493AD6;
}
.AnyTagClassName
{
color: #493AD6;
}
</style>
background-color css
<style>
a { background-color: #493AD6; }
a { background-color: rgb(73,58,214); }
div.DivClassName
{
background-color: #493AD6;
}
.BgClassName
{
background-color: #493AD6;
}
</style>
border-color css
<style>
span { border-color: #493AD6; }
span { border-color: rgb(73,58,214); }
td.TdClassName
{
border-color: #493AD6;
}
.TagClassName
{
border-color: #493AD6;
}
</style>