Shades of Free Speech Blue #495DB9
Tints of Free Speech Blue #495DB9
RGB
CMYK
RGB Variations
Color information
#495DB9 (or 0x495DB9) is known color: Free Speech Blue. HEX triplet: 49, 5D and B9. RGB value is (73,93,185). Sum of RGB (Red+Green+Blue) = 73+93+185=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 185 (72.66% from 255 or 52.71% from 351); Max value from RGB is 185 - color contains mainly: blue. Hex color #495DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495DB9 is #B6A246. Grayscale: #616161. Windows color (decimal): -11969095 or 12148041. OLE color: 12148041.
HSL color Cylindrical-coordinate representation of color #495DB9: hue angle of 229.29º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #495DB9 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 93 | 185 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.27 |
| HSL | 229.29º | 0.44% | 0.51% | - |
| HSV(B) | 229.29º | 0.61% | 0.73% | - |
| XYZ | 15.42 | 12.75 | 47.55 | - |
| YUV | 97.51 | 177.37 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 185 | 0.61 | 0.50 | 0 | 0.27 | 229.29 | 0.44 | 0.51 |
| Hex | 49 | 5D | B9 | 3D | 32 | 0 | 1B | E5 | 2C | 33 |
| Octal | 111 | 135 | 271 | 75 | 62 | 0 | 33 | 345 | 54 | 63 |
| Binary | 1001001 | 1011101 | 10111001 | 111101 | 110010 | 0 | 11011 | 11100101 | 101100 | 110011 |
Color Harmonies of #495DB9
Complementary color
Monochromatic Colors of #495DB9
Black with #495DB9
Text Example
Text Example
White with #495DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495DB9; }
p { color: rgb(73,93,185); }
H1.HeaderClassName
{
color: #495DB9;
}
.AnyTagClassName
{
color: #495DB9;
}
</style>
background-color css
<style>
a { background-color: #495DB9; }
a { background-color: rgb(73,93,185); }
div.DivClassName
{
background-color: #495DB9;
}
.BgClassName
{
background-color: #495DB9;
}
</style>
border-color css
<style>
span { border-color: #495DB9; }
span { border-color: rgb(73,93,185); }
td.TdClassName
{
border-color: #495DB9;
}
.TagClassName
{
border-color: #495DB9;
}
</style>