Shades of Free Speech Blue #493FCB
Tints of Free Speech Blue #493FCB
RGB
CMYK
RGB Variations
Color information
#493FCB (or 0x493FCB) is known color: Free Speech Blue. HEX triplet: 49, 3F and CB. RGB value is (73,63,203). Sum of RGB (Red+Green+Blue) = 73+63+203=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #493FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493FCB is #B6C034. Grayscale: #515151. Windows color (decimal): -11976757 or 13320009. OLE color: 13320009.
HSL color Cylindrical-coordinate representation of color #493FCB: hue angle of 244.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #493FCB is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 63 | 203 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.20 |
| HSL | 244.29º | 0.57% | 0.52% | - |
| HSV(B) | 244.29º | 0.69% | 0.8% | - |
| XYZ | 15.3 | 9.28 | 57.49 | - |
| YUV | 81.95 | 196.31 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 203 | 0.64 | 0.69 | 0 | 0.20 | 244.29 | 0.57 | 0.52 |
| Hex | 49 | 3F | CB | 40 | 45 | 0 | 14 | F4 | 39 | 34 |
| Octal | 111 | 77 | 313 | 100 | 105 | 0 | 24 | 364 | 71 | 64 |
| Binary | 1001001 | 111111 | 11001011 | 1000000 | 1000101 | 0 | 10100 | 11110100 | 111001 | 110100 |
Color Harmonies of #493FCB
Complementary color
Monochromatic Colors of #493FCB
Black with #493FCB
Text Example
Text Example
White with #493FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493FCB; }
p { color: rgb(73,63,203); }
H1.HeaderClassName
{
color: #493FCB;
}
.AnyTagClassName
{
color: #493FCB;
}
</style>
background-color css
<style>
a { background-color: #493FCB; }
a { background-color: rgb(73,63,203); }
div.DivClassName
{
background-color: #493FCB;
}
.BgClassName
{
background-color: #493FCB;
}
</style>
border-color css
<style>
span { border-color: #493FCB; }
span { border-color: rgb(73,63,203); }
td.TdClassName
{
border-color: #493FCB;
}
.TagClassName
{
border-color: #493FCB;
}
</style>