Shades of Free Speech Blue #495AD0
Tints of Free Speech Blue #495AD0
RGB
CMYK
RGB Variations
Color information
#495AD0 (or 0x495AD0) is known color: Free Speech Blue. HEX triplet: 49, 5A and D0. RGB value is (73,90,208). Sum of RGB (Red+Green+Blue) = 73+90+208=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 208 (81.64% from 255 or 56.06% from 371); Max value from RGB is 208 - color contains mainly: blue. Hex color #495AD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495AD0 is #B6A52F. Grayscale: #616161. Windows color (decimal): -11969840 or 13654601. OLE color: 13654601.
HSL color Cylindrical-coordinate representation of color #495AD0: hue angle of 232.44º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #495AD0 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 90 | 208 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.18 |
| HSL | 232.44º | 0.59% | 0.55% | - |
| HSV(B) | 232.44º | 0.65% | 0.82% | - |
| XYZ | 17.79 | 13.28 | 61.3 | - |
| YUV | 98.37 | 189.87 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 208 | 0.65 | 0.57 | 0 | 0.18 | 232.44 | 0.59 | 0.55 |
| Hex | 49 | 5A | D0 | 41 | 39 | 0 | 12 | E8 | 3B | 37 |
| Octal | 111 | 132 | 320 | 101 | 71 | 0 | 22 | 350 | 73 | 67 |
| Binary | 1001001 | 1011010 | 11010000 | 1000001 | 111001 | 0 | 10010 | 11101000 | 111011 | 110111 |
Color Harmonies of #495AD0
Complementary color
Monochromatic Colors of #495AD0
Black with #495AD0
Text Example
Text Example
White with #495AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495AD0; }
p { color: rgb(73,90,208); }
H1.HeaderClassName
{
color: #495AD0;
}
.AnyTagClassName
{
color: #495AD0;
}
</style>
background-color css
<style>
a { background-color: #495AD0; }
a { background-color: rgb(73,90,208); }
div.DivClassName
{
background-color: #495AD0;
}
.BgClassName
{
background-color: #495AD0;
}
</style>
border-color css
<style>
span { border-color: #495AD0; }
span { border-color: rgb(73,90,208); }
td.TdClassName
{
border-color: #495AD0;
}
.TagClassName
{
border-color: #495AD0;
}
</style>