Shades of Free Speech Blue #495FBA
Tints of Free Speech Blue #495FBA
RGB
CMYK
RGB Variations
Color information
#495FBA (or 0x495FBA) is known color: Free Speech Blue. HEX triplet: 49, 5F and BA. RGB value is (73,95,186). Sum of RGB (Red+Green+Blue) = 73+95+186=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #495FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495FBA is #B6A045. Grayscale: #626262. Windows color (decimal): -11968582 or 12214089. OLE color: 12214089.
HSL color Cylindrical-coordinate representation of color #495FBA: hue angle of 228.32º degrees, saturation: 0.45, 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 #495FBA is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 95 | 186 | - |
| CMYK | 0.61 | 0.49 | 0 | 0.27 |
| HSL | 228.32º | 0.45% | 0.51% | - |
| HSV(B) | 228.32º | 0.61% | 0.73% | - |
| XYZ | 15.7 | 13.15 | 48.16 | - |
| YUV | 98.8 | 177.21 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 186 | 0.61 | 0.49 | 0 | 0.27 | 228.32 | 0.45 | 0.51 |
| Hex | 49 | 5F | BA | 3D | 31 | 0 | 1B | E4 | 2D | 33 |
| Octal | 111 | 137 | 272 | 75 | 61 | 0 | 33 | 344 | 55 | 63 |
| Binary | 1001001 | 1011111 | 10111010 | 111101 | 110001 | 0 | 11011 | 11100100 | 101101 | 110011 |
Color Harmonies of #495FBA
Complementary color
Monochromatic Colors of #495FBA
Black with #495FBA
Text Example
Text Example
White with #495FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495FBA; }
p { color: rgb(73,95,186); }
H1.HeaderClassName
{
color: #495FBA;
}
.AnyTagClassName
{
color: #495FBA;
}
</style>
background-color css
<style>
a { background-color: #495FBA; }
a { background-color: rgb(73,95,186); }
div.DivClassName
{
background-color: #495FBA;
}
.BgClassName
{
background-color: #495FBA;
}
</style>
border-color css
<style>
span { border-color: #495FBA; }
span { border-color: rgb(73,95,186); }
td.TdClassName
{
border-color: #495FBA;
}
.TagClassName
{
border-color: #495FBA;
}
</style>