Shades of Free Speech Blue #495BC0
Tints of Free Speech Blue #495BC0
RGB
CMYK
RGB Variations
Color information
#495BC0 (or 0x495BC0) is known color: Free Speech Blue. HEX triplet: 49, 5B and C0. RGB value is (73,91,192). Sum of RGB (Red+Green+Blue) = 73+91+192=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 192 (75.39% from 255 or 53.93% from 356); Max value from RGB is 192 - color contains mainly: blue. Hex color #495BC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495BC0 is #B6A43F. Grayscale: #606060. Windows color (decimal): -11969600 or 12606281. OLE color: 12606281.
HSL color Cylindrical-coordinate representation of color #495BC0: hue angle of 230.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 #495BC0 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 91 | 192 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.25 |
| HSL | 230.92º | 0.49% | 0.52% | - |
| HSV(B) | 230.92º | 0.62% | 0.75% | - |
| XYZ | 16 | 12.7 | 51.48 | - |
| YUV | 97.13 | 181.54 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 192 | 0.62 | 0.53 | 0 | 0.25 | 230.92 | 0.49 | 0.52 |
| Hex | 49 | 5B | C0 | 3E | 35 | 0 | 19 | E7 | 31 | 34 |
| Octal | 111 | 133 | 300 | 76 | 65 | 0 | 31 | 347 | 61 | 64 |
| Binary | 1001001 | 1011011 | 11000000 | 111110 | 110101 | 0 | 11001 | 11100111 | 110001 | 110100 |
Color Harmonies of #495BC0
Complementary color
Monochromatic Colors of #495BC0
Black with #495BC0
Text Example
Text Example
White with #495BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495BC0; }
p { color: rgb(73,91,192); }
H1.HeaderClassName
{
color: #495BC0;
}
.AnyTagClassName
{
color: #495BC0;
}
</style>
background-color css
<style>
a { background-color: #495BC0; }
a { background-color: rgb(73,91,192); }
div.DivClassName
{
background-color: #495BC0;
}
.BgClassName
{
background-color: #495BC0;
}
</style>
border-color css
<style>
span { border-color: #495BC0; }
span { border-color: rgb(73,91,192); }
td.TdClassName
{
border-color: #495BC0;
}
.TagClassName
{
border-color: #495BC0;
}
</style>