Shades of Free Speech Blue #495EBC
Tints of Free Speech Blue #495EBC
RGB
CMYK
RGB Variations
Color information
#495EBC (or 0x495EBC) is known color: Free Speech Blue. HEX triplet: 49, 5E and BC. RGB value is (73,94,188). Sum of RGB (Red+Green+Blue) = 73+94+188=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #495EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495EBC is #B6A143. Grayscale: #626262. Windows color (decimal): -11968836 or 12344905. OLE color: 12344905.
HSL color Cylindrical-coordinate representation of color #495EBC: hue angle of 229.04º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #495EBC is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 94 | 188 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.26 |
| HSL | 229.04º | 0.46% | 0.51% | - |
| HSV(B) | 229.04º | 0.61% | 0.74% | - |
| XYZ | 15.83 | 13.05 | 49.26 | - |
| YUV | 98.44 | 178.54 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 94 | 188 | 0.61 | 0.50 | 0 | 0.26 | 229.04 | 0.46 | 0.51 |
| Hex | 49 | 5E | BC | 3D | 32 | 0 | 1A | E5 | 2E | 33 |
| Octal | 111 | 136 | 274 | 75 | 62 | 0 | 32 | 345 | 56 | 63 |
| Binary | 1001001 | 1011110 | 10111100 | 111101 | 110010 | 0 | 11010 | 11100101 | 101110 | 110011 |
Color Harmonies of #495EBC
Complementary color
Monochromatic Colors of #495EBC
Black with #495EBC
Text Example
Text Example
White with #495EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495EBC; }
p { color: rgb(73,94,188); }
H1.HeaderClassName
{
color: #495EBC;
}
.AnyTagClassName
{
color: #495EBC;
}
</style>
background-color css
<style>
a { background-color: #495EBC; }
a { background-color: rgb(73,94,188); }
div.DivClassName
{
background-color: #495EBC;
}
.BgClassName
{
background-color: #495EBC;
}
</style>
border-color css
<style>
span { border-color: #495EBC; }
span { border-color: rgb(73,94,188); }
td.TdClassName
{
border-color: #495EBC;
}
.TagClassName
{
border-color: #495EBC;
}
</style>