Shades of Free Speech Blue #493DD3
Tints of Free Speech Blue #493DD3
RGB
CMYK
RGB Variations
Color information
#493DD3 (or 0x493DD3) is known color: Free Speech Blue. HEX triplet: 49, 3D and D3. RGB value is (73,61,211). Sum of RGB (Red+Green+Blue) = 73+61+211=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 211 (82.81% from 255 or 61.16% from 345); Max value from RGB is 211 - color contains mainly: blue. Hex color #493DD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493DD3 is #B6C22C. Grayscale: #515151. Windows color (decimal): -11977261 or 13843785. OLE color: 13843785.
HSL color Cylindrical-coordinate representation of color #493DD3: hue angle of 244.8º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #493DD3 is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 61 | 211 | - |
| CMYK | 0.65 | 0.71 | 0 | 0.17 |
| HSL | 244.8º | 0.63% | 0.53% | - |
| HSV(B) | 244.8º | 0.71% | 0.83% | - |
| XYZ | 16.17 | 9.46 | 62.6 | - |
| YUV | 81.69 | 200.98 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 211 | 0.65 | 0.71 | 0 | 0.17 | 244.8 | 0.63 | 0.53 |
| Hex | 49 | 3D | D3 | 41 | 47 | 0 | 11 | F5 | 3F | 35 |
| Octal | 111 | 75 | 323 | 101 | 107 | 0 | 21 | 365 | 77 | 65 |
| Binary | 1001001 | 111101 | 11010011 | 1000001 | 1000111 | 0 | 10001 | 11110101 | 111111 | 110101 |
Color Harmonies of #493DD3
Complementary color
Monochromatic Colors of #493DD3
Black with #493DD3
Text Example
Text Example
White with #493DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493DD3; }
p { color: rgb(73,61,211); }
H1.HeaderClassName
{
color: #493DD3;
}
.AnyTagClassName
{
color: #493DD3;
}
</style>
background-color css
<style>
a { background-color: #493DD3; }
a { background-color: rgb(73,61,211); }
div.DivClassName
{
background-color: #493DD3;
}
.BgClassName
{
background-color: #493DD3;
}
</style>
border-color css
<style>
span { border-color: #493DD3; }
span { border-color: rgb(73,61,211); }
td.TdClassName
{
border-color: #493DD3;
}
.TagClassName
{
border-color: #493DD3;
}
</style>