Shades of Free Speech Blue #495AB2
Tints of Free Speech Blue #495AB2
RGB
CMYK
RGB Variations
Color information
#495AB2 (or 0x495AB2) is known color: Free Speech Blue. HEX triplet: 49, 5A and B2. RGB value is (73,90,178). Sum of RGB (Red+Green+Blue) = 73+90+178=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 178 (69.92% from 255 or 52.20% from 341); Max value from RGB is 178 - color contains mainly: blue. Hex color #495AB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495AB2 is #B6A54D. Grayscale: #5E5E5E. Windows color (decimal): -11969870 or 11688521. OLE color: 11688521.
HSL color Cylindrical-coordinate representation of color #495AB2: hue angle of 230.29º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #495AB2 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 90 | 178 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.30 |
| HSL | 230.29º | 0.42% | 0.49% | - |
| HSV(B) | 230.29º | 0.59% | 0.7% | - |
| XYZ | 14.44 | 11.94 | 43.66 | - |
| YUV | 94.95 | 174.87 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 178 | 0.59 | 0.49 | 0 | 0.30 | 230.29 | 0.42 | 0.49 |
| Hex | 49 | 5A | B2 | 3B | 31 | 0 | 1E | E6 | 2A | 31 |
| Octal | 111 | 132 | 262 | 73 | 61 | 0 | 36 | 346 | 52 | 61 |
| Binary | 1001001 | 1011010 | 10110010 | 111011 | 110001 | 0 | 11110 | 11100110 | 101010 | 110001 |
Color Harmonies of #495AB2
Complementary color
Monochromatic Colors of #495AB2
Black with #495AB2
Text Example
Text Example
White with #495AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495AB2; }
p { color: rgb(73,90,178); }
H1.HeaderClassName
{
color: #495AB2;
}
.AnyTagClassName
{
color: #495AB2;
}
</style>
background-color css
<style>
a { background-color: #495AB2; }
a { background-color: rgb(73,90,178); }
div.DivClassName
{
background-color: #495AB2;
}
.BgClassName
{
background-color: #495AB2;
}
</style>
border-color css
<style>
span { border-color: #495AB2; }
span { border-color: rgb(73,90,178); }
td.TdClassName
{
border-color: #495AB2;
}
.TagClassName
{
border-color: #495AB2;
}
</style>