Shades of Free Speech Blue #493DCC
Tints of Free Speech Blue #493DCC
RGB
CMYK
RGB Variations
Color information
#493DCC (or 0x493DCC) is known color: Free Speech Blue. HEX triplet: 49, 3D and CC. RGB value is (73,61,204). Sum of RGB (Red+Green+Blue) = 73+61+204=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #493DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493DCC is #B6C233. Grayscale: #505050. Windows color (decimal): -11977268 or 13385033. OLE color: 13385033.
HSL color Cylindrical-coordinate representation of color #493DCC: hue angle of 245.03º degrees, saturation: 0.58, 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 #493DCC is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 61 | 204 | - |
| CMYK | 0.64 | 0.70 | 0 | 0.2 |
| HSL | 245.04º | 0.58% | 0.52% | - |
| HSV(B) | 245.04º | 0.7% | 0.8% | - |
| XYZ | 15.32 | 9.11 | 58.08 | - |
| YUV | 80.89 | 197.48 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 204 | 0.64 | 0.70 | 0 | 0.2 | 245.04 | 0.58 | 0.52 |
| Hex | 49 | 3D | CC | 40 | 46 | 0 | 14 | F5 | 3A | 34 |
| Octal | 111 | 75 | 314 | 100 | 106 | 0 | 24 | 365 | 72 | 64 |
| Binary | 1001001 | 111101 | 11001100 | 1000000 | 1000110 | 0 | 10100 | 11110101 | 111010 | 110100 |
Color Harmonies of #493DCC
Complementary color
Monochromatic Colors of #493DCC
Black with #493DCC
Text Example
Text Example
White with #493DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493DCC; }
p { color: rgb(73,61,204); }
H1.HeaderClassName
{
color: #493DCC;
}
.AnyTagClassName
{
color: #493DCC;
}
</style>
background-color css
<style>
a { background-color: #493DCC; }
a { background-color: rgb(73,61,204); }
div.DivClassName
{
background-color: #493DCC;
}
.BgClassName
{
background-color: #493DCC;
}
</style>
border-color css
<style>
span { border-color: #493DCC; }
span { border-color: rgb(73,61,204); }
td.TdClassName
{
border-color: #493DCC;
}
.TagClassName
{
border-color: #493DCC;
}
</style>