Shades of Free Speech Blue #465FBA
Tints of Free Speech Blue #465FBA
RGB
CMYK
RGB Variations
Color information
#465FBA (or 0x465FBA) is known color: Free Speech Blue. HEX triplet: 46, 5F and BA. RGB value is (70,95,186). Sum of RGB (Red+Green+Blue) = 70+95+186=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #465FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465FBA is #B9A045. Grayscale: #616161. Windows color (decimal): -12165190 or 12214086. OLE color: 12214086.
HSL color Cylindrical-coordinate representation of color #465FBA: hue angle of 227.07º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #465FBA is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 95 | 186 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.27 |
| HSL | 227.07º | 0.46% | 0.5% | - |
| HSV(B) | 227.07º | 0.62% | 0.73% | - |
| XYZ | 15.48 | 13.03 | 48.15 | - |
| YUV | 97.9 | 177.72 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 186 | 0.62 | 0.49 | 0 | 0.27 | 227.07 | 0.46 | 0.5 |
| Hex | 46 | 5F | BA | 3E | 31 | 0 | 1B | E3 | 2E | 32 |
| Octal | 106 | 137 | 272 | 76 | 61 | 0 | 33 | 343 | 56 | 62 |
| Binary | 1000110 | 1011111 | 10111010 | 111110 | 110001 | 0 | 11011 | 11100011 | 101110 | 110010 |
Color Harmonies of #465FBA
Complementary color
Monochromatic Colors of #465FBA
Black with #465FBA
Text Example
Text Example
White with #465FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465FBA; }
p { color: rgb(70,95,186); }
H1.HeaderClassName
{
color: #465FBA;
}
.AnyTagClassName
{
color: #465FBA;
}
</style>
background-color css
<style>
a { background-color: #465FBA; }
a { background-color: rgb(70,95,186); }
div.DivClassName
{
background-color: #465FBA;
}
.BgClassName
{
background-color: #465FBA;
}
</style>
border-color css
<style>
span { border-color: #465FBA; }
span { border-color: rgb(70,95,186); }
td.TdClassName
{
border-color: #465FBA;
}
.TagClassName
{
border-color: #465FBA;
}
</style>