Shades of Free Speech Blue #494FC1
Tints of Free Speech Blue #494FC1
RGB
CMYK
RGB Variations
Color information
#494FC1 (or 0x494FC1) is known color: Free Speech Blue. HEX triplet: 49, 4F and C1. RGB value is (73,79,193). Sum of RGB (Red+Green+Blue) = 73+79+193=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 193 (75.78% from 255 or 55.94% from 345); Max value from RGB is 193 - color contains mainly: blue. Hex color #494FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494FC1 is #B6B03E. Grayscale: #595959. Windows color (decimal): -11972671 or 12668745. OLE color: 12668745.
HSL color Cylindrical-coordinate representation of color #494FC1: hue angle of 237º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #494FC1 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 79 | 193 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.24 |
| HSL | 237º | 0.49% | 0.52% | - |
| HSV(B) | 237º | 0.62% | 0.76% | - |
| XYZ | 15.17 | 10.86 | 51.75 | - |
| YUV | 90.2 | 186.01 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 79 | 193 | 0.62 | 0.59 | 0 | 0.24 | 237 | 0.49 | 0.52 |
| Hex | 49 | 4F | C1 | 3E | 3B | 0 | 18 | ED | 31 | 34 |
| Octal | 111 | 117 | 301 | 76 | 73 | 0 | 30 | 355 | 61 | 64 |
| Binary | 1001001 | 1001111 | 11000001 | 111110 | 111011 | 0 | 11000 | 11101101 | 110001 | 110100 |
Color Harmonies of #494FC1
Complementary color
Monochromatic Colors of #494FC1
Black with #494FC1
Text Example
Text Example
White with #494FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494FC1; }
p { color: rgb(73,79,193); }
H1.HeaderClassName
{
color: #494FC1;
}
.AnyTagClassName
{
color: #494FC1;
}
</style>
background-color css
<style>
a { background-color: #494FC1; }
a { background-color: rgb(73,79,193); }
div.DivClassName
{
background-color: #494FC1;
}
.BgClassName
{
background-color: #494FC1;
}
</style>
border-color css
<style>
span { border-color: #494FC1; }
span { border-color: rgb(73,79,193); }
td.TdClassName
{
border-color: #494FC1;
}
.TagClassName
{
border-color: #494FC1;
}
</style>