Shades of Free Speech Blue #494BDB
Tints of Free Speech Blue #494BDB
RGB
CMYK
RGB Variations
Color information
#494BDB (or 0x494BDB) is known color: Free Speech Blue. HEX triplet: 49, 4B and DB. RGB value is (73,75,219). Sum of RGB (Red+Green+Blue) = 73+75+219=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #494BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494BDB is #B6B424. Grayscale: #5A5A5A. Windows color (decimal): -11973669 or 14371657. OLE color: 14371657.
HSL color Cylindrical-coordinate representation of color #494BDB: hue angle of 239.18º 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 #494BDB is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 75 | 219 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.14 |
| HSL | 239.18º | 0.67% | 0.57% | - |
| HSV(B) | 239.18º | 0.67% | 0.86% | - |
| XYZ | 18.05 | 11.56 | 68.3 | - |
| YUV | 90.82 | 200.34 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 75 | 219 | 0.67 | 0.66 | 0 | 0.14 | 239.18 | 0.67 | 0.57 |
| Hex | 49 | 4B | DB | 43 | 42 | 0 | E | EF | 43 | 39 |
| Octal | 111 | 113 | 333 | 103 | 102 | 0 | 16 | 357 | 103 | 71 |
| Binary | 1001001 | 1001011 | 11011011 | 1000011 | 1000010 | 0 | 1110 | 11101111 | 1000011 | 111001 |
Color Harmonies of #494BDB
Complementary color
Monochromatic Colors of #494BDB
Black with #494BDB
Text Example
Text Example
White with #494BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494BDB; }
p { color: rgb(73,75,219); }
H1.HeaderClassName
{
color: #494BDB;
}
.AnyTagClassName
{
color: #494BDB;
}
</style>
background-color css
<style>
a { background-color: #494BDB; }
a { background-color: rgb(73,75,219); }
div.DivClassName
{
background-color: #494BDB;
}
.BgClassName
{
background-color: #494BDB;
}
</style>
border-color css
<style>
span { border-color: #494BDB; }
span { border-color: rgb(73,75,219); }
td.TdClassName
{
border-color: #494BDB;
}
.TagClassName
{
border-color: #494BDB;
}
</style>