Shades of Free Speech Blue #494DC0
Tints of Free Speech Blue #494DC0
RGB
CMYK
RGB Variations
Color information
#494DC0 (or 0x494DC0) is known color: Free Speech Blue. HEX triplet: 49, 4D and C0. RGB value is (73,77,192). Sum of RGB (Red+Green+Blue) = 73+77+192=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 192 (75.39% from 255 or 56.14% from 342); Max value from RGB is 192 - color contains mainly: blue. Hex color #494DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494DC0 is #B6B23F. Grayscale: #585858. Windows color (decimal): -11973184 or 12602697. OLE color: 12602697.
HSL color Cylindrical-coordinate representation of color #494DC0: hue angle of 237.98º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #494DC0 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 77 | 192 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.25 |
| HSL | 237.98º | 0.49% | 0.52% | - |
| HSV(B) | 237.98º | 0.62% | 0.75% | - |
| XYZ | 14.92 | 10.53 | 51.12 | - |
| YUV | 88.91 | 186.17 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 192 | 0.62 | 0.60 | 0 | 0.25 | 237.98 | 0.49 | 0.52 |
| Hex | 49 | 4D | C0 | 3E | 3C | 0 | 19 | EE | 31 | 34 |
| Octal | 111 | 115 | 300 | 76 | 74 | 0 | 31 | 356 | 61 | 64 |
| Binary | 1001001 | 1001101 | 11000000 | 111110 | 111100 | 0 | 11001 | 11101110 | 110001 | 110100 |
Color Harmonies of #494DC0
Complementary color
Monochromatic Colors of #494DC0
Black with #494DC0
Text Example
Text Example
White with #494DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494DC0; }
p { color: rgb(73,77,192); }
H1.HeaderClassName
{
color: #494DC0;
}
.AnyTagClassName
{
color: #494DC0;
}
</style>
background-color css
<style>
a { background-color: #494DC0; }
a { background-color: rgb(73,77,192); }
div.DivClassName
{
background-color: #494DC0;
}
.BgClassName
{
background-color: #494DC0;
}
</style>
border-color css
<style>
span { border-color: #494DC0; }
span { border-color: rgb(73,77,192); }
td.TdClassName
{
border-color: #494DC0;
}
.TagClassName
{
border-color: #494DC0;
}
</style>