Shades of Free Speech Blue #493EC7
Tints of Free Speech Blue #493EC7
RGB
CMYK
RGB Variations
Color information
#493EC7 (or 0x493EC7) is known color: Free Speech Blue. HEX triplet: 49, 3E and C7. RGB value is (73,62,199). Sum of RGB (Red+Green+Blue) = 73+62+199=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 199 (78.12% from 255 or 59.58% from 334); Max value from RGB is 199 - color contains mainly: blue. Hex color #493EC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493EC7 is #B6C138. Grayscale: #505050. Windows color (decimal): -11977017 or 13057609. OLE color: 13057609.
HSL color Cylindrical-coordinate representation of color #493EC7: hue angle of 244.82º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #493EC7 is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 62 | 199 | - |
| CMYK | 0.63 | 0.69 | 0 | 0.22 |
| HSL | 244.82º | 0.55% | 0.51% | - |
| HSV(B) | 244.82º | 0.69% | 0.78% | - |
| XYZ | 14.78 | 8.99 | 54.99 | - |
| YUV | 80.91 | 194.64 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 62 | 199 | 0.63 | 0.69 | 0 | 0.22 | 244.82 | 0.55 | 0.51 |
| Hex | 49 | 3E | C7 | 3F | 45 | 0 | 16 | F5 | 37 | 33 |
| Octal | 111 | 76 | 307 | 77 | 105 | 0 | 26 | 365 | 67 | 63 |
| Binary | 1001001 | 111110 | 11000111 | 111111 | 1000101 | 0 | 10110 | 11110101 | 110111 | 110011 |
Color Harmonies of #493EC7
Complementary color
Monochromatic Colors of #493EC7
Black with #493EC7
Text Example
Text Example
White with #493EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493EC7; }
p { color: rgb(73,62,199); }
H1.HeaderClassName
{
color: #493EC7;
}
.AnyTagClassName
{
color: #493EC7;
}
</style>
background-color css
<style>
a { background-color: #493EC7; }
a { background-color: rgb(73,62,199); }
div.DivClassName
{
background-color: #493EC7;
}
.BgClassName
{
background-color: #493EC7;
}
</style>
border-color css
<style>
span { border-color: #493EC7; }
span { border-color: rgb(73,62,199); }
td.TdClassName
{
border-color: #493EC7;
}
.TagClassName
{
border-color: #493EC7;
}
</style>