Shades of Free Speech Blue #493DDB
Tints of Free Speech Blue #493DDB
RGB
CMYK
RGB Variations
Color information
#493DDB (or 0x493DDB) is known color: Free Speech Blue. HEX triplet: 49, 3D and DB. RGB value is (73,61,219). Sum of RGB (Red+Green+Blue) = 73+61+219=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #493DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493DDB is #B6C224. Grayscale: #515151. Windows color (decimal): -11977253 or 14368073. OLE color: 14368073.
HSL color Cylindrical-coordinate representation of color #493DDB: hue angle of 244.56º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #493DDB is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 61 | 219 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.14 |
| HSL | 244.56º | 0.69% | 0.55% | - |
| HSV(B) | 244.56º | 0.72% | 0.86% | - |
| XYZ | 17.2 | 9.87 | 68.02 | - |
| YUV | 82.6 | 204.98 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 219 | 0.67 | 0.72 | 0 | 0.14 | 244.56 | 0.69 | 0.55 |
| Hex | 49 | 3D | DB | 43 | 48 | 0 | E | F5 | 45 | 37 |
| Octal | 111 | 75 | 333 | 103 | 110 | 0 | 16 | 365 | 105 | 67 |
| Binary | 1001001 | 111101 | 11011011 | 1000011 | 1001000 | 0 | 1110 | 11110101 | 1000101 | 110111 |
Color Harmonies of #493DDB
Complementary color
Monochromatic Colors of #493DDB
Black with #493DDB
Text Example
Text Example
White with #493DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493DDB; }
p { color: rgb(73,61,219); }
H1.HeaderClassName
{
color: #493DDB;
}
.AnyTagClassName
{
color: #493DDB;
}
</style>
background-color css
<style>
a { background-color: #493DDB; }
a { background-color: rgb(73,61,219); }
div.DivClassName
{
background-color: #493DDB;
}
.BgClassName
{
background-color: #493DDB;
}
</style>
border-color css
<style>
span { border-color: #493DDB; }
span { border-color: rgb(73,61,219); }
td.TdClassName
{
border-color: #493DDB;
}
.TagClassName
{
border-color: #493DDB;
}
</style>