Shades of Free Speech Blue #493CC5
Tints of Free Speech Blue #493CC5
RGB
CMYK
RGB Variations
Color information
#493CC5 (or 0x493CC5) is known color: Free Speech Blue. HEX triplet: 49, 3C and C5. RGB value is (73,60,197). Sum of RGB (Red+Green+Blue) = 73+60+197=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 197 (77.34% from 255 or 59.70% from 330); Max value from RGB is 197 - color contains mainly: blue. Hex color #493CC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493CC5 is #B6C33A. Grayscale: #4E4E4E. Windows color (decimal): -11977531 or 12926025. OLE color: 12926025.
HSL color Cylindrical-coordinate representation of color #493CC5: hue angle of 245.69º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #493CC5 is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 60 | 197 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.23 |
| HSL | 245.69º | 0.54% | 0.5% | - |
| HSV(B) | 245.69º | 0.7% | 0.77% | - |
| XYZ | 14.44 | 8.68 | 53.74 | - |
| YUV | 79.51 | 194.31 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 197 | 0.63 | 0.70 | 0 | 0.23 | 245.69 | 0.54 | 0.5 |
| Hex | 49 | 3C | C5 | 3F | 46 | 0 | 17 | F6 | 36 | 32 |
| Octal | 111 | 74 | 305 | 77 | 106 | 0 | 27 | 366 | 66 | 62 |
| Binary | 1001001 | 111100 | 11000101 | 111111 | 1000110 | 0 | 10111 | 11110110 | 110110 | 110010 |
Color Harmonies of #493CC5
Complementary color
Monochromatic Colors of #493CC5
Black with #493CC5
Text Example
Text Example
White with #493CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493CC5; }
p { color: rgb(73,60,197); }
H1.HeaderClassName
{
color: #493CC5;
}
.AnyTagClassName
{
color: #493CC5;
}
</style>
background-color css
<style>
a { background-color: #493CC5; }
a { background-color: rgb(73,60,197); }
div.DivClassName
{
background-color: #493CC5;
}
.BgClassName
{
background-color: #493CC5;
}
</style>
border-color css
<style>
span { border-color: #493CC5; }
span { border-color: rgb(73,60,197); }
td.TdClassName
{
border-color: #493CC5;
}
.TagClassName
{
border-color: #493CC5;
}
</style>