Shades of Free Speech Blue #495DC0
Tints of Free Speech Blue #495DC0
RGB
CMYK
RGB Variations
Color information
#495DC0 (or 0x495DC0) is known color: Free Speech Blue. HEX triplet: 49, 5D and C0. RGB value is (73,93,192). Sum of RGB (Red+Green+Blue) = 73+93+192=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 192 (75.39% from 255 or 53.63% from 358); Max value from RGB is 192 - color contains mainly: blue. Hex color #495DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495DC0 is #B6A23F. Grayscale: #616161. Windows color (decimal): -11969088 or 12606793. OLE color: 12606793.
HSL color Cylindrical-coordinate representation of color #495DC0: hue angle of 229.92º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #495DC0 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 93 | 192 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.25 |
| HSL | 229.92º | 0.49% | 0.52% | - |
| HSV(B) | 229.92º | 0.62% | 0.75% | - |
| XYZ | 16.18 | 13.05 | 51.54 | - |
| YUV | 98.31 | 180.87 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 192 | 0.62 | 0.52 | 0 | 0.25 | 229.92 | 0.49 | 0.52 |
| Hex | 49 | 5D | C0 | 3E | 34 | 0 | 19 | E6 | 31 | 34 |
| Octal | 111 | 135 | 300 | 76 | 64 | 0 | 31 | 346 | 61 | 64 |
| Binary | 1001001 | 1011101 | 11000000 | 111110 | 110100 | 0 | 11001 | 11100110 | 110001 | 110100 |
Color Harmonies of #495DC0
Complementary color
Monochromatic Colors of #495DC0
Black with #495DC0
Text Example
Text Example
White with #495DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495DC0; }
p { color: rgb(73,93,192); }
H1.HeaderClassName
{
color: #495DC0;
}
.AnyTagClassName
{
color: #495DC0;
}
</style>
background-color css
<style>
a { background-color: #495DC0; }
a { background-color: rgb(73,93,192); }
div.DivClassName
{
background-color: #495DC0;
}
.BgClassName
{
background-color: #495DC0;
}
</style>
border-color css
<style>
span { border-color: #495DC0; }
span { border-color: rgb(73,93,192); }
td.TdClassName
{
border-color: #495DC0;
}
.TagClassName
{
border-color: #495DC0;
}
</style>