Shades of Free Speech Blue #494EDB
Tints of Free Speech Blue #494EDB
RGB
CMYK
RGB Variations
Color information
#494EDB (or 0x494EDB) is known color: Free Speech Blue. HEX triplet: 49, 4E and DB. RGB value is (73,78,219). Sum of RGB (Red+Green+Blue) = 73+78+219=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #494EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494EDB is #B6B124. Grayscale: #5C5C5C. Windows color (decimal): -11972901 or 14372425. OLE color: 14372425.
HSL color Cylindrical-coordinate representation of color #494EDB: hue angle of 237.95º 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 #494EDB is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 78 | 219 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.14 |
| HSL | 237.95º | 0.67% | 0.57% | - |
| HSV(B) | 237.95º | 0.67% | 0.86% | - |
| XYZ | 18.26 | 11.98 | 68.37 | - |
| YUV | 92.58 | 199.34 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 78 | 219 | 0.67 | 0.64 | 0 | 0.14 | 237.95 | 0.67 | 0.57 |
| Hex | 49 | 4E | DB | 43 | 40 | 0 | E | EE | 43 | 39 |
| Octal | 111 | 116 | 333 | 103 | 100 | 0 | 16 | 356 | 103 | 71 |
| Binary | 1001001 | 1001110 | 11011011 | 1000011 | 1000000 | 0 | 1110 | 11101110 | 1000011 | 111001 |
Color Harmonies of #494EDB
Complementary color
Monochromatic Colors of #494EDB
Black with #494EDB
Text Example
Text Example
White with #494EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494EDB; }
p { color: rgb(73,78,219); }
H1.HeaderClassName
{
color: #494EDB;
}
.AnyTagClassName
{
color: #494EDB;
}
</style>
background-color css
<style>
a { background-color: #494EDB; }
a { background-color: rgb(73,78,219); }
div.DivClassName
{
background-color: #494EDB;
}
.BgClassName
{
background-color: #494EDB;
}
</style>
border-color css
<style>
span { border-color: #494EDB; }
span { border-color: rgb(73,78,219); }
td.TdClassName
{
border-color: #494EDB;
}
.TagClassName
{
border-color: #494EDB;
}
</style>