Shades of Free Speech Blue #494DCE
Tints of Free Speech Blue #494DCE
RGB
CMYK
RGB Variations
Color information
#494DCE (or 0x494DCE) is known color: Free Speech Blue. HEX triplet: 49, 4D and CE. RGB value is (73,77,206). Sum of RGB (Red+Green+Blue) = 73+77+206=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #494DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494DCE is #B6B231. Grayscale: #595959. Windows color (decimal): -11973170 or 13520201. OLE color: 13520201.
HSL color Cylindrical-coordinate representation of color #494DCE: hue angle of 238.2º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #494DCE is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 77 | 206 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.19 |
| HSL | 238.2º | 0.58% | 0.55% | - |
| HSV(B) | 238.2º | 0.65% | 0.81% | - |
| XYZ | 16.54 | 11.18 | 59.68 | - |
| YUV | 90.51 | 193.17 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 206 | 0.65 | 0.63 | 0 | 0.19 | 238.2 | 0.58 | 0.55 |
| Hex | 49 | 4D | CE | 41 | 3F | 0 | 13 | EE | 3A | 37 |
| Octal | 111 | 115 | 316 | 101 | 77 | 0 | 23 | 356 | 72 | 67 |
| Binary | 1001001 | 1001101 | 11001110 | 1000001 | 111111 | 0 | 10011 | 11101110 | 111010 | 110111 |
Color Harmonies of #494DCE
Complementary color
Monochromatic Colors of #494DCE
Black with #494DCE
Text Example
Text Example
White with #494DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494DCE; }
p { color: rgb(73,77,206); }
H1.HeaderClassName
{
color: #494DCE;
}
.AnyTagClassName
{
color: #494DCE;
}
</style>
background-color css
<style>
a { background-color: #494DCE; }
a { background-color: rgb(73,77,206); }
div.DivClassName
{
background-color: #494DCE;
}
.BgClassName
{
background-color: #494DCE;
}
</style>
border-color css
<style>
span { border-color: #494DCE; }
span { border-color: rgb(73,77,206); }
td.TdClassName
{
border-color: #494DCE;
}
.TagClassName
{
border-color: #494DCE;
}
</style>