Shades of Free Speech Blue #495AB1
Tints of Free Speech Blue #495AB1
RGB
CMYK
RGB Variations
Color information
#495AB1 (or 0x495AB1) is known color: Free Speech Blue. HEX triplet: 49, 5A and B1. RGB value is (73,90,177). Sum of RGB (Red+Green+Blue) = 73+90+177=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 177 (69.53% from 255 or 52.06% from 340); Max value from RGB is 177 - color contains mainly: blue. Hex color #495AB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495AB1 is #B6A54E. Grayscale: #5E5E5E. Windows color (decimal): -11969871 or 11622985. OLE color: 11622985.
HSL color Cylindrical-coordinate representation of color #495AB1: hue angle of 230.19º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #495AB1 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 90 | 177 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.31 |
| HSL | 230.19º | 0.42% | 0.49% | - |
| HSV(B) | 230.19º | 0.59% | 0.69% | - |
| XYZ | 14.34 | 11.9 | 43.14 | - |
| YUV | 94.84 | 174.37 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 177 | 0.59 | 0.49 | 0 | 0.31 | 230.19 | 0.42 | 0.49 |
| Hex | 49 | 5A | B1 | 3B | 31 | 0 | 1F | E6 | 2A | 31 |
| Octal | 111 | 132 | 261 | 73 | 61 | 0 | 37 | 346 | 52 | 61 |
| Binary | 1001001 | 1011010 | 10110001 | 111011 | 110001 | 0 | 11111 | 11100110 | 101010 | 110001 |
Color Harmonies of #495AB1
Complementary color
Monochromatic Colors of #495AB1
Black with #495AB1
Text Example
Text Example
White with #495AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495AB1; }
p { color: rgb(73,90,177); }
H1.HeaderClassName
{
color: #495AB1;
}
.AnyTagClassName
{
color: #495AB1;
}
</style>
background-color css
<style>
a { background-color: #495AB1; }
a { background-color: rgb(73,90,177); }
div.DivClassName
{
background-color: #495AB1;
}
.BgClassName
{
background-color: #495AB1;
}
</style>
border-color css
<style>
span { border-color: #495AB1; }
span { border-color: rgb(73,90,177); }
td.TdClassName
{
border-color: #495AB1;
}
.TagClassName
{
border-color: #495AB1;
}
</style>