Shades of Free Speech Blue #493CBA
Tints of Free Speech Blue #493CBA
RGB
CMYK
RGB Variations
Color information
#493CBA (or 0x493CBA) is known color: Free Speech Blue. HEX triplet: 49, 3C and BA. RGB value is (73,60,186). Sum of RGB (Red+Green+Blue) = 73+60+186=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #493CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493CBA is #B6C345. Grayscale: #4D4D4D. Windows color (decimal): -11977542 or 12205129. OLE color: 12205129.
HSL color Cylindrical-coordinate representation of color #493CBA: hue angle of 246.19º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #493CBA is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 60 | 186 | - |
| CMYK | 0.61 | 0.68 | 0 | 0.27 |
| HSL | 246.19º | 0.51% | 0.48% | - |
| HSV(B) | 246.19º | 0.68% | 0.73% | - |
| XYZ | 13.23 | 8.19 | 47.34 | - |
| YUV | 78.25 | 188.81 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 186 | 0.61 | 0.68 | 0 | 0.27 | 246.19 | 0.51 | 0.48 |
| Hex | 49 | 3C | BA | 3D | 44 | 0 | 1B | F6 | 33 | 30 |
| Octal | 111 | 74 | 272 | 75 | 104 | 0 | 33 | 366 | 63 | 60 |
| Binary | 1001001 | 111100 | 10111010 | 111101 | 1000100 | 0 | 11011 | 11110110 | 110011 | 110000 |
Color Harmonies of #493CBA
Complementary color
Monochromatic Colors of #493CBA
Black with #493CBA
Text Example
Text Example
White with #493CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493CBA; }
p { color: rgb(73,60,186); }
H1.HeaderClassName
{
color: #493CBA;
}
.AnyTagClassName
{
color: #493CBA;
}
</style>
background-color css
<style>
a { background-color: #493CBA; }
a { background-color: rgb(73,60,186); }
div.DivClassName
{
background-color: #493CBA;
}
.BgClassName
{
background-color: #493CBA;
}
</style>
border-color css
<style>
span { border-color: #493CBA; }
span { border-color: rgb(73,60,186); }
td.TdClassName
{
border-color: #493CBA;
}
.TagClassName
{
border-color: #493CBA;
}
</style>