Shades of Free Speech Blue #493EC2
Tints of Free Speech Blue #493EC2
RGB
CMYK
RGB Variations
Color information
#493EC2 (or 0x493EC2) is known color: Free Speech Blue. HEX triplet: 49, 3E and C2. RGB value is (73,62,194). Sum of RGB (Red+Green+Blue) = 73+62+194=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 194 (76.17% from 255 or 58.97% from 329); Max value from RGB is 194 - color contains mainly: blue. Hex color #493EC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493EC2 is #B6C13D. Grayscale: #4F4F4F. Windows color (decimal): -11977022 or 12729929. OLE color: 12729929.
HSL color Cylindrical-coordinate representation of color #493EC2: hue angle of 245º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #493EC2 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 62 | 194 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.24 |
| HSL | 245º | 0.52% | 0.5% | - |
| HSV(B) | 245º | 0.68% | 0.76% | - |
| XYZ | 14.21 | 8.76 | 51.98 | - |
| YUV | 80.34 | 192.14 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 62 | 194 | 0.62 | 0.68 | 0 | 0.24 | 245 | 0.52 | 0.5 |
| Hex | 49 | 3E | C2 | 3E | 44 | 0 | 18 | F5 | 34 | 32 |
| Octal | 111 | 76 | 302 | 76 | 104 | 0 | 30 | 365 | 64 | 62 |
| Binary | 1001001 | 111110 | 11000010 | 111110 | 1000100 | 0 | 11000 | 11110101 | 110100 | 110010 |
Color Harmonies of #493EC2
Complementary color
Monochromatic Colors of #493EC2
Black with #493EC2
Text Example
Text Example
White with #493EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493EC2; }
p { color: rgb(73,62,194); }
H1.HeaderClassName
{
color: #493EC2;
}
.AnyTagClassName
{
color: #493EC2;
}
</style>
background-color css
<style>
a { background-color: #493EC2; }
a { background-color: rgb(73,62,194); }
div.DivClassName
{
background-color: #493EC2;
}
.BgClassName
{
background-color: #493EC2;
}
</style>
border-color css
<style>
span { border-color: #493EC2; }
span { border-color: rgb(73,62,194); }
td.TdClassName
{
border-color: #493EC2;
}
.TagClassName
{
border-color: #493EC2;
}
</style>