Shades of Free Speech Blue #464FBA
Tints of Free Speech Blue #464FBA
RGB
CMYK
RGB Variations
Color information
#464FBA (or 0x464FBA) is known color: Free Speech Blue. HEX triplet: 46, 4F and BA. RGB value is (70,79,186). Sum of RGB (Red+Green+Blue) = 70+79+186=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #464FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464FBA is #B9B045. Grayscale: #585858. Windows color (decimal): -12169286 or 12209990. OLE color: 12209990.
HSL color Cylindrical-coordinate representation of color #464FBA: hue angle of 235.34º 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 #464FBA is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 79 | 186 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.27 |
| HSL | 235.34º | 0.46% | 0.5% | - |
| HSV(B) | 235.34º | 0.62% | 0.73% | - |
| XYZ | 14.18 | 10.44 | 47.72 | - |
| YUV | 88.51 | 183.02 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 186 | 0.62 | 0.58 | 0 | 0.27 | 235.34 | 0.46 | 0.5 |
| Hex | 46 | 4F | BA | 3E | 3A | 0 | 1B | EB | 2E | 32 |
| Octal | 106 | 117 | 272 | 76 | 72 | 0 | 33 | 353 | 56 | 62 |
| Binary | 1000110 | 1001111 | 10111010 | 111110 | 111010 | 0 | 11011 | 11101011 | 101110 | 110010 |
Color Harmonies of #464FBA
Complementary color
Monochromatic Colors of #464FBA
Black with #464FBA
Text Example
Text Example
White with #464FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464FBA; }
p { color: rgb(70,79,186); }
H1.HeaderClassName
{
color: #464FBA;
}
.AnyTagClassName
{
color: #464FBA;
}
</style>
background-color css
<style>
a { background-color: #464FBA; }
a { background-color: rgb(70,79,186); }
div.DivClassName
{
background-color: #464FBA;
}
.BgClassName
{
background-color: #464FBA;
}
</style>
border-color css
<style>
span { border-color: #464FBA; }
span { border-color: rgb(70,79,186); }
td.TdClassName
{
border-color: #464FBA;
}
.TagClassName
{
border-color: #464FBA;
}
</style>