Shades of Free Speech Blue #494DDF
Tints of Free Speech Blue #494DDF
RGB
CMYK
RGB Variations
Color information
#494DDF (or 0x494DDF) is known color: Free Speech Blue. HEX triplet: 49, 4D and DF. RGB value is (73,77,223). Sum of RGB (Red+Green+Blue) = 73+77+223=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #494DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494DDF is #B6B220. Grayscale: #5B5B5B. Windows color (decimal): -11973153 or 14634313. OLE color: 14634313.
HSL color Cylindrical-coordinate representation of color #494DDF: hue angle of 238.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #494DDF is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 77 | 223 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.13 |
| HSL | 238.4º | 0.7% | 0.58% | - |
| HSV(B) | 238.4º | 0.67% | 0.87% | - |
| XYZ | 18.72 | 12.05 | 71.15 | - |
| YUV | 92.45 | 201.67 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 223 | 0.67 | 0.65 | 0 | 0.13 | 238.4 | 0.7 | 0.58 |
| Hex | 49 | 4D | DF | 43 | 41 | 0 | D | EE | 46 | 3A |
| Octal | 111 | 115 | 337 | 103 | 101 | 0 | 15 | 356 | 106 | 72 |
| Binary | 1001001 | 1001101 | 11011111 | 1000011 | 1000001 | 0 | 1101 | 11101110 | 1000110 | 111010 |
Color Harmonies of #494DDF
Complementary color
Monochromatic Colors of #494DDF
Black with #494DDF
Text Example
Text Example
White with #494DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494DDF; }
p { color: rgb(73,77,223); }
H1.HeaderClassName
{
color: #494DDF;
}
.AnyTagClassName
{
color: #494DDF;
}
</style>
background-color css
<style>
a { background-color: #494DDF; }
a { background-color: rgb(73,77,223); }
div.DivClassName
{
background-color: #494DDF;
}
.BgClassName
{
background-color: #494DDF;
}
</style>
border-color css
<style>
span { border-color: #494DDF; }
span { border-color: rgb(73,77,223); }
td.TdClassName
{
border-color: #494DDF;
}
.TagClassName
{
border-color: #494DDF;
}
</style>