Shades of Free Speech Blue #495AD8
Tints of Free Speech Blue #495AD8
RGB
CMYK
RGB Variations
Color information
#495AD8 (or 0x495AD8) is known color: Free Speech Blue. HEX triplet: 49, 5A and D8. RGB value is (73,90,216). Sum of RGB (Red+Green+Blue) = 73+90+216=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 216 (84.77% from 255 or 56.99% from 379); Max value from RGB is 216 - color contains mainly: blue. Hex color #495AD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495AD8 is #B6A527. Grayscale: #626262. Windows color (decimal): -11969832 or 14178889. OLE color: 14178889.
HSL color Cylindrical-coordinate representation of color #495AD8: hue angle of 232.87º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #495AD8 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 90 | 216 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.15 |
| HSL | 232.87º | 0.65% | 0.57% | - |
| HSV(B) | 232.87º | 0.66% | 0.85% | - |
| XYZ | 18.8 | 13.69 | 66.62 | - |
| YUV | 99.28 | 193.87 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 216 | 0.66 | 0.58 | 0 | 0.15 | 232.87 | 0.65 | 0.57 |
| Hex | 49 | 5A | D8 | 42 | 3A | 0 | F | E9 | 41 | 39 |
| Octal | 111 | 132 | 330 | 102 | 72 | 0 | 17 | 351 | 101 | 71 |
| Binary | 1001001 | 1011010 | 11011000 | 1000010 | 111010 | 0 | 1111 | 11101001 | 1000001 | 111001 |
Color Harmonies of #495AD8
Complementary color
Monochromatic Colors of #495AD8
Black with #495AD8
Text Example
Text Example
White with #495AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495AD8; }
p { color: rgb(73,90,216); }
H1.HeaderClassName
{
color: #495AD8;
}
.AnyTagClassName
{
color: #495AD8;
}
</style>
background-color css
<style>
a { background-color: #495AD8; }
a { background-color: rgb(73,90,216); }
div.DivClassName
{
background-color: #495AD8;
}
.BgClassName
{
background-color: #495AD8;
}
</style>
border-color css
<style>
span { border-color: #495AD8; }
span { border-color: rgb(73,90,216); }
td.TdClassName
{
border-color: #495AD8;
}
.TagClassName
{
border-color: #495AD8;
}
</style>