Shades of Free Speech Blue #465FBB
Tints of Free Speech Blue #465FBB
RGB
CMYK
RGB Variations
Color information
#465FBB (or 0x465FBB) is known color: Free Speech Blue. HEX triplet: 46, 5F and BB. RGB value is (70,95,187). Sum of RGB (Red+Green+Blue) = 70+95+187=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 95 (37.5% from 255 or 26.99% 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 #465FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465FBB is #B9A044. Grayscale: #616161. Windows color (decimal): -12165189 or 12279622. OLE color: 12279622.
HSL color Cylindrical-coordinate representation of color #465FBB: hue angle of 227.18º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #465FBB is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 95 | 187 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.27 |
| HSL | 227.18º | 0.46% | 0.5% | - |
| HSV(B) | 227.18º | 0.63% | 0.73% | - |
| XYZ | 15.59 | 13.07 | 48.72 | - |
| YUV | 98.01 | 178.22 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 187 | 0.63 | 0.49 | 0 | 0.27 | 227.18 | 0.46 | 0.5 |
| Hex | 46 | 5F | BB | 3F | 31 | 0 | 1B | E3 | 2E | 32 |
| Octal | 106 | 137 | 273 | 77 | 61 | 0 | 33 | 343 | 56 | 62 |
| Binary | 1000110 | 1011111 | 10111011 | 111111 | 110001 | 0 | 11011 | 11100011 | 101110 | 110010 |
Color Harmonies of #465FBB
Complementary color
Monochromatic Colors of #465FBB
Black with #465FBB
Text Example
Text Example
White with #465FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465FBB; }
p { color: rgb(70,95,187); }
H1.HeaderClassName
{
color: #465FBB;
}
.AnyTagClassName
{
color: #465FBB;
}
</style>
background-color css
<style>
a { background-color: #465FBB; }
a { background-color: rgb(70,95,187); }
div.DivClassName
{
background-color: #465FBB;
}
.BgClassName
{
background-color: #465FBB;
}
</style>
border-color css
<style>
span { border-color: #465FBB; }
span { border-color: rgb(70,95,187); }
td.TdClassName
{
border-color: #465FBB;
}
.TagClassName
{
border-color: #465FBB;
}
</style>