Shades of Free Speech Blue #494DDB
Tints of Free Speech Blue #494DDB
RGB
CMYK
RGB Variations
Color information
#494DDB (or 0x494DDB) is known color: Free Speech Blue. HEX triplet: 49, 4D and DB. RGB value is (73,77,219). Sum of RGB (Red+Green+Blue) = 73+77+219=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #494DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494DDB is #B6B224. Grayscale: #5B5B5B. Windows color (decimal): -11973157 or 14372169. OLE color: 14372169.
HSL color Cylindrical-coordinate representation of color #494DDB: hue angle of 238.36º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #494DDB is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 77 | 219 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.14 |
| HSL | 238.36º | 0.67% | 0.57% | - |
| HSV(B) | 238.36º | 0.67% | 0.86% | - |
| XYZ | 18.19 | 11.84 | 68.34 | - |
| YUV | 91.99 | 199.67 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 219 | 0.67 | 0.65 | 0 | 0.14 | 238.36 | 0.67 | 0.57 |
| Hex | 49 | 4D | DB | 43 | 41 | 0 | E | EE | 43 | 39 |
| Octal | 111 | 115 | 333 | 103 | 101 | 0 | 16 | 356 | 103 | 71 |
| Binary | 1001001 | 1001101 | 11011011 | 1000011 | 1000001 | 0 | 1110 | 11101110 | 1000011 | 111001 |
Color Harmonies of #494DDB
Complementary color
Monochromatic Colors of #494DDB
Black with #494DDB
Text Example
Text Example
White with #494DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494DDB; }
p { color: rgb(73,77,219); }
H1.HeaderClassName
{
color: #494DDB;
}
.AnyTagClassName
{
color: #494DDB;
}
</style>
background-color css
<style>
a { background-color: #494DDB; }
a { background-color: rgb(73,77,219); }
div.DivClassName
{
background-color: #494DDB;
}
.BgClassName
{
background-color: #494DDB;
}
</style>
border-color css
<style>
span { border-color: #494DDB; }
span { border-color: rgb(73,77,219); }
td.TdClassName
{
border-color: #494DDB;
}
.TagClassName
{
border-color: #494DDB;
}
</style>