Shades of Free Speech Blue #493DC5
Tints of Free Speech Blue #493DC5
RGB
CMYK
RGB Variations
Color information
#493DC5 (or 0x493DC5) is known color: Free Speech Blue. HEX triplet: 49, 3D and C5. RGB value is (73,61,197). Sum of RGB (Red+Green+Blue) = 73+61+197=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 197 (77.34% from 255 or 59.52% from 331); Max value from RGB is 197 - color contains mainly: blue. Hex color #493DC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493DC5 is #B6C23A. Grayscale: #4F4F4F. Windows color (decimal): -11977275 or 12926281. OLE color: 12926281.
HSL color Cylindrical-coordinate representation of color #493DC5: hue angle of 245.29º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #493DC5 is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 61 | 197 | - |
| CMYK | 0.63 | 0.69 | 0 | 0.23 |
| HSL | 245.29º | 0.54% | 0.51% | - |
| HSV(B) | 245.29º | 0.69% | 0.77% | - |
| XYZ | 14.49 | 8.79 | 53.76 | - |
| YUV | 80.09 | 193.98 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 197 | 0.63 | 0.69 | 0 | 0.23 | 245.29 | 0.54 | 0.51 |
| Hex | 49 | 3D | C5 | 3F | 45 | 0 | 17 | F5 | 36 | 33 |
| Octal | 111 | 75 | 305 | 77 | 105 | 0 | 27 | 365 | 66 | 63 |
| Binary | 1001001 | 111101 | 11000101 | 111111 | 1000101 | 0 | 10111 | 11110101 | 110110 | 110011 |
Color Harmonies of #493DC5
Complementary color
Monochromatic Colors of #493DC5
Black with #493DC5
Text Example
Text Example
White with #493DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493DC5; }
p { color: rgb(73,61,197); }
H1.HeaderClassName
{
color: #493DC5;
}
.AnyTagClassName
{
color: #493DC5;
}
</style>
background-color css
<style>
a { background-color: #493DC5; }
a { background-color: rgb(73,61,197); }
div.DivClassName
{
background-color: #493DC5;
}
.BgClassName
{
background-color: #493DC5;
}
</style>
border-color css
<style>
span { border-color: #493DC5; }
span { border-color: rgb(73,61,197); }
td.TdClassName
{
border-color: #493DC5;
}
.TagClassName
{
border-color: #493DC5;
}
</style>