Shades of Free Speech Blue #494DC8
Tints of Free Speech Blue #494DC8
RGB
CMYK
RGB Variations
Color information
#494DC8 (or 0x494DC8) is known color: Free Speech Blue. HEX triplet: 49, 4D and C8. RGB value is (73,77,200). Sum of RGB (Red+Green+Blue) = 73+77+200=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 200 (78.52% from 255 or 57.14% from 350); Max value from RGB is 200 - color contains mainly: blue. Hex color #494DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494DC8 is #B6B237. Grayscale: #595959. Windows color (decimal): -11973176 or 13126985. OLE color: 13126985.
HSL color Cylindrical-coordinate representation of color #494DC8: hue angle of 238.11º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #494DC8 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 77 | 200 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.22 |
| HSL | 238.11º | 0.54% | 0.54% | - |
| HSV(B) | 238.11º | 0.64% | 0.78% | - |
| XYZ | 15.83 | 10.89 | 55.91 | - |
| YUV | 89.83 | 190.17 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 200 | 0.64 | 0.62 | 0 | 0.22 | 238.11 | 0.54 | 0.54 |
| Hex | 49 | 4D | C8 | 40 | 3E | 0 | 16 | EE | 36 | 36 |
| Octal | 111 | 115 | 310 | 100 | 76 | 0 | 26 | 356 | 66 | 66 |
| Binary | 1001001 | 1001101 | 11001000 | 1000000 | 111110 | 0 | 10110 | 11101110 | 110110 | 110110 |
Color Harmonies of #494DC8
Complementary color
Monochromatic Colors of #494DC8
Black with #494DC8
Text Example
Text Example
White with #494DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494DC8; }
p { color: rgb(73,77,200); }
H1.HeaderClassName
{
color: #494DC8;
}
.AnyTagClassName
{
color: #494DC8;
}
</style>
background-color css
<style>
a { background-color: #494DC8; }
a { background-color: rgb(73,77,200); }
div.DivClassName
{
background-color: #494DC8;
}
.BgClassName
{
background-color: #494DC8;
}
</style>
border-color css
<style>
span { border-color: #494DC8; }
span { border-color: rgb(73,77,200); }
td.TdClassName
{
border-color: #494DC8;
}
.TagClassName
{
border-color: #494DC8;
}
</style>