Shades of Free Speech Blue #495EBA
Tints of Free Speech Blue #495EBA
RGB
CMYK
RGB Variations
Color information
#495EBA (or 0x495EBA) is known color: Free Speech Blue. HEX triplet: 49, 5E and BA. RGB value is (73,94,186). Sum of RGB (Red+Green+Blue) = 73+94+186=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #495EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495EBA is #B6A145. Grayscale: #616161. Windows color (decimal): -11968838 or 12213833. OLE color: 12213833.
HSL color Cylindrical-coordinate representation of color #495EBA: hue angle of 228.85º degrees, saturation: 0.45, 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 #495EBA is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 94 | 186 | - |
| CMYK | 0.61 | 0.49 | 0 | 0.27 |
| HSL | 228.85º | 0.45% | 0.51% | - |
| HSV(B) | 228.85º | 0.61% | 0.73% | - |
| XYZ | 15.61 | 12.97 | 48.13 | - |
| YUV | 98.21 | 177.54 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 94 | 186 | 0.61 | 0.49 | 0 | 0.27 | 228.85 | 0.45 | 0.51 |
| Hex | 49 | 5E | BA | 3D | 31 | 0 | 1B | E5 | 2D | 33 |
| Octal | 111 | 136 | 272 | 75 | 61 | 0 | 33 | 345 | 55 | 63 |
| Binary | 1001001 | 1011110 | 10111010 | 111101 | 110001 | 0 | 11011 | 11100101 | 101101 | 110011 |
Color Harmonies of #495EBA
Complementary color
Monochromatic Colors of #495EBA
Black with #495EBA
Text Example
Text Example
White with #495EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495EBA; }
p { color: rgb(73,94,186); }
H1.HeaderClassName
{
color: #495EBA;
}
.AnyTagClassName
{
color: #495EBA;
}
</style>
background-color css
<style>
a { background-color: #495EBA; }
a { background-color: rgb(73,94,186); }
div.DivClassName
{
background-color: #495EBA;
}
.BgClassName
{
background-color: #495EBA;
}
</style>
border-color css
<style>
span { border-color: #495EBA; }
span { border-color: rgb(73,94,186); }
td.TdClassName
{
border-color: #495EBA;
}
.TagClassName
{
border-color: #495EBA;
}
</style>