Shades of Free Speech Blue #493CC9
Tints of Free Speech Blue #493CC9
RGB
CMYK
RGB Variations
Color information
#493CC9 (or 0x493CC9) is known color: Free Speech Blue. HEX triplet: 49, 3C and C9. RGB value is (73,60,201). Sum of RGB (Red+Green+Blue) = 73+60+201=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 201 (78.91% from 255 or 60.18% from 334); Max value from RGB is 201 - color contains mainly: blue. Hex color #493CC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493CC9 is #B6C336. Grayscale: #4F4F4F. Windows color (decimal): -11977527 or 13188169. OLE color: 13188169.
HSL color Cylindrical-coordinate representation of color #493CC9: hue angle of 245.53º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #493CC9 is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 60 | 201 | - |
| CMYK | 0.64 | 0.70 | 0 | 0.21 |
| HSL | 245.53º | 0.57% | 0.51% | - |
| HSV(B) | 245.53º | 0.7% | 0.79% | - |
| XYZ | 14.91 | 8.87 | 56.18 | - |
| YUV | 79.96 | 196.31 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 201 | 0.64 | 0.70 | 0 | 0.21 | 245.53 | 0.57 | 0.51 |
| Hex | 49 | 3C | C9 | 40 | 46 | 0 | 15 | F6 | 39 | 33 |
| Octal | 111 | 74 | 311 | 100 | 106 | 0 | 25 | 366 | 71 | 63 |
| Binary | 1001001 | 111100 | 11001001 | 1000000 | 1000110 | 0 | 10101 | 11110110 | 111001 | 110011 |
Color Harmonies of #493CC9
Complementary color
Monochromatic Colors of #493CC9
Black with #493CC9
Text Example
Text Example
White with #493CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493CC9; }
p { color: rgb(73,60,201); }
H1.HeaderClassName
{
color: #493CC9;
}
.AnyTagClassName
{
color: #493CC9;
}
</style>
background-color css
<style>
a { background-color: #493CC9; }
a { background-color: rgb(73,60,201); }
div.DivClassName
{
background-color: #493CC9;
}
.BgClassName
{
background-color: #493CC9;
}
</style>
border-color css
<style>
span { border-color: #493CC9; }
span { border-color: rgb(73,60,201); }
td.TdClassName
{
border-color: #493CC9;
}
.TagClassName
{
border-color: #493CC9;
}
</style>