Shades of Free Speech Blue #495CBB
Tints of Free Speech Blue #495CBB
RGB
CMYK
RGB Variations
Color information
#495CBB (or 0x495CBB) is known color: Free Speech Blue. HEX triplet: 49, 5C and BB. RGB value is (73,92,187). Sum of RGB (Red+Green+Blue) = 73+92+187=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #495CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495CBB is #B6A344. Grayscale: #606060. Windows color (decimal): -11969349 or 12278857. OLE color: 12278857.
HSL color Cylindrical-coordinate representation of color #495CBB: hue angle of 230º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #495CBB is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 92 | 187 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.27 |
| HSL | 230º | 0.46% | 0.51% | - |
| HSV(B) | 230º | 0.61% | 0.73% | - |
| XYZ | 15.54 | 12.66 | 48.64 | - |
| YUV | 97.15 | 178.71 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 187 | 0.61 | 0.51 | 0 | 0.27 | 230 | 0.46 | 0.51 |
| Hex | 49 | 5C | BB | 3D | 33 | 0 | 1B | E6 | 2E | 33 |
| Octal | 111 | 134 | 273 | 75 | 63 | 0 | 33 | 346 | 56 | 63 |
| Binary | 1001001 | 1011100 | 10111011 | 111101 | 110011 | 0 | 11011 | 11100110 | 101110 | 110011 |
Color Harmonies of #495CBB
Complementary color
Monochromatic Colors of #495CBB
Black with #495CBB
Text Example
Text Example
White with #495CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495CBB; }
p { color: rgb(73,92,187); }
H1.HeaderClassName
{
color: #495CBB;
}
.AnyTagClassName
{
color: #495CBB;
}
</style>
background-color css
<style>
a { background-color: #495CBB; }
a { background-color: rgb(73,92,187); }
div.DivClassName
{
background-color: #495CBB;
}
.BgClassName
{
background-color: #495CBB;
}
</style>
border-color css
<style>
span { border-color: #495CBB; }
span { border-color: rgb(73,92,187); }
td.TdClassName
{
border-color: #495CBB;
}
.TagClassName
{
border-color: #495CBB;
}
</style>